/linux/arch/arm/mach-s3c/ |
H A 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,
|
H A D | gpio-cfg.h | 36 * @get_config: Read the current configuration for the GPIO 56 unsigned (*get_config)(struct samsung_gpio_chip *chip, unsigned offs); member
|
/linux/arch/um/drivers/ |
H A 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() 438 mconsole_reply(req, "No get_config routine defined", 1, 0); 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 D | mconsole_kern.h | 22 int (*get_config)(char *, char *, int, char **); member
|
H A D | stdio_console.c | 62 .get_config = con_get_config,
|
H A D | ssl.c | 56 .get_config = ssl_get_config,
|
H A D | vfio_kern.c | 677 .get_config = NULL,
|
/linux/include/linux/qed/ |
H A D | qed_iov_if.h | 20 int (*get_config) (struct qed_dev *cdev, int vf_id, member
|
/linux/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim.h | 48 void (*get_config)(struct vdpasim *vdpasim, void *config); member
|
H A D | vdpa_sim_blk.c | 426 dev_attr.get_config = vdpasim_blk_get_config; in vdpasim_blk_dev_add()
|
H A D | vdpa_sim_net.c | 482 dev_attr.get_config = vdpasim_net_get_config; in vdpasim_net_dev_add()
|
/linux/include/linux/framer/ |
H A D | framer-provider.h | 68 * @get_config: 77 int (*get_config)(struct framer *framer, struct framer_config *config); member
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_color.c | 89 void (*get_config)(struct intel_crtc_state *crtc_state); member 2110 display->funcs.color->get_config(crtc_state); in intel_color_get_config() 3845 .get_config = chv_get_config, 3855 .get_config = i9xx_get_config, 3864 .get_config = i9xx_get_config, 3873 .get_config = i9xx_get_config, 3884 .get_config = skl_get_config, 3896 .get_config = skl_get_config, 3907 .get_config = skl_get_config, 3918 .get_config [all...] |
H A D | intel_ddi.c | 4149 * encoder's ->get_config(). in intel_ddi_read_func_ctl() 4159 * Note: Also called from the ->get_config of the MST stream encoders on their 5227 encoder->get_config = mtl_ddi_get_config; in intel_ddi_init() 5231 encoder->get_config = dg2_ddi_get_config; in intel_ddi_init() 5236 encoder->get_config = adls_ddi_get_config; in intel_ddi_init() 5241 encoder->get_config = rkl_ddi_get_config; in intel_ddi_init() 5246 encoder->get_config = dg1_ddi_get_config; in intel_ddi_init() 5253 encoder->get_config = icl_ddi_combo_get_config; in intel_ddi_init() 5258 encoder->get_config = icl_ddi_combo_get_config; in intel_ddi_init() 5266 encoder->get_config in intel_ddi_init() [all...] |
H A D | intel_crt.c | 1089 crt->base.get_config = hsw_crt_get_config; in intel_crt_init() 1112 crt->base.get_config = intel_crt_get_config; in intel_crt_init()
|
H A D | intel_dvo.c | 514 encoder->get_config = intel_dvo_get_config; in intel_dvo_init()
|
H A D | g4x_hdmi.c | 723 intel_encoder->get_config = intel_hdmi_get_config; in g4x_hdmi_init()
|
/linux/drivers/net/wan/framer/ |
H A 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/drivers/scsi/ |
H A D | hptiop.h | 353 int (*get_config)(struct hptiop_hba *hba, member
|
H A 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/include/linux/ |
H A D | vdpa.h | 281 * @get_config: Read from device specific configuration space 418 void (*get_config)(struct vdpa_device *vdev, unsigned int offset, member
|
/linux/drivers/vdpa/ |
H A 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/drivers/vdpa/alibaba/ |
H A D | eni_vdpa.c | 439 .get_config = eni_vdpa_get_config,
|
/linux/drivers/net/wan/framer/pef2256/ |
H A D | pef2256.c | 690 .get_config = pef2256_framer_get_config,
|
/linux/drivers/vdpa/ifcvf/ |
H A D | ifcvf_main.c | 657 .get_config = ifcvf_vdpa_get_config,
|