Searched defs:rtl_hal_cfg (Results 1 – 2 of 2) sorted by relevance
2352 struct rtl_hal_cfg { struct2353 u8 bar_id;2354 bool write_readback;2355 char *name;2356 char *alt_fw_name;2357 const struct rtl_hal_ops *ops;2358 struct rtl_mod_params *mod_params;2359 const struct rtl_hal_usbint_cfg *usb_interface_cfg;2360 enum rtl_spec_ver spec_ver;2365 u32 maps[RTL_VAR_MAP_MAX];
953 const struct rtl_hal_cfg *rtl_hal_cfg) in rtl_usb_probe()