Searched refs:port_stop (Results 1 - 25 of 29) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/ |
H A D | rocker.h | 102 void (*port_stop)(struct rocker_port *rocker_port); member
|
H A D | rocker_main.c | 1547 if (!wops->port_stop) in rocker_world_port_stop() 1549 wops->port_stop(rocker_port); in rocker_world_port_stop()
|
H A D | rocker_ofdpa.c | 2817 .port_stop = ofdpa_port_stop,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/ |
H A D | rocker.h | 102 void (*port_stop)(struct rocker_port *rocker_port); member
|
H A D | rocker_main.c | 1547 if (!wops->port_stop) in rocker_world_port_stop() 1549 wops->port_stop(rocker_port); in rocker_world_port_stop()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libahci_platform.c | 706 if (ap->ops->port_stop) in ahci_platform_shutdown() 707 ap->ops->port_stop(ap); in ahci_platform_shutdown()
|
H A D | libata-sata.c | 1146 * May be used as the port_stop() entry in ata_port_operations. 1219 if (ap->ops->port_stop) in ata_sas_port_destroy() 1220 ap->ops->port_stop(ap); in ata_sas_port_destroy()
|
H A D | pata_ftide010.c | 369 pata_ftide010_port_ops.port_stop = in pata_ftide010_gemini_init()
|
H A D | libata-core.c | 5524 if (ap->ops->port_stop) in ata_host_stop() 5525 ap->ops->port_stop(ap); in ata_host_stop() 5617 if (ap->ops->port_stop) in ata_host_start() 5655 if (ap->ops->port_stop) in ata_host_start() 5656 ap->ops->port_stop(ap); in ata_host_start() 6032 if (ap->ops->port_stop) in ata_pci_shutdown_one() 6033 ap->ops->port_stop(ap); in ata_pci_shutdown_one()
|
H A D | pdc_adma.c | 146 .port_stop = adma_port_stop,
|
H A D | sata_fsl.c | 1435 .port_stop = sata_fsl_port_stop,
|
H A D | sata_dwc_460ex.c | 1185 .port_stop = sata_dwc_port_stop,
|
H A D | sata_mv.c | 692 .port_stop = mv_port_stop, 726 .port_stop = mv_port_stop,
|
H A D | libahci.c | 167 .port_stop = ahci_port_stop,
|
H A D | sata_nv.c | 488 .port_stop = nv_adma_port_stop,
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libahci_platform.c | 799 if (ap->ops->port_stop) in ahci_platform_shutdown() 800 ap->ops->port_stop(ap); in ahci_platform_shutdown()
|
H A D | pata_ftide010.c | 368 pata_ftide010_port_ops.port_stop = in pata_ftide010_gemini_init()
|
H A D | libata-core.c | 5681 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 D | pdc_adma.c | 146 .port_stop = adma_port_stop,
|
H A D | sata_dwc_460ex.c | 1108 .port_stop = sata_dwc_port_stop,
|
H A D | sata_fsl.c | 1405 .port_stop = sata_fsl_port_stop,
|
H A D | sata_mv.c | 696 .port_stop = mv_port_stop, 730 .port_stop = mv_port_stop,
|
/kernel/linux/linux-5.10/drivers/scsi/libsas/ |
H A D | sas_ata.c | 537 .port_stop = ata_sas_port_stop,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | libata.h | 955 void (*port_stop)(struct ata_port *ap); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | libata.h | 945 void (*port_stop)(struct ata_port *ap); member
|
Completed in 70 milliseconds
12