Home
last modified time | relevance | path

Searched refs:port_ops (Results 51 – 75 of 105) sorted by relevance

12345

/openbmc/linux/drivers/ata/
H A Data_generic.c171 .port_ops = &generic_port_ops in ata_generic_init_one()
H A Dahci_mvebu.c178 .port_ops = &ahci_platform_ops,
H A Dsata_uli.c77 .port_ops = &uli_ops,
H A Dahci_sunxi.c206 .port_ops = &ahci_platform_ops,
H A Dpata_it8213.c266 .port_ops = &it8213_ops, in it8213_init_one()
H A Dahci_st.c138 .port_ops = &st_ahci_port_ops,
H A Dpata_efar.c271 .port_ops = &efar_ops, in efar_init_one()
H A Dpata_pdc2027x.c151 .port_ops = &pdc2027x_pata100_ops,
159 .port_ops = &pdc2027x_pata133_ops,
H A Dpata_cs5520.c117 .port_ops = &cs5520_port_ops, in cs5520_init_one()
H A Dpata_cmd640.c221 .port_ops = &cmd640_port_ops in cmd640_init_one()
H A Dpata_acpi.c247 .port_ops = &pacpi_ops, in pacpi_init_one()
H A Dpata_hpt3x3.c195 .port_ops = &hpt3x3_port_ops in hpt3x3_init_one()
H A Dpata_atiixp.c280 .port_ops = &atiixp_port_ops in atiixp_init_one()
H A Dpata_hpt366.c386 .port_ops = &hpt366_port_ops in hpt36x_init_one()
H A Dsata_sis.c90 .port_ops = &sis_ops,
H A Dpata_rdc.c288 .port_ops = &rdc_pata_ops,
H A Dpata_ixp4xx_cf.c191 .port_ops = &ixp4xx_port_ops,
H A Dsata_sil24.c435 .port_ops = &sil24_ops,
443 .port_ops = &sil24_ops,
451 .port_ops = &sil24_ops,
H A Dsata_nv.c536 .port_ops = &nv_generic_ops,
545 .port_ops = &nv_nf2_ops,
554 .port_ops = &nv_ck804_ops,
563 .port_ops = &nv_adma_ops,
572 .port_ops = &nv_generic_ops,
581 .port_ops = &nv_swncq_ops,
H A Dahci_xgene.c629 .port_ops = &xgene_ahci_v1_ops,
643 .port_ops = &xgene_ahci_v2_ops,
/openbmc/linux/arch/um/drivers/
H A Dport_user.c99 const struct chan_ops port_ops = { variable
/openbmc/linux/drivers/fpga/
H A Ddfl.c233 struct dfl_fpga_port_ops *port_ops; in dfl_fpga_check_port_id() local
238 port_ops = dfl_fpga_port_ops_get(pdev); in dfl_fpga_check_port_id()
239 if (!port_ops || !port_ops->get_id) in dfl_fpga_check_port_id()
242 pdata->id = port_ops->get_id(pdev); in dfl_fpga_check_port_id()
243 dfl_fpga_port_ops_put(port_ops); in dfl_fpga_check_port_id()
/openbmc/linux/drivers/soundwire/
H A Dstream.c249 ret = bus->port_ops->dpn_set_port_transport_params(bus, in sdw_program_master_port_params()
255 return bus->port_ops->dpn_set_port_params(bus, in sdw_program_master_port_params()
348 if (bus->port_ops->dpn_port_enable_ch) { in sdw_enable_disable_master_ports()
349 ret = bus->port_ops->dpn_port_enable_ch(bus, in sdw_enable_disable_master_ports()
520 const struct sdw_master_port_ops *ops = bus->port_ops; in sdw_prep_deprep_master_ports()
/openbmc/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.h220 const struct xgene_port_ops *port_ops; member
/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_ctrl_msg.c273 struct port_ops ctl_port_ops = {

12345