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
924 struct rtl_fw { struct925 const char *fw_name;926 const struct firmware *fw;928 char version[RTL_VER_SIZE];929 int (*pre_fw)(struct r8152 *tp);930 int (*post_fw)(struct r8152 *tp);932 bool retry;933 } rtl_fw; member4645 static long rtl8152_check_firmware(struct r8152 *tp, struct rtl_fw *rtl_fw) in rtl8152_check_firmware()5184 struct rtl_fw *rtl_fw = &tp->rtl_fw; in rtl8152_apply_firmware() local[all …]