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
768 struct rtl_fw *rtl_fw; member1785 struct rtl_fw *rtl_fw = tp->rtl_fw; in rtl8169_get_drvinfo() local2680 struct rtl_fw *rtl_fw; in rtl_request_firmware() local
918 struct rtl_fw { struct919 const char *fw_name;920 const struct firmware *fw;922 char version[RTL_VER_SIZE];923 int (*pre_fw)(struct r8152 *tp);924 int (*post_fw)(struct r8152 *tp);926 bool retry;927 } rtl_fw; member4641 static long rtl8152_check_firmware(struct r8152 *tp, struct rtl_fw *rtl_fw) in rtl8152_check_firmware()5180 struct rtl_fw *rtl_fw = &tp->rtl_fw; in rtl8152_apply_firmware() local[all …]