Home
last modified time | relevance | path

Searched refs:bb_reg_param (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/staging/rtl8712/
Drtl871x_mp_ioctl.c60 struct bb_reg_param *pbbreg; in oid_rt_pro_write_bb_reg_hdl()
66 if (poid_par_priv->information_buf_len < sizeof(struct bb_reg_param)) in oid_rt_pro_write_bb_reg_hdl()
68 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_write_bb_reg_hdl()
81 struct bb_reg_param *pbbreg; in oid_rt_pro_read_bb_reg_hdl()
87 if (poid_par_priv->information_buf_len < sizeof(struct bb_reg_param)) in oid_rt_pro_read_bb_reg_hdl()
89 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in oid_rt_pro_read_bb_reg_hdl()
Drtl871x_mp_ioctl.h269 {sizeof(struct bb_reg_param),
272 {sizeof(struct bb_reg_param),
Drtl871x_mp.h120 struct bb_reg_param { struct
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mp_ioctl.c34 struct bb_reg_param *pbbreg; in rtl8188eu_oid_rt_pro_write_bb_reg_hdl()
43 if (poid_par_priv->information_buf_len < sizeof(struct bb_reg_param)) in rtl8188eu_oid_rt_pro_write_bb_reg_hdl()
46 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in rtl8188eu_oid_rt_pro_write_bb_reg_hdl()
63 struct bb_reg_param *pbbreg; in rtl8188eu_oid_rt_pro_read_bb_reg_hdl()
72 if (poid_par_priv->information_buf_len < sizeof(struct bb_reg_param)) in rtl8188eu_oid_rt_pro_read_bb_reg_hdl()
75 pbbreg = (struct bb_reg_param *)(poid_par_priv->information_buf); in rtl8188eu_oid_rt_pro_read_bb_reg_hdl()
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_mp.h320 struct bb_reg_param { struct
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c47 …GEN_HANDLER(sizeof(struct bb_reg_param), rtl8188eu_oid_rt_pro_read_bb_reg_hdl, OID_RT_PRO_READ_BB_…
48 /*5*/ GEN_HANDLER(sizeof(struct bb_reg_param), rtl8188eu_oid_rt_pro_write_bb_reg_hdl, OID_RT_PRO_WR…