Searched defs:rtl_hal_cfg (Results 1 – 2 of 2) sorted by relevance
2283 struct rtl_hal_cfg { struct2284 u8 bar_id;2285 bool write_readback;2286 char *name;2287 char *fw_name;2288 char *alt_fw_name;2289 char *wowlan_fw_name;2290 struct rtl_hal_ops *ops;2291 struct rtl_mod_params *mod_params;2292 struct rtl_hal_usbint_cfg *usb_interface_cfg;[all …]
1061 struct rtl_hal_cfg *rtl_hal_cfg) in rtl_usb_probe()