Searched refs:get_config (Results 1 – 25 of 26) sorted by relevance
12
/drivers/memory/ |
D | atmel-ebi.c | 40 void (*get_config)(struct atmel_ebi_dev *ebid, member 354 caps->get_config(ebid, &ebid->configs[i]); in atmel_ebi_dev_setup() 377 .get_config = at91sam9_ebi_get_config, 386 .get_config = at91sam9_ebi_get_config, 395 .get_config = at91sam9_ebi_get_config, 404 .get_config = at91sam9_ebi_get_config, 413 .get_config = at91sam9_ebi_get_config, 422 .get_config = at91sam9_ebi_get_config, 431 .get_config = at91sam9_ebi_get_config, 438 .get_config = sama5_ebi_get_config, [all …]
|
/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim.c | 508 if (vdpasim->dev_attr.get_config) in vdpasim_get_config() 509 vdpasim->dev_attr.get_config(vdpasim, vdpasim->config); in vdpasim_get_config() 641 .get_config = vdpasim_get_config, 670 .get_config = vdpasim_get_config,
|
D | vdpa_sim.h | 46 void (*get_config)(struct vdpasim *vdpasim, void *config); member
|
D | vdpa_sim_net.c | 141 dev_attr.get_config = vdpasim_net_get_config; in vdpasim_net_dev_add()
|
D | vdpa_sim_blk.c | 263 dev_attr.get_config = vdpasim_blk_get_config; in vdpasim_blk_dev_add()
|
/drivers/gpu/drm/i915/display/ |
D | intel_ddi.c | 4567 encoder->get_config = dg2_ddi_get_config; in intel_ddi_init() 4572 encoder->get_config = adls_ddi_get_config; in intel_ddi_init() 4577 encoder->get_config = rkl_ddi_get_config; in intel_ddi_init() 4582 encoder->get_config = dg1_ddi_get_config; in intel_ddi_init() 4588 encoder->get_config = icl_ddi_combo_get_config; in intel_ddi_init() 4593 encoder->get_config = icl_ddi_combo_get_config; in intel_ddi_init() 4600 encoder->get_config = icl_ddi_tc_get_config; in intel_ddi_init() 4605 encoder->get_config = icl_ddi_combo_get_config; in intel_ddi_init() 4609 encoder->get_config = bxt_ddi_get_config; in intel_ddi_init() 4614 encoder->get_config = skl_ddi_get_config; in intel_ddi_init() [all …]
|
D | intel_crt.c | 1074 crt->base.get_config = hsw_crt_get_config; in intel_crt_init() 1097 crt->base.get_config = intel_crt_get_config; in intel_crt_init()
|
D | intel_dp_mst.c | 605 dig_port->base.get_config(&dig_port->base, pipe_config); in intel_dp_mst_enc_get_config() 922 intel_encoder->get_config = intel_dp_mst_enc_get_config; in intel_dp_create_fake_mst_encoder()
|
D | intel_dvo.c | 441 intel_encoder->get_config = intel_dvo_get_config; in intel_dvo_init()
|
D | g4x_hdmi.c | 566 intel_encoder->get_config = intel_hdmi_get_config; in g4x_hdmi_init()
|
D | intel_lvds.c | 909 intel_encoder->get_config = intel_lvds_get_config; in intel_lvds_init()
|
D | intel_display_types.h | 227 void (*get_config)(struct intel_encoder *, member
|
D | g4x_dp.c | 1334 intel_encoder->get_config = intel_dp_get_config; in g4x_dp_init()
|
D | intel_tv.c | 1950 intel_encoder->get_config = intel_tv_get_config; in intel_tv_init()
|
D | vlv_dsi.c | 1879 intel_encoder->get_config = intel_dsi_get_config; in vlv_dsi_init()
|
D | icl_dsi.c | 2022 encoder->get_config = gen11_dsi_get_config; in icl_dsi_init()
|
D | intel_sdvo.c | 3372 intel_encoder->get_config = intel_sdvo_get_config; in intel_sdvo_init()
|
/drivers/scsi/ |
D | hptiop.h | 353 int (*get_config)(struct hptiop_hba *hba, member
|
D | hptiop.c | 1362 if (hba->ops->get_config(hba, &iop_config)) { in hptiop_probe() 1593 .get_config = iop_get_config_itl, 1612 .get_config = iop_get_config_mv, 1631 .get_config = iop_get_config_mvfrey,
|
/drivers/vdpa/virtio_pci/ |
D | vp_vdpa.c | 427 .get_config = vp_vdpa_get_config,
|
/drivers/vdpa/ifcvf/ |
D | ifcvf_main.c | 449 .get_config = ifcvf_vdpa_get_config,
|
/drivers/vdpa/vdpa_user/ |
D | vduse_dev.c | 738 .get_config = vduse_vdpa_get_config,
|
/drivers/net/ethernet/qlogic/qede/ |
D | qede_main.c | 456 return edev->ops->iov->get_config(edev->cdev, vfidx, ivi); in qede_get_vf_config()
|
/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 2367 .get_config = mlx5_vdpa_get_config,
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_sriov.c | 5273 .get_config = &qed_get_vf_config,
|
12