Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8712/
Drtl871x_ioctl_rtl.c45 *(u32 *)poid_par_priv->information_buf = in oid_rt_get_small_packet_crc_hdl()
61 *(u32 *)poid_par_priv->information_buf = in oid_rt_get_middle_packet_crc_hdl()
77 *(u32 *)poid_par_priv->information_buf = in oid_rt_get_large_packet_crc_hdl()
108 *(u32 *)poid_par_priv->information_buf = in oid_rt_get_rx_total_packet_hdl()
139 *(uint *)poid_par_priv->information_buf = in oid_rt_get_rx_icv_err_hdl()
170 *(u32 *)poid_par_priv->information_buf = preamblemode; in oid_rt_get_preamble_mode_hdl()
193 *(u16 *)poid_par_priv->information_buf = peeprompriv->channel_plan; in oid_rt_get_channelplan_hdl()
205 peeprompriv->channel_plan = *(u16 *)poid_par_priv->information_buf; in oid_rt_set_channelplan_hdl()
218 preamblemode = *(u32 *)poid_par_priv->information_buf; in oid_rt_set_preamble_mode_hdl()
225 *(u32 *)poid_par_priv->information_buf = preamblemode; in oid_rt_set_preamble_mode_hdl()
[all …]
Drtl871x_mp_ioctl.c38 *(u8 *)poid_par_priv->information_buf; in oid_rt_wireless_mode_hdl()
43 *(u8 *)poid_par_priv->information_buf = in oid_rt_wireless_mode_hdl()
68 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_write_bb_reg_hdl()
89 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_read_bb_reg_hdl()
112 pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_write_rf_reg_hdl()
135 pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_read_rf_reg_hdl()
249 ratevalue = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_data_rate_hdl()
267 mode = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_start_test_hdl()
308 Channel = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_channel_direct_call_hdl()
326 antenna = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_antenna_bb_hdl()
[all …]
Drtl871x_ioctl.h62 void *information_buf; member
Drtl871x_ioctl_linux.c1899 oid_par.information_buf = poidparam->data; in r871x_mp_ioctl_hdl()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mp_ioctl.c21 Adapter->registrypriv.wireless_mode = *(u8 *)poid_par_priv->information_buf; in rtl8188eu_oid_rt_wireless_mode_hdl()
23 *(u8 *)poid_par_priv->information_buf = Adapter->registrypriv.wireless_mode; in rtl8188eu_oid_rt_wireless_mode_hdl()
46 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in rtl8188eu_oid_rt_pro_write_bb_reg_hdl()
75 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in rtl8188eu_oid_rt_pro_read_bb_reg_hdl()
106 pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); in rtl8188eu_oid_rt_pro_write_rf_reg_hdl()
141 pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); in rtl8188eu_oid_rt_pro_read_rf_reg_hdl()
178 ratevalue = *((u32 *)poid_par_priv->information_buf);/* 4 */ in rtl8188eu_oid_rt_pro_set_data_rate_hdl()
207 mode = *((u32 *)poid_par_priv->information_buf); in rtl8188eu_oid_rt_pro_start_test_hdl()
246 *((u32 *)poid_par_priv->information_buf) = Adapter->mppriv.channel; in rtl8188eu_oid_rt_pro_set_channel_direct_call_hdl()
253 Channel = *((u32 *)poid_par_priv->information_buf); in rtl8188eu_oid_rt_pro_set_channel_direct_call_hdl()
[all …]
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_ioctl.h65 void *information_buf; member
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c2366 oid_par.information_buf = poidparam->data; in rtw_mp_ioctl_hdl()