Home
last modified time | relevance | path

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

/linux-6.1.9/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.h61 void *information_buf; member
Drtl871x_ioctl_linux.c1899 oid_par.information_buf = poidparam->data; in r871x_mp_ioctl_hdl()