/linux-6.12.1/drivers/crypto/ccree/ |
D | cc_hw_queue_defs.h | 211 static inline void hw_desc_init(struct cc_hw_desc *pdesc) in hw_desc_init() argument 213 memset(pdesc, 0, sizeof(struct cc_hw_desc)); in hw_desc_init() 222 static inline void set_queue_last_ind_bit(struct cc_hw_desc *pdesc) in set_queue_last_ind_bit() argument 224 pdesc->word[3] |= FIELD_PREP(WORD3_QUEUE_LAST_IND, 1); in set_queue_last_ind_bit() 236 static inline void set_din_type(struct cc_hw_desc *pdesc, in set_din_type() argument 240 pdesc->word[0] = lower_32_bits(addr); in set_din_type() 242 pdesc->word[5] |= FIELD_PREP(WORD5_DIN_ADDR_HIGH, upper_32_bits(addr)); in set_din_type() 244 pdesc->word[1] |= FIELD_PREP(WORD1_DIN_DMA_MODE, dma_mode) | in set_din_type() 257 static inline void set_din_no_dma(struct cc_hw_desc *pdesc, u32 addr, u32 size) in set_din_no_dma() argument 259 pdesc->word[0] = addr; in set_din_no_dma() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | trx.c | 56 __le32 *pdesc = (__le32 *)pdesc8; in rtl92de_tx_fill_desc() local 91 clear_pci_tx_desc_content(pdesc, sizeof(struct tx_desc_92d)); in rtl92de_tx_fill_desc() 98 set_tx_desc_pkt_offset(pdesc, 1); in rtl92de_tx_fill_desc() 99 set_tx_desc_offset(pdesc, USB_HWDESC_HEADER_LEN + in rtl92de_tx_fill_desc() 109 set_tx_desc_offset(pdesc, USB_HWDESC_HEADER_LEN); in rtl92de_tx_fill_desc() 115 set_tx_desc_tx_rate(pdesc, ptcb_desc->hw_rate); in rtl92de_tx_fill_desc() 117 set_tx_desc_data_shortgi(pdesc, 1); in rtl92de_tx_fill_desc() 121 set_tx_desc_data_shortgi(pdesc, 1); in rtl92de_tx_fill_desc() 124 set_tx_desc_agg_enable(pdesc, 1); in rtl92de_tx_fill_desc() 125 set_tx_desc_max_agg_num(pdesc, 0x14); in rtl92de_tx_fill_desc() [all …]
|
D | fw.c | 118 struct rtl_tx_desc *pdesc; in _rtl92d_cmd_send_packet() local 127 pdesc = &ring->desc[idx]; in _rtl92d_cmd_send_packet() 129 rtlpriv->cfg->ops->get_desc(hw, (u8 *)pdesc, true, HW_DESC_OWN); in _rtl92d_cmd_send_packet() 130 rtlpriv->cfg->ops->fill_tx_cmddesc(hw, (u8 *)pdesc, skb); in _rtl92d_cmd_send_packet()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | trx.c | 27 struct rtl_stats *pstatus, u8 *pdesc, in _rtl8723e_query_rxphystatus() argument 219 struct rtl_stats *pstatus, u8 *pdesc, in translate_rx_signal_stuff() argument 253 _rtl8723e_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in translate_rx_signal_stuff() 267 __le32 *pdesc = (__le32 *)pdesc8; in rtl8723e_rx_query_desc() local 268 u32 phystatus = get_rx_desc_physt(pdesc); in rtl8723e_rx_query_desc() 270 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl8723e_rx_query_desc() 271 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl8723e_rx_query_desc() 273 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl8723e_rx_query_desc() 274 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl8723e_rx_query_desc() 275 status->crc = (u16)get_rx_desc_crc32(pdesc); in rtl8723e_rx_query_desc() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | trx.c | 30 __le32 *pdesc, in _rtl8723be_query_rxphystatus() argument 191 __le32 *pdesc, in _rtl8723be_translate_rx_signal_stuff() argument 235 _rtl8723be_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in _rtl8723be_translate_rx_signal_stuff() 303 __le32 *pdesc = (__le32 *)pdesc8; in rtl8723be_rx_query_desc() local 304 u32 phystatus = get_rx_desc_physt(pdesc); in rtl8723be_rx_query_desc() 306 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl8723be_rx_query_desc() 307 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl8723be_rx_query_desc() 309 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl8723be_rx_query_desc() 310 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl8723be_rx_query_desc() 311 status->crc = (u16)get_rx_desc_crc32(pdesc); in rtl8723be_rx_query_desc() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | trx.c | 28 struct rtl_stats *pstatus, __le32 *pdesc, in _rtl88ee_query_rxphystatus() argument 274 __le32 *pdesc, in _rtl88ee_translate_rx_signal_stuff() argument 309 _rtl88ee_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in _rtl88ee_translate_rx_signal_stuff() 376 __le32 *pdesc = (__le32 *)pdesc8; in rtl88ee_rx_query_desc() local 377 u32 phystatus = get_rx_desc_physt(pdesc); in rtl88ee_rx_query_desc() 379 status->packet_report_type = (u8)get_rx_status_desc_rpt_sel(pdesc); in rtl88ee_rx_query_desc() 381 status->length = (u16)get_rx_rpt2_desc_pkt_len(pdesc); in rtl88ee_rx_query_desc() 383 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl88ee_rx_query_desc() 384 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl88ee_rx_query_desc() 386 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl88ee_rx_query_desc() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | trx.c | 28 struct rx_desc_92c *pdesc, in _rtl92ce_query_rxphystatus() argument 43 is_cck_rate = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in _rtl92ce_query_rxphystatus() 214 struct rx_desc_92c *pdesc, in _rtl92ce_translate_rx_signal_stuff() argument 249 _rtl92ce_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in _rtl92ce_translate_rx_signal_stuff() 262 struct rx_desc_92c *pdesc = (struct rx_desc_92c *)p_desc8; in rtl92ce_rx_query_desc() local 284 stats->is_cck = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in rtl92ce_rx_query_desc() 332 skb, stats, pdesc, in rtl92ce_rx_query_desc() 353 __le32 *pdesc = (__le32 *)pdesc8; in rtl92ce_tx_fill_desc() local 388 clear_pci_tx_desc_content(pdesc, sizeof(struct tx_desc_92c)); in rtl92ce_tx_fill_desc() 395 set_tx_desc_offset(pdesc, USB_HWDESC_HEADER_LEN); in rtl92ce_tx_fill_desc() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | trx.c | 36 struct rtl_stats *pstats, __le32 *pdesc, in _rtl92se_query_rxphystatus() argument 196 __le32 *pdesc, struct rx_fwinfo *p_drvinfo) in _rtl92se_translate_rx_signal_stuff() argument 228 _rtl92se_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in _rtl92se_translate_rx_signal_stuff() 238 __le32 *pdesc = (__le32 *)pdesc8; in rtl92se_rx_query_desc() local 239 u32 phystatus = (u32)get_rx_status_desc_phy_status(pdesc); in rtl92se_rx_query_desc() 242 stats->length = (u16)get_rx_status_desc_pkt_len(pdesc); in rtl92se_rx_query_desc() 243 stats->rx_drvinfo_size = (u8)get_rx_status_desc_drvinfo_size(pdesc) * 8; in rtl92se_rx_query_desc() 244 stats->rx_bufshift = (u8)(get_rx_status_desc_shift(pdesc) & 0x03); in rtl92se_rx_query_desc() 245 stats->icv = (u16)get_rx_status_desc_icv(pdesc); in rtl92se_rx_query_desc() 246 stats->crc = (u16)get_rx_status_desc_crc32(pdesc); in rtl92se_rx_query_desc() [all …]
|
D | trx.h | 8 struct ieee80211_hdr *hdr, u8 *pdesc, 13 void rtl92se_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, 16 struct ieee80211_rx_status *rx_status, u8 *pdesc, 18 void rtl92se_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx,
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | trx.c | 59 struct rtl_stats *pstatus, __le32 *pdesc, in query_rxphystatus() argument 277 struct rtl_stats *pstatus, __le32 *pdesc, in translate_rx_signal_stuff() argument 328 query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in translate_rx_signal_stuff() 387 static bool rtl8821ae_get_rxdesc_is_ht(struct ieee80211_hw *hw, __le32 *pdesc) in rtl8821ae_get_rxdesc_is_ht() argument 392 rx_rate = get_rx_desc_rxmcs(pdesc); in rtl8821ae_get_rxdesc_is_ht() 401 static bool rtl8821ae_get_rxdesc_is_vht(struct ieee80211_hw *hw, __le32 *pdesc) in rtl8821ae_get_rxdesc_is_vht() argument 406 rx_rate = get_rx_desc_rxmcs(pdesc); in rtl8821ae_get_rxdesc_is_vht() 415 static u8 rtl8821ae_get_rx_vht_nss(struct ieee80211_hw *hw, __le32 *pdesc) in rtl8821ae_get_rx_vht_nss() argument 420 rx_rate = get_rx_desc_rxmcs(pdesc); in rtl8821ae_get_rx_vht_nss() 440 __le32 *pdesc = (__le32 *)pdesc8; in rtl8821ae_rx_query_desc() local [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | trx.c | 29 struct rtl_stats *pstatus, u8 *pdesc, in _rtl92ee_query_rxphystatus() argument 217 u8 *pdesc, in _rtl92ee_translate_rx_signal_stuff() argument 268 _rtl92ee_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in _rtl92ee_translate_rx_signal_stuff() 335 __le32 *pdesc = (__le32 *)pdesc8; in rtl92ee_rx_query_desc() local 336 u32 phystatus = get_rx_desc_physt(pdesc); in rtl92ee_rx_query_desc() 339 if (get_rx_status_desc_rpt_sel(pdesc) == 0) in rtl92ee_rx_query_desc() 343 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl92ee_rx_query_desc() 344 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl92ee_rx_query_desc() 346 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl92ee_rx_query_desc() 347 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl92ee_rx_query_desc() [all …]
|
/linux-6.12.1/tools/testing/selftests/kvm/ |
D | kvm_binary_stats_test.c | 32 struct kvm_stats_desc *pdesc; in stats_test() local 76 pdesc = get_stats_descriptor(stats_desc, i, &header); in stats_test() 77 type = pdesc->flags & KVM_STATS_TYPE_MASK; in stats_test() 78 unit = pdesc->flags & KVM_STATS_UNIT_MASK; in stats_test() 79 base = pdesc->flags & KVM_STATS_BASE_MASK; in stats_test() 82 TEST_ASSERT(strlen(pdesc->name) < header.name_size, in stats_test() 87 "Unknown KVM stats (%s) type: %u", pdesc->name, type); in stats_test() 89 "Unknown KVM stats (%s) unit: %u", pdesc->name, unit); in stats_test() 91 "Unknown KVM stats (%s) base: %u", pdesc->name, base); in stats_test() 102 switch (pdesc->flags & KVM_STATS_UNIT_MASK) { in stats_test() [all …]
|
/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_msg.c | 694 MKSGuestStatInstanceDescriptor *pdesc; in mksstat_init_kern_id() local 705 pdesc = page_address(page); in mksstat_init_kern_id() 706 pstat = vmw_mksstat_get_kern_pstat(pdesc); in mksstat_init_kern_id() 707 pinfo = vmw_mksstat_get_kern_pinfo(pdesc); in mksstat_init_kern_id() 708 pstrs = vmw_mksstat_get_kern_pstrs(pdesc); in mksstat_init_kern_id() 720 pdesc->reservedMBZ = 0; in mksstat_init_kern_id() 721 pdesc->statStartVA = (uintptr_t)pstat; in mksstat_init_kern_id() 722 pdesc->strsStartVA = (uintptr_t)pstrs; in mksstat_init_kern_id() 723 pdesc->statLength = sizeof(*pstat) * MKSSTAT_KERN_COUNT; in mksstat_init_kern_id() 724 pdesc->infoLength = sizeof(*pinfo) * MKSSTAT_KERN_COUNT; in mksstat_init_kern_id() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
D | trx_common.c | 22 __le32 *pdesc, in _rtl92d_query_rxphystatus() argument 39 rxmcs = get_rx_desc_rxmcs(pdesc); in _rtl92d_query_rxphystatus() 150 if (get_rx_desc_rxht(pdesc) && rxmcs >= DESC_RATEMCS8 && in _rtl92d_query_rxphystatus() 349 __le32 *pdesc, in _rtl92d_translate_rx_signal_stuff() argument 378 _rtl92d_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in _rtl92d_translate_rx_signal_stuff() 388 __le32 *pdesc = (__le32 *)pdesc8; in rtl92d_rx_query_desc() local 390 u32 phystatus = get_rx_desc_physt(pdesc); in rtl92d_rx_query_desc() 392 stats->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl92d_rx_query_desc() 393 stats->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl92d_rx_query_desc() 395 stats->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl92d_rx_query_desc() [all …]
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | trx.c | 296 __le32 *pdesc = (__le32 *)pdesc8; in rtl92cu_rx_query_desc() local 297 u32 phystatus = get_rx_desc_phy_status(pdesc); in rtl92cu_rx_query_desc() 299 stats->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl92cu_rx_query_desc() 300 stats->rx_drvinfo_size = (u8)get_rx_desc_drvinfo_size(pdesc) * in rtl92cu_rx_query_desc() 302 stats->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl92cu_rx_query_desc() 303 stats->icv = (u16)get_rx_desc_icv(pdesc); in rtl92cu_rx_query_desc() 304 stats->crc = (u16)get_rx_desc_crc32(pdesc); in rtl92cu_rx_query_desc() 306 stats->decrypted = !get_rx_desc_swdec(pdesc); in rtl92cu_rx_query_desc() 307 stats->rate = (u8)get_rx_desc_rx_mcs(pdesc); in rtl92cu_rx_query_desc() 308 stats->shortpreamble = (u16)get_rx_desc_splcp(pdesc); in rtl92cu_rx_query_desc() [all …]
|
/linux-6.12.1/drivers/pinctrl/aspeed/ |
D | pinctrl-aspeed.c | 159 static char *get_defined_attribute(const struct aspeed_pin_desc *pdesc, in get_defined_attribute() argument 167 prios = pdesc->prios; in get_defined_attribute() 208 static char *get_defined_functions(const struct aspeed_pin_desc *pdesc) in get_defined_functions() argument 210 return get_defined_attribute(pdesc, aspeed_sig_expr_function); in get_defined_functions() 218 static char *get_defined_signals(const struct aspeed_pin_desc *pdesc) in get_defined_signals() argument 220 return get_defined_attribute(pdesc, aspeed_sig_expr_signal); in get_defined_signals() 235 const struct aspeed_pin_desc *pdesc = pdata->pins[pin].drv_data; in aspeed_pinmux_set_mux() local 240 if (!pdesc) in aspeed_pinmux_set_mux() 243 pr_debug("Muxing pin %s for %s\n", pdesc->name, pfunc->name); in aspeed_pinmux_set_mux() 245 prios = pdesc->prios; in aspeed_pinmux_set_mux() [all …]
|
/linux-6.12.1/crypto/ |
D | hmac.c | 76 static int hmac_export(struct shash_desc *pdesc, void *out) in hmac_export() argument 78 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_export() 83 static int hmac_import(struct shash_desc *pdesc, const void *in) in hmac_import() argument 85 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_import() 86 const struct hmac_ctx *tctx = crypto_shash_ctx(pdesc->tfm); in hmac_import() 93 static int hmac_init(struct shash_desc *pdesc) in hmac_init() argument 95 const struct hmac_ctx *tctx = crypto_shash_ctx(pdesc->tfm); in hmac_init() 97 return hmac_import(pdesc, &tctx->pads[0]); in hmac_init() 100 static int hmac_update(struct shash_desc *pdesc, in hmac_update() argument 103 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_update() [all …]
|
D | xcbc.c | 71 static int crypto_xcbc_digest_init(struct shash_desc *pdesc) in crypto_xcbc_digest_init() argument 73 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_init() 74 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_xcbc_digest_init() 83 static int crypto_xcbc_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_xcbc_digest_update() argument 86 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_update() 88 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_update() 129 static int crypto_xcbc_digest_final(struct shash_desc *pdesc, u8 *out) in crypto_xcbc_digest_final() argument 131 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_final() 133 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_final()
|
D | cmac.c | 103 static int crypto_cmac_digest_init(struct shash_desc *pdesc) in crypto_cmac_digest_init() argument 105 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cmac_digest_init() 106 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_cmac_digest_init() 115 static int crypto_cmac_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_cmac_digest_update() argument 118 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_update() 120 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cmac_digest_update() 161 static int crypto_cmac_digest_final(struct shash_desc *pdesc, u8 *out) in crypto_cmac_digest_final() argument 163 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_final() 165 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cmac_digest_final()
|
/linux-6.12.1/drivers/mtd/parsers/ |
D | scpart.c | 40 static uint32_t scpart_desc_is_valid(struct sc_part_desc *pdesc) in scpart_desc_is_valid() argument 42 return ((pdesc->part_id != 0xffffffffUL) && in scpart_desc_is_valid() 43 (pdesc->part_offs != 0xffffffffUL) && in scpart_desc_is_valid() 44 (pdesc->part_bytes != 0xffffffffUL)); in scpart_desc_is_valid() 55 struct sc_part_desc *pdesc = NULL; in scpart_scan_partmap() local 81 int bytes = cnt * sizeof(*pdesc); in scpart_scan_partmap() 83 pdesc = kcalloc(cnt, sizeof(*pdesc), GFP_KERNEL); in scpart_scan_partmap() 84 if (!pdesc) { in scpart_scan_partmap() 88 memcpy(pdesc, &(buf[MAP_OFFS_IN_BLK]), bytes); in scpart_scan_partmap() 90 *ppdesc = pdesc; in scpart_scan_partmap()
|
/linux-6.12.1/drivers/s390/char/ |
D | hmcdrv_ftp.c | 84 const struct hmcdrv_ftp_cmd_desc *pdesc; in hmcdrv_ftp_cmd_getid() local 92 pdesc = ftpcmds + (crc % ARRAY_SIZE(ftpcmds)); in hmcdrv_ftp_cmd_getid() 96 if (!pdesc->str || strncmp(pdesc->str, cmd, len)) in hmcdrv_ftp_cmd_getid() 100 pdesc->str, pdesc->cmd); in hmcdrv_ftp_cmd_getid() 102 return pdesc->cmd; in hmcdrv_ftp_cmd_getid()
|
/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 870 void rtl92e_fill_tx_desc(struct net_device *dev, struct tx_desc *pdesc, in rtl92e_fill_tx_desc() argument 918 memset((u8 *)pdesc, 0, 12); in rtl92e_fill_tx_desc() 927 pdesc->LINIP = 0; in rtl92e_fill_tx_desc() 928 pdesc->CmdInit = 1; in rtl92e_fill_tx_desc() 929 pdesc->Offset = sizeof(struct tx_fwinfo_8190pci) + 8; in rtl92e_fill_tx_desc() 930 pdesc->PktSize = skb->len - sizeof(struct tx_fwinfo_8190pci); in rtl92e_fill_tx_desc() 932 pdesc->SecCAMID = 0; in rtl92e_fill_tx_desc() 933 pdesc->RATid = cb_desc->ratr_index; in rtl92e_fill_tx_desc() 935 pdesc->NoEnc = 1; in rtl92e_fill_tx_desc() 936 pdesc->SecType = 0x0; in rtl92e_fill_tx_desc() [all …]
|
/linux-6.12.1/drivers/staging/rtl8712/ |
D | rtl8712_cmd.c | 259 struct tx_desc *pdesc; in r8712_cmd_thread() local 282 pdesc = (struct tx_desc *)pcmdbuf; in r8712_cmd_thread() 283 memset(pdesc, 0, TXDESC_SIZE); in r8712_cmd_thread() 293 pdesc->txdw0 |= cpu_to_le32((wr_sz - TXDESC_SIZE) & in r8712_cmd_thread() 303 pdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + in r8712_cmd_thread() 307 pdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + in r8712_cmd_thread() 312 pdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); in r8712_cmd_thread() 313 pdesc->txdw1 |= cpu_to_le32((0x13 << QSEL_SHT) & in r8712_cmd_thread() 324 (u8 *)pdesc); in r8712_cmd_thread()
|
/linux-6.12.1/drivers/pinctrl/ |
D | pinctrl-aw9523.c | 955 struct pinctrl_desc *pdesc; in aw9523_probe() local 989 pdesc = devm_kzalloc(dev, sizeof(*pdesc), GFP_KERNEL); in aw9523_probe() 990 if (!pdesc) { in aw9523_probe() 999 pdesc->name = dev_name(dev); in aw9523_probe() 1000 pdesc->owner = THIS_MODULE; in aw9523_probe() 1001 pdesc->pctlops = &aw9523_pinctrl_ops; in aw9523_probe() 1002 pdesc->pmxops = &aw9523_pinmux_ops; in aw9523_probe() 1003 pdesc->confops = &aw9523_pinconf_ops; in aw9523_probe() 1004 pdesc->pins = aw9523_pins; in aw9523_probe() 1005 pdesc->npins = ARRAY_SIZE(aw9523_pins); in aw9523_probe() [all …]
|
/linux-6.12.1/drivers/pinctrl/sophgo/ |
D | pinctrl-cv18xx.c | 37 struct pinctrl_desc pdesc; member 742 pctrl->pdesc.name = dev_name(dev); in cv1800_pinctrl_probe() 743 pctrl->pdesc.pins = pctrl_data->pins; in cv1800_pinctrl_probe() 744 pctrl->pdesc.npins = pctrl_data->npins; in cv1800_pinctrl_probe() 745 pctrl->pdesc.pctlops = &cv1800_pctrl_ops; in cv1800_pinctrl_probe() 746 pctrl->pdesc.pmxops = &cv1800_pmx_ops; in cv1800_pinctrl_probe() 747 pctrl->pdesc.confops = &cv1800_pconf_ops; in cv1800_pinctrl_probe() 748 pctrl->pdesc.owner = THIS_MODULE; in cv1800_pinctrl_probe() 757 ret = devm_pinctrl_register_and_init(dev, &pctrl->pdesc, in cv1800_pinctrl_probe()
|