/linux-4.1.27/include/linux/platform_data/ |
D | usb-omap.h | 49 unsigned phy_reset:1; member 69 unsigned phy_reset:1; member
|
/linux-4.1.27/drivers/net/phy/ |
D | at803x.c | 51 bool phy_reset:1; member 272 if (priv->gpiod_reset && !priv->phy_reset) { in at803x_link_change_notify() 286 priv->phy_reset = true; in at803x_link_change_notify() 289 priv->phy_reset = false; in at803x_link_change_notify()
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_pci.c | 80 plat->mdio_bus_data->phy_reset = NULL; in stmmac_default_data() 114 plat->mdio_bus_data->phy_reset = NULL; in quark_default_data()
|
D | stmmac_mdio.c | 173 if (data->phy_reset) { in stmmac_mdio_reset() 175 data->phy_reset(priv->plat->bsp_priv); in stmmac_mdio_reset()
|
/linux-4.1.27/include/linux/usb/ |
D | renesas_usbhs.h | 80 int (*phy_reset)(struct platform_device *pdev); member
|
/linux-4.1.27/include/linux/ |
D | stmmac.h | 79 int (*phy_reset)(void *priv); member
|
D | libata.h | 986 void (*phy_reset)(struct ata_port *ap); member
|
/linux-4.1.27/drivers/usb/renesas_usbhs/ |
D | common.c | 433 usbhs_platform_call(priv, phy_reset, pdev); in usbhsc_hotplug() 659 usbhs_platform_call(priv, phy_reset, pdev); in usbhs_probe() 737 usbhs_platform_call(priv, phy_reset, pdev); in usbhsc_resume()
|
/linux-4.1.27/drivers/scsi/mvsas/ |
D | mv_94xx.h | 187 u32 phy_reset:1; member
|
D | mv_sas.c | 175 MVS_CHIP_DISP->phy_reset(mvi, no, hard); in mvs_phys_reset() 204 MVS_CHIP_DISP->phy_reset(mvi, phy_id, MVS_HARD_RESET); in mvs_phy_control() 209 MVS_CHIP_DISP->phy_reset(mvi, phy_id, MVS_SOFT_RESET); in mvs_phy_control() 1962 MVS_CHIP_DISP->phy_reset(mvi, phy_no, MVS_HARD_RESET); in mvs_sig_time_out() 2006 MVS_CHIP_DISP->phy_reset(mvi, in mvs_int_port() 2039 MVS_CHIP_DISP->phy_reset(mvi, phy_no, MVS_PHY_TUNE); in mvs_int_port()
|
D | mv_sas.h | 157 void (*phy_reset)(struct mvs_info *mvi, u32 phy_id, int hard); member
|
/linux-4.1.27/Documentation/networking/ |
D | stmmac.txt | 196 int (*phy_reset)(void *priv); 203 o phy_reset: hook to reset the phy device attached to the bus. 251 .phy_reset = phy_reset; 253 |-> function to provide the phy_reset on this board
|
/linux-4.1.27/include/scsi/ |
D | scsi_transport_sas.h | 165 int (*phy_reset)(struct sas_phy *, int); member
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | board-kzm9g.c | 249 .phy_reset = usbhs_phy_reset,
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_transport_sas.c | 616 error = i->f->phy_reset(phy, hard_reset); in do_sas_phy_reset() 1854 SETUP_OPTIONAL_PHY_ATTRIBUTE_WRONLY(link_reset, phy_reset); in sas_attach_transport() 1855 SETUP_OPTIONAL_PHY_ATTRIBUTE_WRONLY(hard_reset, phy_reset); in sas_attach_transport()
|
D | ipr.c | 6900 .phy_reset = ipr_ata_phy_reset,
|
/linux-4.1.27/drivers/scsi/libsas/ |
D | sas_init.c | 543 .phy_reset = queue_phy_reset,
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | fec_main.c | 3116 int err, phy_reset; in fec_reset_phy() local 3128 phy_reset = of_get_named_gpio(np, "phy-reset-gpios", 0); in fec_reset_phy() 3129 if (!gpio_is_valid(phy_reset)) in fec_reset_phy() 3132 err = devm_gpio_request_one(&pdev->dev, phy_reset, in fec_reset_phy() 3139 gpio_set_value(phy_reset, 1); in fec_reset_phy()
|
/linux-4.1.27/arch/sh/boards/mach-ecovec24/ |
D | setup.c | 270 .phy_reset = usbhs_phy_reset,
|
/linux-4.1.27/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 1176 static int phy_reset(struct net_device *dev, u32 bmcr_setup) in phy_reset() function 1476 if (phy_reset(dev, mii_control)) { in phy_init() 4425 if (phy_reset(dev, bmcr)) { in nv_set_settings() 4474 if (phy_reset(dev, bmcr)) { in nv_set_settings() 4544 if (phy_reset(dev, bmcr)) { in nv_nway_reset()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 2124 .phy_reset = _transport_phy_reset,
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_transport.c | 2163 .phy_reset = _transport_phy_reset,
|
/linux-4.1.27/drivers/ata/ |
D | libata-core.c | 2610 ap->ops->phy_reset(ap); in ata_bus_probe()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptsas.c | 2355 .phy_reset = mptsas_phy_reset,
|