| /linux/drivers/usb/typec/tcpm/qcom/ |
| H A D | qcom_pmic_typec.h | 20 int (*port_start)(struct pmic_typec *tcpm, member
|
| /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_cmd640.c | 187 .port_start = cmd640_port_start,
|
| H A D | pata_acpi.c | 189 * Use the port_start hook to maintain private control structures 220 .port_start = pacpi_port_start,
|
| H A D | pata_pdc202xx_old.c | 317 .port_start = pdc2026x_port_start,
|
| H A D | sata_promise.c | 190 .port_start = pdc_sata_port_start, 208 .port_start = pdc_common_port_start,
|
| H A D | pata_via.c | 456 .port_start = via_port_start,
|
| H A D | pata_icside.c | 341 .port_start = ATA_OP_NULL, /* don't need PRD table */
|
| H A D | pdc_adma.c | 145 .port_start = adma_port_start,
|
| H A D | sata_qstor.c | 134 .port_start = qs_port_start,
|
| H A D | sata_inic162x.c | 742 .port_start = inic_port_start,
|
| H A D | pata_ep93xx.c | 909 .port_start = ep93xx_pata_port_start,
|
| H A D | libata-sff.c | 2468 .port_start = ata_bmdma_port_start, 2476 .port_start = ata_bmdma_port_start32, 2977 * May be used as the port_start() entry in ata_port_operations. 3004 * May be used as the port_start() entry in ata_port_operations for
|
| H A D | sata_nv.c | 524 .port_start = nv_adma_port_start, 548 .port_start = nv_swncq_port_start,
|
| H A D | pata_macio.c | 724 /* port_start is when we allocate the DMA command list */ 954 .port_start = pata_macio_port_start,
|
| H A D | sata_sil24.c | 408 .port_start = sil24_port_start,
|
| H A D | ata_piix.c | 1249 .port_start = piix_port_start,
|
| H A D | sata_dwc_460ex.c | 1108 .port_start = sata_dwc_port_start, 1200 * device discovery process, invoking our port_start() handler & in sata_dwc_probe()
|
| H A D | sata_sx4.c | 249 .port_start = pdc_port_start,
|
| H A D | sata_fsl.c | 1327 * part of the port_start() callback in sata_fsl_init_controller() 1405 .port_start = sata_fsl_port_start, 1490 * device discovery process, invoking our port_start() handler & in sata_fsl_probe()
|
| H A D | sata_mv.c | 695 .port_start = mv_port_start, 729 .port_start = mv_port_start,
|
| H A D | libata-core.c | 6000 if (ap->ops->port_start) { in ata_host_start() 6001 rc = ap->ops->port_start(ap); in ata_host_start()
|
| H A D | libahci.c | 189 .port_start = ahci_port_start,
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | mv643xx_eth.c | 2314 static void port_start(struct mv643xx_eth_private *mp) in port_start() function 2469 port_start(mp); in mv643xx_eth_open() 2591 port_start(mp); in tx_timeout_task()
|
| /linux/include/linux/ |
| H A D | libata.h | 1009 int (*port_start)(struct ata_port *ap); 1008 int (*port_start)(struct ata_port *ap); global() member
|