Home
last modified time | relevance | path

Searched refs:port_stop (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/net/ethernet/rocker/
H A Drocker.h102 void (*port_stop)(struct rocker_port *rocker_port); member
H A Drocker_main.c1547 if (!wops->port_stop) in rocker_world_port_stop()
1549 wops->port_stop(rocker_port); in rocker_world_port_stop()
H A Drocker_ofdpa.c2806 .port_stop = ofdpa_port_stop,
/openbmc/linux/drivers/ata/
H A Dlibahci_platform.c799 if (ap->ops->port_stop) in ahci_platform_shutdown()
800 ap->ops->port_stop(ap); in ahci_platform_shutdown()
H A Dpata_ftide010.c368 pata_ftide010_port_ops.port_stop = in pata_ftide010_gemini_init()
H A Dlibata-core.c5681 if (ap->ops->port_stop) in ata_host_stop()
5682 ap->ops->port_stop(ap); in ata_host_stop()
5774 if (ap->ops->port_stop) in ata_host_start()
5812 if (ap->ops->port_stop) in ata_host_start()
5813 ap->ops->port_stop(ap); in ata_host_start()
6172 if (ap->ops->port_stop) in ata_pci_shutdown_one()
6173 ap->ops->port_stop(ap); in ata_pci_shutdown_one()
H A Dpdc_adma.c146 .port_stop = adma_port_stop,
H A Dsata_dwc_460ex.c1108 .port_stop = sata_dwc_port_stop,
H A Dsata_fsl.c1405 .port_stop = sata_fsl_port_stop,
H A Dsata_mv.c696 .port_stop = mv_port_stop,
730 .port_stop = mv_port_stop,
H A Dsata_nv.c495 .port_stop = nv_adma_port_stop,
H A Dlibahci.c189 .port_stop = ahci_port_stop,
/openbmc/linux/Documentation/driver-api/
H A Dlibata.rst352 void (*port_stop) (struct ata_port *ap);
366 ``->port_stop()`` is called after ``->host_stop()``. Its sole function is to
370 ``->host_stop()`` is called after all ``->port_stop()`` calls have completed.
/openbmc/linux/include/linux/
H A Dlibata.h946 void (*port_stop)(struct ata_port *ap); member