Searched refs:port_start (Results 1 – 25 of 27) sorted by relevance
12
| /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 | 220 .port_start = pacpi_port_start,
|
| H A D | pata_pdc202xx_old.c | 317 .port_start = pdc2026x_port_start,
|
| H A D | pata_ftide010.c | 366 pata_ftide010_port_ops.port_start = in pata_ftide010_gemini_init()
|
| H A D | pata_via.c | 456 .port_start = via_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_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 | 741 .port_start = inic_port_start,
|
| H A D | pata_ep93xx.c | 904 .port_start = ep93xx_pata_port_start,
|
| H A D | libata-sff.c | 2467 .port_start = ata_bmdma_port_start, 2475 .port_start = ata_bmdma_port_start32,
|
| H A D | sata_sil24.c | 409 .port_start = sil24_port_start,
|
| H A D | pata_macio.c | 954 .port_start = pata_macio_port_start,
|
| H A D | sata_nv.c | 496 .port_start = nv_adma_port_start, 520 .port_start = nv_swncq_port_start,
|
| H A D | sata_dwc_460ex.c | 1107 .port_start = sata_dwc_port_start,
|
| H A D | ata_piix.c | 1069 .port_start = piix_port_start,
|
| H A D | sata_sx4.c | 249 .port_start = pdc_port_start,
|
| H A D | sata_fsl.c | 1404 .port_start = sata_fsl_port_start,
|
| H A D | sata_mv.c | 695 .port_start = mv_port_start, 729 .port_start = mv_port_start,
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | mv643xx_eth.c | 2315 static void port_start(struct mv643xx_eth_private *mp) in port_start() function 2470 port_start(mp); in mv643xx_eth_open() 2592 port_start(mp); in tx_timeout_task()
|
| /linux/Documentation/driver-api/ |
| H A D | libata.rst | 358 int (*port_start) (struct ata_port *ap); 363 ``->port_start()`` is called just after the data structures for each port 370 own :c:func:`port_start` hooks. :c:func:`ata_port_start` allocates space for
|
| /linux/include/linux/ |
| H A D | libata.h | 1008 int (*port_start)(struct ata_port *ap); member
|
12