Searched defs:rtl_hal_cfg (Results 1 – 2 of 2) sorted by relevance
2267 struct rtl_hal_cfg { struct2268 u8 bar_id;2269 bool write_readback;2270 char *name;2271 char *fw_name;2272 char *alt_fw_name;2273 char *wowlan_fw_name;2274 struct rtl_hal_ops *ops;2275 struct rtl_mod_params *mod_params;2276 struct rtl_hal_usbint_cfg *usb_interface_cfg;[all …]
1061 struct rtl_hal_cfg *rtl_hal_cfg) in rtl_usb_probe()