Home
last modified time | relevance | path

Searched refs:get_config (Results 1 – 25 of 40) sorted by relevance

12

/linux/drivers/memory/
H A Datmel-ebi.c44 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/arch/arm/mach-s3c/
H A Dgpio-samsung.c190 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,
H A Dgpio-cfg.h56 unsigned (*get_config)(struct samsung_gpio_chip *chip, unsigned offs); member
/linux/arch/um/drivers/
H A Dmconsole_kern.c412 .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()
H A Dmconsole_kern.h22 int (*get_config)(char *, char *, int, char **); member
H A Dstdio_console.c62 .get_config = con_get_config,
H A Dssl.c56 .get_config = ssl_get_config,
H A Dvfio_kern.c676 .get_config = NULL,
/linux/include/linux/qed/
H A Dqed_iov_if.h20 int (*get_config) (struct qed_dev *cdev, int vf_id, member
/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c563 if (vdpasim->dev_attr.get_config) in vdpasim_get_config()
564 vdpasim->dev_attr.get_config(vdpasim, vdpasim->config); in vdpasim_get_config()
791 .get_config = vdpasim_get_config,
831 .get_config = vdpasim_get_config,
H A Dvdpa_sim.h48 void (*get_config)(struct vdpasim *vdpasim, void *config); member
H A Dvdpa_sim_blk.c426 dev_attr.get_config = vdpasim_blk_get_config; in vdpasim_blk_dev_add()
H A Dvdpa_sim_net.c482 dev_attr.get_config = vdpasim_net_get_config; in vdpasim_net_dev_add()
/linux/include/linux/framer/
H A Dframer-provider.h77 int (*get_config)(struct framer *framer, struct framer_config *config); member
/linux/drivers/gpu/drm/i915/display/
H A Dintel_color.c91 void (*get_config)(struct intel_crtc_state *crtc_state); member
2123 display->funcs.color->get_config(crtc_state); in intel_color_get_config()
4118 .get_config = chv_get_config,
4128 .get_config = i9xx_get_config,
4137 .get_config = i9xx_get_config,
4146 .get_config = i9xx_get_config,
4157 .get_config = skl_get_config,
4171 .get_config = skl_get_config,
4182 .get_config = skl_get_config,
4193 .get_config = skl_get_config,
[all …]
H A Dintel_crt.c1090 crt->base.get_config = hsw_crt_get_config; in intel_crt_init()
1113 crt->base.get_config = intel_crt_get_config; in intel_crt_init()
H A Dintel_dvo.c514 encoder->get_config = intel_dvo_get_config; in intel_dvo_init()
H A Dintel_lvds.c920 encoder->get_config = intel_lvds_get_config; in intel_lvds_init()
H A Dintel_dp_mst.c1333 primary_encoder->get_config(primary_encoder, pipe_config); in mst_stream_get_config()
1806 encoder->get_config = mst_stream_get_config; in mst_stream_encoder_create()
/linux/drivers/net/wan/framer/
H A Dframer-core.c314 if (!framer->ops->get_config) in framer_get_config()
318 ret = framer->ops->get_config(framer, config); in framer_get_config()
/linux/drivers/scsi/
H A Dhptiop.h353 int (*get_config)(struct hptiop_hba *hba, member
/linux/drivers/vdpa/virtio_pci/
H A Dvp_vdpa.c489 .get_config = vp_vdpa_get_config,
/linux/drivers/net/wan/framer/pef2256/
H A Dpef2256.c702 .get_config = pef2256_framer_get_config,
/linux/drivers/vdpa/ifcvf/
H A Difcvf_main.c657 .get_config = ifcvf_vdpa_get_config,
/linux/drivers/vdpa/pds/
H A Dvdpa_dev.c603 .get_config = pds_vdpa_get_config,

12