/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-orion.c | 216 enum orion_ehci_phy_ver phy_version; in ehci_orion_drv_probe() local 291 phy_version = EHCI_PHY_NA; in ehci_orion_drv_probe() 293 phy_version = pd->phy_version; in ehci_orion_drv_probe() 295 switch (phy_version) { in ehci_orion_drv_probe()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-orion.c | 212 enum orion_ehci_phy_ver phy_version; in ehci_orion_drv_probe() local 286 phy_version = EHCI_PHY_NA; in ehci_orion_drv_probe() 288 phy_version = pd->phy_version; in ehci_orion_drv_probe() 290 switch (phy_version) { in ehci_orion_drv_probe()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | usb-ehci-orion.h | 20 enum orion_ehci_phy_ver phy_version; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | usb-ehci-orion.h | 20 enum orion_ehci_phy_ver phy_version; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
H A D | wl18xx.h | 161 char phy_version[WL18XX_PHY_VERSION_MAX_LEN]; member
|
H A D | main.c | 1519 strncpy(wl->chip.phy_fw_ver_str, static_data_priv->phy_version, in wl18xx_handle_static_data() 1525 wl1271_info("PHY firmware version: %s", static_data_priv->phy_version); in wl18xx_handle_static_data()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
H A D | wl18xx.h | 161 char phy_version[WL18XX_PHY_VERSION_MAX_LEN]; member
|
H A D | main.c | 1519 strncpy(wl->chip.phy_fw_ver_str, static_data_priv->phy_version, in wl18xx_handle_static_data() 1525 wl1271_info("PHY firmware version: %s", static_data_priv->phy_version); in wl18xx_handle_static_data()
|
/kernel/linux/linux-6.6/arch/arm/plat-orion/ |
H A D | common.c | 708 enum orion_ehci_phy_ver phy_version) in orion_ehci_init() 710 orion_ehci_data.phy_version = phy_version; in orion_ehci_init() 706 orion_ehci_init(unsigned long mapbase, unsigned long irq, enum orion_ehci_phy_ver phy_version) orion_ehci_init() argument
|
/kernel/linux/linux-5.10/arch/arm/plat-orion/ |
H A D | common.c | 739 enum orion_ehci_phy_ver phy_version) in orion_ehci_init() 741 orion_ehci_data.phy_version = phy_version; in orion_ehci_init() 737 orion_ehci_init(unsigned long mapbase, unsigned long irq, enum orion_ehci_phy_ver phy_version) orion_ehci_init() argument
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_attr.c | 1560 ha->phy_version[0], ha->phy_version[1], ha->phy_version[2]); in qla2x00_phy_version_show() 2417 static DEVICE_ATTR(phy_version, S_IRUGO, qla2x00_phy_version_show, NULL);
|
H A D | qla_mbx.c | 1062 ha->phy_version[0] = mcp->mb[8] & 0xff; in qla2x00_get_fw_version() 1063 ha->phy_version[1] = mcp->mb[9] >> 8; in qla2x00_get_fw_version() 1064 ha->phy_version[2] = mcp->mb[9] & 0xff; in qla2x00_get_fw_version()
|
H A D | qla_def.h | 4354 uint8_t phy_version[3]; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_attr.c | 1566 ha->phy_version[0], ha->phy_version[1], ha->phy_version[2]); in qla2x00_phy_version_show() 2447 static DEVICE_ATTR(phy_version, S_IRUGO, qla2x00_phy_version_show, NULL);
|
H A D | qla_mbx.c | 1104 ha->phy_version[0] = mcp->mb[8] & 0xff; in qla2x00_get_fw_version() 1105 ha->phy_version[1] = mcp->mb[9] >> 8; in qla2x00_get_fw_version() 1106 ha->phy_version[2] = mcp->mb[9] & 0xff; in qla2x00_get_fw_version()
|
H A D | qla_def.h | 4582 uint8_t phy_version[3]; member
|