Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/memory/
Datmel-ebi.c39 void (*get_config)(struct atmel_ebi_dev *ebid, member
354 caps->get_config(ebid, &ebid->configs[i]); in atmel_ebi_dev_setup()
376 .get_config = at91sam9_ebi_get_config,
384 .get_config = at91sam9_ebi_get_config,
392 .get_config = at91sam9_ebi_get_config,
400 .get_config = at91sam9_ebi_get_config,
408 .get_config = at91sam9_ebi_get_config,
416 .get_config = at91sam9_ebi_get_config,
424 .get_config = at91sam9_ebi_get_config,
431 .get_config = sama5_ebi_get_config,
/Linux-v4.19/arch/arm/plat-samsung/
Dgpio-samsung.c361 if (!chipcfg->get_config) in samsung_gpiolib_set_cfg()
362 chipcfg->get_config = samsung_gpio_getcfg_4bit; in samsung_gpiolib_set_cfg()
372 .get_config = samsung_gpio_getcfg_2bit,
378 .get_config = s3c24xx_gpio_getcfg_abank,
398 .get_config = samsung_gpio_getcfg_2bit,
403 .get_config = samsung_gpio_getcfg_2bit,
408 .get_config = samsung_gpio_getcfg_2bit,
412 .get_config = samsung_gpio_getcfg_2bit,
/Linux-v4.19/arch/um/drivers/
Dmconsole_kern.c406 .get_config = mem_get_config,
424 static void mconsole_get_config(int (*get_config)(char *, char *, int, in mconsole_get_config()
431 if (get_config == NULL) { in mconsole_get_config()
441 n = (*get_config)(name, buf, size, &error); in mconsole_get_config()
490 else mconsole_get_config(dev->get_config, req, name); in mconsole_config()
Dmconsole_kern.h22 int (*get_config)(char *, char *, int, char **); member
Dssl.c59 .get_config = ssl_get_config,
Dstdio_console.c64 .get_config = con_get_config,
Dnet_kern.c730 .get_config = NULL,
Dubd_kern.c1080 .get_config = ubd_get_config,
Dvector_kern.c1603 .get_config = NULL,
/Linux-v4.19/include/linux/qed/
Dqed_iov_if.h46 int (*get_config) (struct qed_dev *cdev, int vf_id, member
/Linux-v4.19/arch/arm/plat-samsung/include/plat/
Dgpio-cfg.h56 unsigned (*get_config)(struct samsung_gpio_chip *chip, unsigned offs); member
Dgpio-cfg-helpers.h32 return (chip->config->get_config)(chip, off); in samsung_gpio_do_getcfg()
/Linux-v4.19/drivers/scsi/
Dhptiop.h361 int (*get_config)(struct hptiop_hba *hba, member
Dhptiop.c1368 if (hba->ops->get_config(hba, &iop_config)) { in hptiop_probe()
1599 .get_config = iop_get_config_itl,
1618 .get_config = iop_get_config_mv,
1637 .get_config = iop_get_config_mvfrey,
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_crt.c1005 crt->base.get_config = hsw_crt_get_config; in intel_crt_init()
1023 crt->base.get_config = intel_crt_get_config; in intel_crt_init()
Dintel_dvo.c428 intel_encoder->get_config = intel_dvo_get_config; in intel_dvo_init()
Dintel_dp_mst.c571 intel_encoder->get_config = intel_dp_mst_enc_get_config; in intel_dp_create_fake_mst_encoder()
Dintel_lvds.c948 intel_encoder->get_config = intel_lvds_get_config; in intel_lvds_init()
Dintel_tv.c1510 intel_encoder->get_config = intel_tv_get_config; in intel_tv_init()
Dvlv_dsi.c1780 intel_encoder->get_config = intel_dsi_get_config; in vlv_dsi_init()
Dintel_drv.h254 void (*get_config)(struct intel_encoder *, member
Dintel_hdmi.c2436 intel_encoder->get_config = intel_hdmi_get_config; in intel_hdmi_init()
Dintel_sdvo.c3112 intel_encoder->get_config = intel_sdvo_get_config; in intel_sdvo_init()
/Linux-v4.19/drivers/tty/
Drocket.c1163 static int get_config(struct r_port *info, struct rocket_config __user *retinfo) in get_config() function
1291 ret = get_config(info, argp); in rp_ioctl()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_main.c476 return edev->ops->iov->get_config(edev->cdev, vfidx, ivi); in qede_get_vf_config()

12