Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_ioctl_rtl.c57 *(u32 *)poid_par_priv->information_buf = in oid_rt_get_small_packet_crc_hdl()
73 *(u32 *)poid_par_priv->information_buf = in oid_rt_get_middle_packet_crc_hdl()
89 *(u32 *)poid_par_priv->information_buf = in oid_rt_get_large_packet_crc_hdl()
120 *(u32 *)poid_par_priv->information_buf = in oid_rt_get_rx_total_packet_hdl()
151 *(uint *)poid_par_priv->information_buf = in oid_rt_get_rx_icv_err_hdl()
182 *(u32 *)poid_par_priv->information_buf = preamblemode; in oid_rt_get_preamble_mode_hdl()
205 *(u16 *)poid_par_priv->information_buf = peeprompriv->channel_plan; in oid_rt_get_channelplan_hdl()
217 peeprompriv->channel_plan = *(u16 *)poid_par_priv->information_buf; in oid_rt_set_channelplan_hdl()
230 preamblemode = *(u32 *)poid_par_priv->information_buf; in oid_rt_set_preamble_mode_hdl()
237 *(u32 *)poid_par_priv->information_buf = preamblemode; in oid_rt_set_preamble_mode_hdl()
[all …]
Drtl871x_mp_ioctl.c50 *(u8 *)poid_par_priv->information_buf; in oid_rt_wireless_mode_hdl()
55 *(u8 *)poid_par_priv->information_buf = in oid_rt_wireless_mode_hdl()
80 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_write_bb_reg_hdl()
101 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_read_bb_reg_hdl()
124 pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_write_rf_reg_hdl()
147 pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_read_rf_reg_hdl()
273 ratevalue = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_data_rate_hdl()
291 mode = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_start_test_hdl()
334 Channel = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_channel_direct_call_hdl()
352 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.c1906 oid_par.information_buf = poidparam->data; in r871x_mp_ioctl_hdl()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_ioctl.h61 void *information_buf; member