Searched refs:port_start (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/usb/typec/tcpm/qcom/ |
| H A D | qcom_pmic_typec.h | 20 int (*port_start)(struct pmic_typec *tcpm, member
|
| H A D | qcom_pmic_typec.c | 101 ret = tcpm->port_start(tcpm, tcpm->tcpm_port); in qcom_pmic_typec_probe()
|
| H A D | qcom_pmic_typec_port.c | 776 tcpm->port_start = qcom_pmic_typec_port_start; in qcom_pmic_typec_port_probe()
|
| /linux/drivers/ata/ |
| H A D | pata_it821x.c | 819 .port_start = it821x_port_start, 835 .port_start = it821x_port_start, 851 .port_start = it821x_port_start,
|
| H A D | pata_icside.c | 341 .port_start = ATA_OP_NULL, /* don't need PRD table */
|
| H A D | pata_ep93xx.c | 920 .port_start = ep93xx_pata_port_start,
|
| H A D | sata_dwc_460ex.c | 1098 .port_start = sata_dwc_port_start,
|
| H A D | sata_mv.c | 695 .port_start = mv_port_start, 729 .port_start = mv_port_start,
|
| H A D | libata-core.c | 6100 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 D | libata.h | 1019 int (*port_start)(struct ata_port *ap); member
|