Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/rocker/
A Drocker.h102 void (*port_stop)(struct rocker_port *rocker_port); member
A Drocker_main.c1547 if (!wops->port_stop) in rocker_world_port_stop()
1549 wops->port_stop(rocker_port); in rocker_world_port_stop()
A Drocker_ofdpa.c2804 .port_stop = ofdpa_port_stop,
/linux/drivers/ata/
A Dlibahci_platform.c696 if (ap->ops->port_stop) in ahci_platform_shutdown()
697 ap->ops->port_stop(ap); in ahci_platform_shutdown()
A Dlibata-sata.c1227 if (ap->ops->port_stop) in ata_sas_port_destroy()
1228 ap->ops->port_stop(ap); in ata_sas_port_destroy()
A Dpata_ftide010.c369 pata_ftide010_port_ops.port_stop = in pata_ftide010_gemini_init()
A Dlibata-core.c5602 if (ap->ops->port_stop) in ata_host_stop()
5603 ap->ops->port_stop(ap); in ata_host_stop()
5695 if (ap->ops->port_stop) in ata_host_start()
5733 if (ap->ops->port_stop) in ata_host_start()
5734 ap->ops->port_stop(ap); in ata_host_start()
6091 if (ap->ops->port_stop) in ata_pci_shutdown_one()
6092 ap->ops->port_stop(ap); in ata_pci_shutdown_one()
A Dpdc_adma.c146 .port_stop = adma_port_stop,
A Dsata_dwc_460ex.c1191 .port_stop = sata_dwc_port_stop,
A Dsata_fsl.c1435 .port_stop = sata_fsl_port_stop,
A Dsata_mv.c696 .port_stop = mv_port_stop,
730 .port_stop = mv_port_stop,
A Dsata_nv.c494 .port_stop = nv_adma_port_stop,
A Dlibahci.c186 .port_stop = ahci_port_stop,
/linux/drivers/scsi/libsas/
A Dsas_ata.c531 .port_stop = ata_sas_port_stop,
/linux/Documentation/driver-api/
A Dlibata.rst377 void (*port_stop) (struct ata_port *ap);
391 ``->port_stop()`` is called after ``->host_stop()``. Its sole function is to
395 ``->host_stop()`` is called after all ``->port_stop()`` calls have completed.
/linux/include/linux/
A Dlibata.h972 void (*port_stop)(struct ata_port *ap); member
/linux/drivers/scsi/
A Dipr.c7179 .port_stop = ata_sas_port_stop

Completed in 80 milliseconds