Searched refs:rf_reg_param (Results 1 – 2 of 2) sorted by relevance
103 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()
114 struct rf_reg_param { struct
Completed in 6 milliseconds