Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/rocker/
Drocker.h102 void (*port_stop)(struct rocker_port *rocker_port); member
Drocker_main.c1547 if (!wops->port_stop) in rocker_world_port_stop()
1549 wops->port_stop(rocker_port); in rocker_world_port_stop()
Drocker_ofdpa.c2806 .port_stop = ofdpa_port_stop,
/Linux-v6.6/drivers/ata/
Dlibahci_platform.c799 if (ap->ops->port_stop) in ahci_platform_shutdown()
800 ap->ops->port_stop(ap); in ahci_platform_shutdown()
Dpata_ftide010.c368 pata_ftide010_port_ops.port_stop = in pata_ftide010_gemini_init()
Dlibata-core.c5677 if (ap->ops->port_stop) in ata_host_stop()
5678 ap->ops->port_stop(ap); in ata_host_stop()
5770 if (ap->ops->port_stop) in ata_host_start()
5808 if (ap->ops->port_stop) in ata_host_start()
5809 ap->ops->port_stop(ap); in ata_host_start()
6168 if (ap->ops->port_stop) in ata_pci_shutdown_one()
6169 ap->ops->port_stop(ap); in ata_pci_shutdown_one()
Dpdc_adma.c146 .port_stop = adma_port_stop,
Dsata_dwc_460ex.c1108 .port_stop = sata_dwc_port_stop,
Dsata_fsl.c1405 .port_stop = sata_fsl_port_stop,
Dsata_mv.c696 .port_stop = mv_port_stop,
730 .port_stop = mv_port_stop,
Dsata_nv.c495 .port_stop = nv_adma_port_stop,
Dlibahci.c189 .port_stop = ahci_port_stop,
/Linux-v6.6/Documentation/driver-api/
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.
/Linux-v6.6/include/linux/
Dlibata.h945 void (*port_stop)(struct ata_port *ap); member