Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-samsung.c364 if (!chipcfg->get_config) in samsung_gpiolib_set_cfg()
365 chipcfg->get_config = samsung_gpio_getcfg_4bit; in samsung_gpiolib_set_cfg()
375 .get_config = samsung_gpio_getcfg_2bit,
381 .get_config = s3c24xx_gpio_getcfg_abank,
401 .get_config = samsung_gpio_getcfg_2bit,
406 .get_config = samsung_gpio_getcfg_2bit,
411 .get_config = samsung_gpio_getcfg_2bit,
415 .get_config = samsung_gpio_getcfg_2bit,
/linux-4.4.14/arch/um/drivers/
Dmconsole_kern.h22 int (*get_config)(char *, char *, int, char **); member
Dmconsole_kern.c409 .get_config = mem_get_config,
427 static void mconsole_get_config(int (*get_config)(char *, char *, int, in mconsole_get_config()
434 if (get_config == NULL) { in mconsole_get_config()
444 n = (*get_config)(name, buf, size, &error); in mconsole_get_config()
493 else mconsole_get_config(dev->get_config, req, name); in mconsole_config()
Dstdio_console.c64 .get_config = con_get_config,
Dssl.c59 .get_config = ssl_get_config,
Dnet_kern.c739 .get_config = NULL,
Dubd_kern.c1021 .get_config = ubd_get_config,
/linux-4.4.14/arch/arm/plat-samsung/include/plat/
Dgpio-cfg.h60 unsigned (*get_config)(struct samsung_gpio_chip *chip, unsigned offs); member
Dgpio-cfg-helpers.h36 return (chip->config->get_config)(chip, off); in samsung_gpio_do_getcfg()
/linux-4.4.14/drivers/scsi/
Dhptiop.h361 int (*get_config)(struct hptiop_hba *hba, member
Dhptiop.c1371 if (hba->ops->get_config(hba, &iop_config)) { in hptiop_probe()
1602 .get_config = iop_get_config_itl,
1621 .get_config = iop_get_config_mv,
1640 .get_config = iop_get_config_mvfrey,
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_crt.c846 crt->base.get_config = hsw_crt_get_config; in intel_crt_init()
849 crt->base.get_config = intel_crt_get_config; in intel_crt_init()
Dintel_dvo.c442 intel_encoder->get_config = intel_dvo_get_config; in intel_dvo_init()
Dintel_dp_mst.c549 intel_encoder->get_config = intel_dp_mst_enc_get_config; in intel_dp_create_fake_mst_encoder()
Dintel_lvds.c1040 intel_encoder->get_config = intel_lvds_get_config; in intel_lvds_init()
Dintel_dsi.c1164 intel_encoder->get_config = intel_dsi_get_config; in intel_dsi_init()
Dintel_drv.h154 void (*get_config)(struct intel_encoder *, member
Dintel_tv.c1651 intel_encoder->get_config = intel_tv_get_config; in intel_tv_init()
Dintel_hdmi.c2172 intel_encoder->get_config = intel_hdmi_get_config; in intel_hdmi_init()
Dintel_sdvo.c2985 intel_encoder->get_config = intel_sdvo_get_config; in intel_sdvo_init()
Dintel_ddi.c3289 intel_encoder->get_config = intel_ddi_get_config; in intel_ddi_init()
Dintel_dp.c6164 intel_encoder->get_config = intel_dp_get_config; in intel_dp_init()
Dintel_display.c12803 encoder->get_config(encoder, pipe_config); in check_crtc_state()
15314 encoder->get_config(encoder, crtc->config); in intel_modeset_readout_hw_state()
/linux-4.4.14/drivers/tty/
Drocket.c1188 static int get_config(struct r_port *info, struct rocket_config __user *retinfo) in get_config() function
1323 ret = get_config(info, argp); in rp_ioctl()