Searched refs:port_stop (Results 1 – 13 of 13) sorted by relevance
22 void (*port_stop)(struct pmic_typec *tcpm); member
766 tcpm->port_stop = qcom_pmic_typec_port_stop; in qcom_pmic_typec_port_probe()
102 void (*port_stop)(struct rocker_port *rocker_port); member
1546 if (!wops->port_stop) in rocker_world_port_stop()1548 wops->port_stop(rocker_port); in rocker_world_port_stop()
2806 .port_stop = ofdpa_port_stop,
790 if (ap->ops->port_stop) in ahci_platform_shutdown()791 ap->ops->port_stop(ap); in ahci_platform_shutdown()
368 pata_ftide010_port_ops.port_stop = in pata_ftide010_gemini_init()
5642 if (ap->ops->port_stop) in ata_host_stop()5643 ap->ops->port_stop(ap); in ata_host_stop()5735 if (ap->ops->port_stop) in ata_host_start()5773 if (ap->ops->port_stop) in ata_host_start()5774 ap->ops->port_stop(ap); in ata_host_start()6133 if (ap->ops->port_stop) in ata_pci_shutdown_one()6134 ap->ops->port_stop(ap); in ata_pci_shutdown_one()
146 .port_stop = adma_port_stop,
497 .port_stop = nv_adma_port_stop,
189 .port_stop = ahci_port_stop,
352 void (*port_stop) (struct ata_port *ap);366 ``->port_stop()`` is called after ``->host_stop()``. Its sole function is to370 ``->host_stop()`` is called after all ``->port_stop()`` calls have completed.
998 void (*port_stop)(struct ata_port *ap); member