Home
last modified time | relevance | path

Searched refs:pdesc (Results 1 – 25 of 75) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/crypto/ccree/
Dcc_hw_queue_defs.h211 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 …]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dtrx.c27 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 …]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dtrx.c30 __le32 *pdesc, in _rtl8723be_query_rxphystatus() argument
193 __le32 *pdesc, in _rtl8723be_translate_rx_signal_stuff() argument
237 _rtl8723be_query_rxphystatus(hw, pstatus, pdesc, p_drvinfo, in _rtl8723be_translate_rx_signal_stuff()
305 __le32 *pdesc = (__le32 *)pdesc8; in rtl8723be_rx_query_desc() local
306 u32 phystatus = get_rx_desc_physt(pdesc); in rtl8723be_rx_query_desc()
308 status->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl8723be_rx_query_desc()
309 status->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl8723be_rx_query_desc()
311 status->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl8723be_rx_query_desc()
312 status->icv = (u16)get_rx_desc_icv(pdesc); in rtl8723be_rx_query_desc()
313 status->crc = (u16)get_rx_desc_crc32(pdesc); in rtl8723be_rx_query_desc()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
Dtrx.c28 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 …]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dtrx.c28 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()
354 __le32 *pdesc = (__le32 *)pdesc8; in rtl92ce_tx_fill_desc() local
389 clear_pci_tx_desc_content(pdesc, sizeof(struct tx_desc_92c)); in rtl92ce_tx_fill_desc()
396 set_tx_desc_offset(pdesc, USB_HWDESC_HEADER_LEN); in rtl92ce_tx_fill_desc()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dtrx.c36 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 …]
Dtrx.h8 struct ieee80211_hdr *hdr, u8 *pdesc,
13 void rtl92se_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc, bool firstseg,
16 struct ieee80211_rx_status *rx_status, u8 *pdesc,
18 void rtl92se_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx,
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dtrx.c38 struct rx_desc_92d *pdesc, in _rtl92de_query_rxphystatus() argument
53 is_cck_rate = RX_HAL_IS_CCK_RATE(pdesc->rxmcs); in _rtl92de_query_rxphystatus()
161 if (pdesc->rxht && pdesc->rxmcs >= DESC_RATEMCS8 && in _rtl92de_query_rxphystatus()
162 pdesc->rxmcs <= DESC_RATEMCS15) in _rtl92de_query_rxphystatus()
368 struct rx_desc_92d *pdesc, in _rtl92de_translate_rx_signal_stuff() argument
396 _rtl92de_query_rxphystatus(hw, pstats, pdesc, p_drvinfo, in _rtl92de_translate_rx_signal_stuff()
406 __le32 *pdesc = (__le32 *)pdesc8; in rtl92de_rx_query_desc() local
408 u32 phystatus = get_rx_desc_physt(pdesc); in rtl92de_rx_query_desc()
410 stats->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl92de_rx_query_desc()
411 stats->rx_drvinfo_size = (u8)get_rx_desc_drv_info_size(pdesc) * in rtl92de_rx_query_desc()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.c59 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 …]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dtrx.c29 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 …]
Dtrx.h310 static inline void set_tx_buff_desc_addr_high_0(__le32 *pdesc, u32 val, in set_tx_buff_desc_addr_high_0() argument
314 *(pdesc + 2) = cpu_to_le32(val); in set_tx_buff_desc_addr_high_0()
316 *(pdesc + 2) = 0; in set_tx_buff_desc_addr_high_0()
737 u8 *pdesc, struct sk_buff *skb);
738 void rtl92ee_set_desc(struct ieee80211_hw *hw, u8 *pdesc, bool istx,
742 u8 *pdesc, bool istx, u8 desc_name);
745 void rtl92ee_tx_fill_cmddesc(struct ieee80211_hw *hw, u8 *pdesc,
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dtrx.c289 __le32 *pdesc = (__le32 *)pdesc8; in rtl92cu_rx_query_desc() local
290 u32 phystatus = get_rx_desc_phy_status(pdesc); in rtl92cu_rx_query_desc()
292 stats->length = (u16)get_rx_desc_pkt_len(pdesc); in rtl92cu_rx_query_desc()
293 stats->rx_drvinfo_size = (u8)get_rx_desc_drvinfo_size(pdesc) * in rtl92cu_rx_query_desc()
295 stats->rx_bufshift = (u8)(get_rx_desc_shift(pdesc) & 0x03); in rtl92cu_rx_query_desc()
296 stats->icv = (u16)get_rx_desc_icv(pdesc); in rtl92cu_rx_query_desc()
297 stats->crc = (u16)get_rx_desc_crc32(pdesc); in rtl92cu_rx_query_desc()
299 stats->decrypted = !get_rx_desc_swdec(pdesc); in rtl92cu_rx_query_desc()
300 stats->rate = (u8)get_rx_desc_rx_mcs(pdesc); in rtl92cu_rx_query_desc()
301 stats->shortpreamble = (u16)get_rx_desc_splcp(pdesc); in rtl92cu_rx_query_desc()
[all …]
/kernel/linux/linux-5.10/drivers/pinctrl/aspeed/
Dpinctrl-aspeed.c157 static char *get_defined_attribute(const struct aspeed_pin_desc *pdesc, in get_defined_attribute() argument
165 prios = pdesc->prios; in get_defined_attribute()
206 static char *get_defined_functions(const struct aspeed_pin_desc *pdesc) in get_defined_functions() argument
208 return get_defined_attribute(pdesc, aspeed_sig_expr_function); in get_defined_functions()
216 static char *get_defined_signals(const struct aspeed_pin_desc *pdesc) in get_defined_signals() argument
218 return get_defined_attribute(pdesc, aspeed_sig_expr_signal); in get_defined_signals()
233 const struct aspeed_pin_desc *pdesc = pdata->pins[pin].drv_data; in aspeed_pinmux_set_mux() local
238 if (!pdesc) in aspeed_pinmux_set_mux()
241 pr_debug("Muxing pin %s for %s\n", pdesc->name, pfunc->name); in aspeed_pinmux_set_mux()
243 prios = pdesc->prios; in aspeed_pinmux_set_mux()
[all …]
/kernel/linux/linux-5.10/crypto/
Dhmac.c83 static int hmac_export(struct shash_desc *pdesc, void *out) in hmac_export() argument
85 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_export()
90 static int hmac_import(struct shash_desc *pdesc, const void *in) in hmac_import() argument
92 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_import()
93 struct hmac_ctx *ctx = hmac_ctx(pdesc->tfm); in hmac_import()
100 static int hmac_init(struct shash_desc *pdesc) in hmac_init() argument
102 return hmac_import(pdesc, crypto_shash_ctx_aligned(pdesc->tfm)); in hmac_init()
105 static int hmac_update(struct shash_desc *pdesc, in hmac_update() argument
108 struct shash_desc *desc = shash_desc_ctx(pdesc); in hmac_update()
113 static int hmac_final(struct shash_desc *pdesc, u8 *out) in hmac_final() argument
[all …]
Dxcbc.c71 static int crypto_xcbc_digest_init(struct shash_desc *pdesc) in crypto_xcbc_digest_init() argument
73 unsigned long alignmask = crypto_shash_alignmask(pdesc->tfm); in crypto_xcbc_digest_init()
74 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_init()
75 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_xcbc_digest_init()
84 static int crypto_xcbc_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_xcbc_digest_update() argument
87 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_update()
90 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_update()
131 static int crypto_xcbc_digest_final(struct shash_desc *pdesc, u8 *out) in crypto_xcbc_digest_final() argument
133 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_final()
136 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_xcbc_digest_final()
Dcmac.c104 static int crypto_cmac_digest_init(struct shash_desc *pdesc) in crypto_cmac_digest_init() argument
106 unsigned long alignmask = crypto_shash_alignmask(pdesc->tfm); in crypto_cmac_digest_init()
107 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cmac_digest_init()
108 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_cmac_digest_init()
117 static int crypto_cmac_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_cmac_digest_update() argument
120 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_update()
123 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cmac_digest_update()
164 static int crypto_cmac_digest_final(struct shash_desc *pdesc, u8 *out) in crypto_cmac_digest_final() argument
166 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_final()
169 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cmac_digest_final()
Dccm.c785 static int crypto_cbcmac_digest_init(struct shash_desc *pdesc) in crypto_cbcmac_digest_init() argument
787 struct cbcmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cbcmac_digest_init()
788 int bs = crypto_shash_digestsize(pdesc->tfm); in crypto_cbcmac_digest_init()
789 u8 *dg = (u8 *)ctx + crypto_shash_descsize(pdesc->tfm) - bs; in crypto_cbcmac_digest_init()
797 static int crypto_cbcmac_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_cbcmac_digest_update() argument
800 struct crypto_shash *parent = pdesc->tfm; in crypto_cbcmac_digest_update()
802 struct cbcmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cbcmac_digest_update()
824 static int crypto_cbcmac_digest_final(struct shash_desc *pdesc, u8 *out) in crypto_cbcmac_digest_final() argument
826 struct crypto_shash *parent = pdesc->tfm; in crypto_cbcmac_digest_final()
828 struct cbcmac_desc_ctx *ctx = shash_desc_ctx(pdesc); in crypto_cbcmac_digest_final()
/kernel/linux/linux-5.10/arch/ia64/kernel/
Desi.c40 struct pdesc { struct
107 struct pdesc pdesc; in ia64_esi_call() local
109 pdesc.addr = __va(esi->esi_proc); in ia64_esi_call()
110 pdesc.gp = __va(esi->gp); in ia64_esi_call()
112 esi_proc = (ia64_sal_handler) &pdesc; in ia64_esi_call()
159 struct pdesc pdesc; in ia64_esi_call_phys() local
161 pdesc.addr = (void *)esi->esi_proc; in ia64_esi_call_phys()
162 pdesc.gp = (void *)esi->gp; in ia64_esi_call_phys()
164 esi_proc = (ia64_sal_handler) &pdesc; in ia64_esi_call_phys()
Dsal.c35 } pdesc; variable
92 pdesc.addr = entry_point; in ia64_sal_handler_init()
93 pdesc.gpval = gpval; in ia64_sal_handler_init()
94 ia64_sal = (ia64_sal_handler) &pdesc; in ia64_sal_handler_init()
/kernel/linux/linux-5.10/drivers/s390/char/
Dhmcdrv_ftp.c84 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()
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
Drtl8712_cmd.c259 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()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1168 void rtl92e_fill_tx_desc(struct net_device *dev, struct tx_desc *pdesc, in rtl92e_fill_tx_desc() argument
1216 memset((u8 *)pdesc, 0, 12); in rtl92e_fill_tx_desc()
1225 pdesc->LINIP = 0; in rtl92e_fill_tx_desc()
1226 pdesc->CmdInit = 1; in rtl92e_fill_tx_desc()
1227 pdesc->Offset = sizeof(struct tx_fwinfo_8190pci) + 8; in rtl92e_fill_tx_desc()
1228 pdesc->PktSize = (u16)skb->len-sizeof(struct tx_fwinfo_8190pci); in rtl92e_fill_tx_desc()
1230 pdesc->SecCAMID = 0; in rtl92e_fill_tx_desc()
1231 pdesc->RATid = cb_desc->RATRIndex; in rtl92e_fill_tx_desc()
1234 pdesc->NoEnc = 1; in rtl92e_fill_tx_desc()
1235 pdesc->SecType = 0x0; in rtl92e_fill_tx_desc()
[all …]
Dr8192E_dev.h30 void rtl92e_fill_tx_desc(struct net_device *dev, struct tx_desc *pdesc,
35 struct rx_desc *pdesc, struct sk_buff *skb);
/kernel/linux/linux-5.10/drivers/pinctrl/samsung/
Dpinctrl-samsung.c675 const struct pinctrl_pin_desc *pdesc; in samsung_pinctrl_create_groups() local
684 pdesc = ctrldesc->pins; in samsung_pinctrl_create_groups()
685 for (i = 0; i < ctrldesc->npins; ++i, ++pdesc, ++grp) { in samsung_pinctrl_create_groups()
686 grp->name = pdesc->name; in samsung_pinctrl_create_groups()
687 grp->pins = &pdesc->number; in samsung_pinctrl_create_groups()
858 struct pinctrl_pin_desc *pindesc, *pdesc; in samsung_pinctrl_register() local
878 for (pin = 0, pdesc = pindesc; pin < ctrldesc->npins; pin++, pdesc++) in samsung_pinctrl_register()
879 pdesc->number = pin + drvdata->pin_base; in samsung_pinctrl_register()
897 pdesc = pindesc + pin_bank->pin_base + pin; in samsung_pinctrl_register()
898 pdesc->name = pin_names; in samsung_pinctrl_register()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723com/
Dfw_common.c224 struct rtl_tx_desc *pdesc; in rtl8723_cmd_send_packet() local
234 pdesc = &ring->desc[0]; in rtl8723_cmd_send_packet()
235 rtlpriv->cfg->ops->fill_tx_cmddesc(hw, (u8 *)pdesc, 1, 1, skb); in rtl8723_cmd_send_packet()

123