Searched defs:rtl_fw (Results 1 – 2 of 2) sorted by relevance
20 struct rtl_fw { struct21 rtl_fw_write_t phy_write; argument22 rtl_fw_read_t phy_read; argument23 rtl_fw_write_t mac_mcu_write; argument24 rtl_fw_read_t mac_mcu_read; argument31 struct rtl_fw_phy_action { argument37 int rtl_fw_request_firmware(struct rtl_fw *rtl_fw); argument
982 struct rtl_fw { struct983 const char *fw_name;984 const struct firmware *fw;986 char version[RTL_VER_SIZE];987 int (*pre_fw)(struct r8152 *tp);988 int (*post_fw)(struct r8152 *tp);990 bool retry;991 } rtl_fw; member5020 static long rtl8152_check_firmware(struct r8152 *tp, struct rtl_fw *rtl_fw) in rtl8152_check_firmware()5557 struct rtl_fw *rtl_fw = &tp->rtl_fw; in rtl8152_apply_firmware() local[all …]