/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_power.c | 2326 enum port port_start; member 2341 .port_start = PORT_A, 2357 .port_start = PORT_A, 2368 .port_start = PORT_C, 2384 .port_start = PORT_A, 2395 .port_start = PORT_TC1, 2411 .port_start = PORT_A, 2422 .port_start = PORT_TC1, 2433 .port_start = PORT_D_XELPD, 2489 return domains->ddi_io + (int)(port - domains->port_start); in intel_display_power_ddi_io_domain() [all …]
|
/openbmc/linux/drivers/ata/ |
H A D | pata_it821x.c | 818 .port_start = it821x_port_start, 834 .port_start = it821x_port_start, 850 .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 | acard-ahci.c | 77 .port_start = acard_ahci_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 | 457 .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 | sata_qstor.c | 134 .port_start = qs_port_start,
|
H A D | pata_icside.c | 343 .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_inic162x.c | 741 .port_start = inic_port_start,
|
H A D | pata_ep93xx.c | 911 .port_start = ep93xx_pata_port_start,
|
H A D | libata-sff.c | 2474 .port_start = ata_bmdma_port_start, 2482 .port_start = ata_bmdma_port_start32,
|
H A D | sata_sil24.c | 410 .port_start = sil24_port_start,
|
H A D | pata_macio.c | 943 .port_start = pata_macio_port_start,
|
H A D | sata_nv.c | 494 .port_start = nv_adma_port_start, 518 .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,
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 2318 static void port_start(struct mv643xx_eth_private *mp) in port_start() function 2473 port_start(mp); in mv643xx_eth_open() 2595 port_start(mp); in tx_timeout_task()
|
/openbmc/linux/Documentation/driver-api/ |
H A 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
|
/openbmc/linux/include/linux/ |
H A D | libata.h | 945 int (*port_start)(struct ata_port *ap); member
|