Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8712/
Drtl871x_mp_ioctl.c103 struct rf_reg_param *pbbreg; in oid_rt_pro_write_rf_reg_hdl()
110 if (poid_par_priv->information_buf_len < sizeof(struct rf_reg_param)) in oid_rt_pro_write_rf_reg_hdl()
112 pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_write_rf_reg_hdl()
126 struct rf_reg_param *pbbreg; in oid_rt_pro_read_rf_reg_hdl()
133 if (poid_par_priv->information_buf_len < sizeof(struct rf_reg_param)) in oid_rt_pro_read_rf_reg_hdl()
135 pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_read_rf_reg_hdl()
Drtl871x_mp.h114 struct rf_reg_param { struct
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mp_ioctl.c93 struct rf_reg_param *pbbreg; in rtl8188eu_oid_rt_pro_write_rf_reg_hdl()
103 if (poid_par_priv->information_buf_len < sizeof(struct rf_reg_param)) in rtl8188eu_oid_rt_pro_write_rf_reg_hdl()
106 pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); in rtl8188eu_oid_rt_pro_write_rf_reg_hdl()
128 struct rf_reg_param *pbbreg; in rtl8188eu_oid_rt_pro_read_rf_reg_hdl()
138 if (poid_par_priv->information_buf_len < sizeof(struct rf_reg_param)) in rtl8188eu_oid_rt_pro_read_rf_reg_hdl()
141 pbbreg = (struct rf_reg_param *)(poid_par_priv->information_buf); in rtl8188eu_oid_rt_pro_read_rf_reg_hdl()
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mp.h314 struct rf_reg_param { struct
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c49 …GEN_HANDLER(sizeof(struct rf_reg_param), rtl8188eu_oid_rt_pro_read_rf_reg_hdl, OID_RT_PRO_RF_READ_…
50 …GEN_HANDLER(sizeof(struct rf_reg_param), rtl8188eu_oid_rt_pro_write_rf_reg_hdl, OID_RT_PRO_RF_WRIT…
2236 struct rf_reg_param *prfreg; in rtw_dbg_mode_hdl()
2283 prfreg = (struct rf_reg_param *)pdata; in rtw_dbg_mode_hdl()
2295 prfreg = (struct rf_reg_param *)pdata; in rtw_dbg_mode_hdl()