Searched defs:rtl_fw (Results 1 – 3 of 3) 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
679 struct rtl_fw *rtl_fw; member1638 struct rtl_fw *rtl_fw = tp->rtl_fw; in rtl8169_get_drvinfo() local2633 struct rtl_fw *rtl_fw; in rtl_request_firmware() local
923 struct rtl_fw { struct924 const char *fw_name;925 const struct firmware *fw;927 char version[RTL_VER_SIZE];928 int (*pre_fw)(struct r8152 *tp);929 int (*post_fw)(struct r8152 *tp);931 bool retry;932 } rtl_fw; member4674 static long rtl8152_check_firmware(struct r8152 *tp, struct rtl_fw *rtl_fw) in rtl8152_check_firmware()5213 struct rtl_fw *rtl_fw = &tp->rtl_fw; in rtl8152_apply_firmware() local[all …]