Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_ioctl_rtl.c58 *(u32 *)poid_par_priv->information_buf = in oid_rt_get_small_packet_crc_hdl()
74 *(u32 *)poid_par_priv->information_buf = in oid_rt_get_middle_packet_crc_hdl()
90 *(u32 *)poid_par_priv->information_buf = in oid_rt_get_large_packet_crc_hdl()
121 *(u32 *)poid_par_priv->information_buf = in oid_rt_get_rx_total_packet_hdl()
152 *(uint *)poid_par_priv->information_buf = in oid_rt_get_rx_icv_err_hdl()
183 *(u32 *)poid_par_priv->information_buf = preamblemode; in oid_rt_get_preamble_mode_hdl()
206 *(u16 *)poid_par_priv->information_buf = peeprompriv->channel_plan; in oid_rt_get_channelplan_hdl()
219 peeprompriv->channel_plan = *(u16 *)poid_par_priv->information_buf; in oid_rt_set_channelplan_hdl()
233 preamblemode = *(u32 *)poid_par_priv->information_buf; in oid_rt_set_preamble_mode_hdl()
240 *(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()
79 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_write_bb_reg_hdl()
100 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_read_bb_reg_hdl()
123 pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_write_rf_reg_hdl()
146 pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_read_rf_reg_hdl()
271 ratevalue = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_data_rate_hdl()
289 mode = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_start_test_hdl()
332 Channel = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_channel_direct_call_hdl()
350 antenna = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_antenna_bb_hdl()
[all …]
Drtl871x_ioctl.h61 void *information_buf; member
Drtl871x_ioctl_linux.c1933 oid_par.information_buf = poidparam->data; in r871x_mp_ioctl_hdl()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_ioctl.h89 void *information_buf; member