Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/rtl8712/
A 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()
A Drtl871x_mp.h114 struct rf_reg_param { struct

Completed in 9 milliseconds