/linux-6.12.1/drivers/memory/ |
D | atmel-ebi.c | 44 void (*get_config)(struct atmel_ebi_dev *ebid, member 358 caps->get_config(ebid, &ebid->configs[i]); in atmel_ebi_dev_setup() 381 .get_config = at91sam9_ebi_get_config, 390 .get_config = at91sam9_ebi_get_config, 399 .get_config = at91sam9_ebi_get_config, 408 .get_config = at91sam9_ebi_get_config, 417 .get_config = at91sam9_ebi_get_config, 426 .get_config = at91sam9_ebi_get_config, 435 .get_config = at91sam9_ebi_get_config, 442 .get_config = sama5_ebi_get_config, [all …]
|
/linux-6.12.1/arch/arm/mach-s3c/ |
D | gpio-samsung.c | 190 if (!chipcfg->get_config) in samsung_gpiolib_set_cfg() 191 chipcfg->get_config = samsung_gpio_getcfg_4bit; in samsung_gpiolib_set_cfg() 215 .get_config = samsung_gpio_getcfg_2bit, 220 .get_config = samsung_gpio_getcfg_2bit, 225 .get_config = samsung_gpio_getcfg_2bit, 229 .get_config = samsung_gpio_getcfg_2bit,
|
D | gpio-cfg.h | 56 unsigned (*get_config)(struct samsung_gpio_chip *chip, unsigned offs); member
|
/linux-6.12.1/arch/um/drivers/ |
D | mconsole_kern.c | 412 .get_config = mem_get_config, 430 static void mconsole_get_config(int (*get_config)(char *, char *, int, in mconsole_get_config() 437 if (get_config == NULL) { in mconsole_get_config() 447 n = (*get_config)(name, buf, size, &error); in mconsole_get_config() 496 else mconsole_get_config(dev->get_config, req, name); in mconsole_config()
|
D | mconsole_kern.h | 22 int (*get_config)(char *, char *, int, char **); member
|
D | stdio_console.c | 62 .get_config = con_get_config,
|
D | ssl.c | 56 .get_config = ssl_get_config,
|
/linux-6.12.1/include/linux/qed/ |
D | qed_iov_if.h | 20 int (*get_config) (struct qed_dev *cdev, int vf_id, member
|
/linux-6.12.1/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim.h | 48 void (*get_config)(struct vdpasim *vdpasim, void *config); member
|
D | vdpa_sim.c | 565 if (vdpasim->dev_attr.get_config) in vdpasim_get_config() 566 vdpasim->dev_attr.get_config(vdpasim, vdpasim->config); in vdpasim_get_config() 799 .get_config = vdpasim_get_config, 839 .get_config = vdpasim_get_config,
|
D | vdpa_sim_blk.c | 426 dev_attr.get_config = vdpasim_blk_get_config; in vdpasim_blk_dev_add()
|
D | vdpa_sim_net.c | 482 dev_attr.get_config = vdpasim_net_get_config; in vdpasim_net_dev_add()
|
/linux-6.12.1/include/linux/framer/ |
D | framer-provider.h | 77 int (*get_config)(struct framer *framer, struct framer_config *config); member
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_color.c | 83 void (*get_config)(struct intel_crtc_state *crtc_state); member 2034 if (i915->display.funcs.color->get_config) in intel_color_get_config() 2035 i915->display.funcs.color->get_config(crtc_state); in intel_color_get_config() 3758 .get_config = chv_get_config, 3768 .get_config = i9xx_get_config, 3777 .get_config = i9xx_get_config, 3786 .get_config = i9xx_get_config, 3797 .get_config = skl_get_config, 3809 .get_config = skl_get_config, 3820 .get_config = skl_get_config, [all …]
|
D | intel_ddi.c | 5015 encoder->get_config = mtl_ddi_get_config; in intel_ddi_init() 5019 encoder->get_config = dg2_ddi_get_config; in intel_ddi_init() 5024 encoder->get_config = adls_ddi_get_config; in intel_ddi_init() 5029 encoder->get_config = rkl_ddi_get_config; in intel_ddi_init() 5034 encoder->get_config = dg1_ddi_get_config; in intel_ddi_init() 5041 encoder->get_config = icl_ddi_combo_get_config; in intel_ddi_init() 5046 encoder->get_config = icl_ddi_combo_get_config; in intel_ddi_init() 5054 encoder->get_config = icl_ddi_tc_get_config; in intel_ddi_init() 5059 encoder->get_config = icl_ddi_combo_get_config; in intel_ddi_init() 5063 encoder->get_config = bxt_ddi_get_config; in intel_ddi_init() [all …]
|
D | intel_crt.c | 1094 crt->base.get_config = hsw_crt_get_config; in intel_crt_init() 1117 crt->base.get_config = intel_crt_get_config; in intel_crt_init()
|
D | intel_dvo.c | 512 encoder->get_config = intel_dvo_get_config; in intel_dvo_init()
|
D | g4x_hdmi.c | 739 intel_encoder->get_config = intel_hdmi_get_config; in g4x_hdmi_init()
|
/linux-6.12.1/drivers/net/wan/framer/ |
D | framer-core.c | 314 if (!framer->ops->get_config) in framer_get_config() 318 ret = framer->ops->get_config(framer, config); in framer_get_config()
|
/linux-6.12.1/drivers/scsi/ |
D | hptiop.h | 353 int (*get_config)(struct hptiop_hba *hba, member
|
D | hptiop.c | 1358 if (hba->ops->get_config(hba, &iop_config)) { in hptiop_probe() 1589 .get_config = iop_get_config_itl, 1608 .get_config = iop_get_config_mv, 1627 .get_config = iop_get_config_mvfrey,
|
/linux-6.12.1/include/linux/ |
D | vdpa.h | 418 void (*get_config)(struct vdpa_device *vdev, unsigned int offset, member
|
/linux-6.12.1/drivers/vdpa/ |
D | vdpa.c | 385 ops->get_config(vdev, offset, buf, len); in vdpa_get_config_unlocked() 927 vdev->config->get_config(vdev, 0, &config, sizeof(config)); in vdpa_dev_net_config_fill() 1115 vdev->config->get_config(vdev, 0, &config, sizeof(config)); in vdpa_dev_blk_config_fill()
|
/linux-6.12.1/drivers/vdpa/alibaba/ |
D | eni_vdpa.c | 439 .get_config = eni_vdpa_get_config,
|
/linux-6.12.1/drivers/vdpa/virtio_pci/ |
D | vp_vdpa.c | 480 .get_config = vp_vdpa_get_config,
|