Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec.c107 goto port_stop; in qcom_pmic_typec_probe()
117 port_stop: in qcom_pmic_typec_probe()
118 tcpm->port_stop(tcpm); in qcom_pmic_typec_probe()
132 tcpm->port_stop(tcpm); in qcom_pmic_typec_remove()
H A Dqcom_pmic_typec.h22 void (*port_stop)(struct pmic_typec *tcpm); member
H A Dqcom_pmic_typec_port.c777 tcpm->port_stop = qcom_pmic_typec_port_stop; in qcom_pmic_typec_port_probe()
/linux/drivers/net/ethernet/rocker/
H A Drocker.h102 void (*port_stop)(struct rocker_port *rocker_port); member
H A Drocker_ofdpa.c2792 .port_stop = ofdpa_port_stop,
/linux/drivers/ata/
H A Dlibata-core.c5991 if (ap->ops->port_stop) in ata_host_stop()
5992 ap->ops->port_stop(ap); in ata_host_stop()
6084 if (ap->ops->port_stop) in ata_host_start()
6122 if (ap->ops->port_stop) in ata_host_start()
6123 ap->ops->port_stop(ap); in ata_host_start()
6489 if (ap->ops->port_stop) in ata_pci_shutdown_one()
6490 ap->ops->port_stop(ap); in ata_pci_shutdown_one()
H A Dsata_dwc_460ex.c1099 .port_stop = sata_dwc_port_stop,
H A Dsata_mv.c696 .port_stop = mv_port_stop,
730 .port_stop = mv_port_stop,
/linux/include/linux/
H A Dlibata.h1020 void (*port_stop)(struct ata_port *ap); member