Home
last modified time | relevance | path

Searched refs:fw_phy_nc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/usb/
H A Dr8152.c950 * struct fw_phy_nc - a firmware block used by RTL_FW_PHY_NC.
952 * <struct fw_phy_nc> + <info> + <firmware data>.
954 * the data would be the address of struct fw_phy_nc + @fw_offset.
970 struct fw_phy_nc { struct
3529 static bool rtl8152_is_fw_phy_nc_ok(struct r8152 *tp, struct fw_phy_nc *phy) in rtl8152_is_fw_phy_nc_ok()
3782 struct fw_phy_nc *phy_nc = NULL; in rtl8152_check_firmware()
3882 phy_nc = (struct fw_phy_nc *)block; in rtl8152_check_firmware()
3911 static void rtl8152_fw_phy_nc_apply(struct r8152 *tp, struct fw_phy_nc *phy) in rtl8152_fw_phy_nc_apply()
4046 rtl8152_fw_phy_nc_apply(tp, (struct fw_phy_nc *)block); in rtl8152_apply_firmware()
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dr8152.c1105 * struct fw_phy_nc - a firmware block used by RTL_FW_PHY_NC.
1107 * <struct fw_phy_nc> + <info> + <firmware data>.
1110 * the data would be the address of struct fw_phy_nc + @fw_offset.
1127 struct fw_phy_nc { struct
4376 static bool rtl8152_is_fw_phy_nc_ok(struct r8152 *tp, struct fw_phy_nc *phy) in rtl8152_is_fw_phy_nc_ok()
4748 if (!rtl8152_is_fw_phy_nc_ok(tp, (struct fw_phy_nc *)block)) { in rtl8152_check_firmware()
5069 static void rtl8152_fw_phy_nc_apply(struct r8152 *tp, struct fw_phy_nc *phy) in rtl8152_fw_phy_nc_apply()
5209 rtl8152_fw_phy_nc_apply(tp, (struct fw_phy_nc *)block); in rtl8152_apply_firmware()

Completed in 24 milliseconds