Home
last modified time | relevance | path

Searched refs:port_start (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/usb/typec/tcpm/qcom/
H A Dqcom_pmic_typec.h20 int (*port_start)(struct pmic_typec *tcpm, member
H A Dqcom_pmic_typec.c101 ret = tcpm->port_start(tcpm, tcpm->tcpm_port); in qcom_pmic_typec_probe()
H A Dqcom_pmic_typec_port.c776 tcpm->port_start = qcom_pmic_typec_port_start; in qcom_pmic_typec_port_probe()
/linux/drivers/ata/
H A Dpata_it821x.c819 .port_start = it821x_port_start,
835 .port_start = it821x_port_start,
851 .port_start = it821x_port_start,
H A Dpata_icside.c341 .port_start = ATA_OP_NULL, /* don't need PRD table */
H A Dpata_ep93xx.c920 .port_start = ep93xx_pata_port_start,
H A Dsata_dwc_460ex.c1098 .port_start = sata_dwc_port_start,
H A Dsata_mv.c695 .port_start = mv_port_start,
729 .port_start = mv_port_start,
H A Dlibata-core.c6100 if (ap->ops->port_start) { in ata_host_start()
6101 rc = ap->ops->port_start(ap); in ata_host_start()
/linux/include/linux/
H A Dlibata.h1019 int (*port_start)(struct ata_port *ap); member