Home
last modified time | relevance | path

Searched refs:rpt (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/marvell/mwifiex/
H A D11h.c198 struct mwifiex_ie_types_chan_rpt_data *rpt; in mwifiex_11h_handle_chanrpt_ready() local
212 rpt = (void *)&rpt_event->tlvbuf; in mwifiex_11h_handle_chanrpt_ready()
213 tlv_len = le16_to_cpu(rpt->header.len); in mwifiex_11h_handle_chanrpt_ready()
215 switch (le16_to_cpu(rpt->header.type)) { in mwifiex_11h_handle_chanrpt_ready()
217 if (rpt->map.radar) { in mwifiex_11h_handle_chanrpt_ready()
232 event_len -= (tlv_len + sizeof(rpt->header)); in mwifiex_11h_handle_chanrpt_ready()
/linux/drivers/iio/adc/
H A Dmt6360-adc.c69 u8 rpt[3]; in mt6360_adc_read_channel() local
101 ret = regmap_raw_read(mad->regmap, MT6360_REG_PMUADCRPT1, rpt, sizeof(rpt)); in mt6360_adc_read_channel()
116 if ((rpt[0] & MT6360_RPTCH_MASK) == channel) in mt6360_adc_read_channel()
127 *val = get_unaligned_be16(&rpt[1]); in mt6360_adc_read_channel()
/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8814a.c1173 struct rtw_jaguar_phy_status_rpt *rpt; in rtw8814a_query_phy_status() local
1182 rpt = (struct rtw_jaguar_phy_status_rpt *)phy_status; in rtw8814a_query_phy_status()
1187 lna = le32_get_bits(rpt->w1, RTW_JGRPHY_W1_AGC_RPT_LNA_IDX); in rtw8814a_query_phy_status()
1188 vga = le32_get_bits(rpt->w1, RTW_JGRPHY_W1_AGC_RPT_VGA_IDX); in rtw8814a_query_phy_status()
1197 gain[RF_PATH_A] = le32_get_bits(rpt->w0, RTW_JGRPHY_W0_GAIN_A); in rtw8814a_query_phy_status()
1198 gain[RF_PATH_B] = le32_get_bits(rpt->w0, RTW_JGRPHY_W0_GAIN_B); in rtw8814a_query_phy_status()
1199 gain[RF_PATH_C] = le32_get_bits(rpt->w5, RTW_JGRPHY_W5_GAIN_C); in rtw8814a_query_phy_status()
1200 gain[RF_PATH_D] = le32_get_bits(rpt->w6, RTW_JGRPHY_W6_GAIN_D); in rtw8814a_query_phy_status()
1202 snr[RF_PATH_A] = le32_get_bits(rpt->w3, RTW_JGRPHY_W3_RXSNR_A); in rtw8814a_query_phy_status()
1203 snr[RF_PATH_B] = le32_get_bits(rpt->w4, RTW_JGRPHY_W4_RXSNR_B); in rtw8814a_query_phy_status()
[all …]
H A Drtw88xxa.c1523 struct rtw_jaguar_phy_status_rpt *rpt; in rtw88xxa_query_phy_status() local
1529 rpt = (struct rtw_jaguar_phy_status_rpt *)phy_status; in rtw88xxa_query_phy_status()
1532 lna_idx = le32_get_bits(rpt->w1, RTW_JGRPHY_W1_AGC_RPT_LNA_IDX); in rtw88xxa_query_phy_status()
1533 vga_idx = le32_get_bits(rpt->w1, RTW_JGRPHY_W1_AGC_RPT_VGA_IDX); in rtw88xxa_query_phy_status()
1543 gain[RF_PATH_A] = le32_get_bits(rpt->w0, RTW_JGRPHY_W0_GAIN_A); in rtw88xxa_query_phy_status()
1544 gain[RF_PATH_B] = le32_get_bits(rpt->w0, RTW_JGRPHY_W0_GAIN_B); in rtw88xxa_query_phy_status()
/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c1592 struct htc_credit_report *rpt, in htc_proc_cred_rpt() argument
1602 for (i = 0; i < n_entries; i++, rpt++) { in htc_proc_cred_rpt()
1603 if (rpt->eid >= ENDPOINT_MAX) { in htc_proc_cred_rpt()
1609 endpoint = &target->endpoint[rpt->eid]; in htc_proc_cred_rpt()
1613 rpt->eid, rpt->credits); in htc_proc_cred_rpt()
1616 endpoint->ep_st.cred_retnd += rpt->credits; in htc_proc_cred_rpt()
1618 if (from_ep == rpt->eid) { in htc_proc_cred_rpt()
1623 endpoint->ep_st.cred_from_rx += rpt->credits; in htc_proc_cred_rpt()
1627 endpoint->ep_st.cred_from_ep0 += rpt->credits; in htc_proc_cred_rpt()
1630 endpoint->ep_st.cred_from_other += rpt->credits; in htc_proc_cred_rpt()
[all …]
H A Dhtc_pipe.c654 struct htc_credit_report *rpt, in htc_process_credit_report() argument
664 for (i = 0; i < num_entries; i++, rpt++) { in htc_process_credit_report()
665 if (rpt->eid >= ENDPOINT_MAX) { in htc_process_credit_report()
671 ep = &target->endpoint[rpt->eid]; in htc_process_credit_report()
672 ep->cred_dist.credits += rpt->credits; in htc_process_credit_report()
680 total_credits += rpt->credits; in htc_process_credit_report()
/linux/net/dccp/
H A Dfeat.c