Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/rtl8712/
A 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()
A Drtl871x_mp_ioctl.h268 {sizeof(struct bb_reg_param),
271 {sizeof(struct bb_reg_param),
A Drtl871x_mp.h120 struct bb_reg_param { struct

Completed in 9 milliseconds