Searched refs:port_start (Results 1 – 25 of 31) sorted by relevance
12
/linux-6.14.4/drivers/usb/typec/tcpm/qcom/ |
D | qcom_pmic_typec.h | 20 int (*port_start)(struct pmic_typec *tcpm, member
|
D | qcom_pmic_typec.c | 107 ret = tcpm->port_start(tcpm, tcpm->tcpm_port); in qcom_pmic_typec_probe()
|
D | qcom_pmic_typec_port.c | 767 tcpm->port_start = qcom_pmic_typec_port_start; in qcom_pmic_typec_port_probe()
|
/linux-6.14.4/drivers/gpu/drm/i915/display/ |
D | intel_display_power.c | 2357 enum port port_start; member 2372 .port_start = PORT_A, 2388 .port_start = PORT_A, 2399 .port_start = PORT_C, 2415 .port_start = PORT_A, 2426 .port_start = PORT_TC1, 2442 .port_start = PORT_A, 2453 .port_start = PORT_TC1, 2464 .port_start = PORT_D_XELPD, 2506 if (port >= domains[i].port_start && port <= domains[i].port_end) in intel_port_domains_for_port() [all …]
|
/linux-6.14.4/drivers/ata/ |
D | pata_it821x.c | 818 .port_start = it821x_port_start, 834 .port_start = it821x_port_start, 850 .port_start = it821x_port_start,
|
D | pata_cmd640.c | 187 .port_start = cmd640_port_start,
|
D | pata_acpi.c | 220 .port_start = pacpi_port_start,
|
D | pata_pdc202xx_old.c | 317 .port_start = pdc2026x_port_start,
|
D | acard-ahci.c | 77 .port_start = acard_ahci_port_start,
|
D | pata_ftide010.c | 366 pata_ftide010_port_ops.port_start = in pata_ftide010_gemini_init()
|
D | sata_promise.c | 190 .port_start = pdc_sata_port_start, 208 .port_start = pdc_common_port_start,
|
D | pata_via.c | 457 .port_start = via_port_start,
|
D | sata_qstor.c | 134 .port_start = qs_port_start,
|
D | pata_icside.c | 341 .port_start = ATA_OP_NULL, /* don't need PRD table */
|
D | pdc_adma.c | 145 .port_start = adma_port_start,
|
D | sata_inic162x.c | 741 .port_start = inic_port_start,
|
D | pata_ep93xx.c | 904 .port_start = ep93xx_pata_port_start,
|
D | libata-sff.c | 2475 .port_start = ata_bmdma_port_start, 2483 .port_start = ata_bmdma_port_start32,
|
D | sata_nv.c | 496 .port_start = nv_adma_port_start, 520 .port_start = nv_swncq_port_start,
|
D | sata_sil24.c | 409 .port_start = sil24_port_start,
|
D | pata_macio.c | 954 .port_start = pata_macio_port_start,
|
D | sata_dwc_460ex.c | 1107 .port_start = sata_dwc_port_start,
|
D | ata_piix.c | 1069 .port_start = piix_port_start,
|
/linux-6.14.4/drivers/net/ethernet/marvell/ |
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-6.14.4/Documentation/driver-api/ |
D | libata.rst | 351 int (*port_start) (struct ata_port *ap); 356 ``->port_start()`` is called just after the data structures for each port 363 own :c:func:`port_start` hooks. :c:func:`ata_port_start` allocates space for
|
12