| /Linux-v5.10/drivers/memory/ |
| D | atmel-ebi.c | 40 void (*get_config)(struct atmel_ebi_dev *ebid, member 354 caps->get_config(ebid, &ebid->configs[i]); in atmel_ebi_dev_setup() 377 .get_config = at91sam9_ebi_get_config, 386 .get_config = at91sam9_ebi_get_config, 395 .get_config = at91sam9_ebi_get_config, 404 .get_config = at91sam9_ebi_get_config, 413 .get_config = at91sam9_ebi_get_config, 422 .get_config = at91sam9_ebi_get_config, 431 .get_config = at91sam9_ebi_get_config, 438 .get_config = sama5_ebi_get_config, [all …]
|
| /Linux-v5.10/arch/arm/mach-s3c/ |
| D | gpio-samsung.c | 361 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,
|
| D | gpio-cfg.h | 56 unsigned (*get_config)(struct samsung_gpio_chip *chip, unsigned offs); member
|
| D | gpio-cfg-helpers.h | 32 return (chip->config->get_config)(chip, off); in samsung_gpio_do_getcfg()
|
| /Linux-v5.10/arch/um/drivers/ |
| D | mconsole_kern.c | 410 .get_config = mem_get_config, 428 static void mconsole_get_config(int (*get_config)(char *, char *, int, in mconsole_get_config() 435 if (get_config == NULL) { in mconsole_get_config() 445 n = (*get_config)(name, buf, size, &error); in mconsole_get_config() 494 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 | ssl.c | 58 .get_config = ssl_get_config,
|
| D | stdio_console.c | 64 .get_config = con_get_config,
|
| D | net_kern.c | 718 .get_config = NULL,
|
| D | ubd_kern.c | 1100 .get_config = ubd_get_config,
|
| D | vector_kern.c | 1728 .get_config = NULL,
|
| /Linux-v5.10/include/linux/qed/ |
| D | qed_iov_if.h | 20 int (*get_config) (struct qed_dev *cdev, int vf_id, member
|
| /Linux-v5.10/include/linux/ |
| D | vdpa.h | 228 void (*get_config)(struct vdpa_device *vdev, unsigned int offset, member 335 ops->get_config(vdev, offset, buf, len); in vdpa_get_config()
|
| /Linux-v5.10/drivers/scsi/ |
| D | hptiop.h | 353 int (*get_config)(struct hptiop_hba *hba, member
|
| D | hptiop.c | 1363 if (hba->ops->get_config(hba, &iop_config)) { in hptiop_probe() 1594 .get_config = iop_get_config_itl, 1613 .get_config = iop_get_config_mv, 1632 .get_config = iop_get_config_mvfrey,
|
| /Linux-v5.10/drivers/vdpa/vdpa_sim/ |
| D | vdpa_sim.c | 682 .get_config = vdpasim_get_config, 709 .get_config = vdpasim_get_config,
|
| /Linux-v5.10/drivers/gpu/drm/i915/display/ |
| D | intel_crt.c | 1070 crt->base.get_config = hsw_crt_get_config; in intel_crt_init() 1088 crt->base.get_config = intel_crt_get_config; in intel_crt_init()
|
| D | intel_dvo.c | 444 intel_encoder->get_config = intel_dvo_get_config; in intel_dvo_init()
|
| D | intel_lvds.c | 898 intel_encoder->get_config = intel_lvds_get_config; in intel_lvds_init()
|
| D | intel_display_types.h | 188 void (*get_config)(struct intel_encoder *, member
|
| D | intel_dp_mst.c | 895 intel_encoder->get_config = intel_dp_mst_enc_get_config; in intel_dp_create_fake_mst_encoder()
|
| D | intel_tv.c | 1950 intel_encoder->get_config = intel_tv_get_config; in intel_tv_init()
|
| /Linux-v5.10/drivers/vdpa/ifcvf/ |
| D | ifcvf_main.c | 395 .get_config = ifcvf_vdpa_get_config,
|
| /Linux-v5.10/include/linux/soc/ti/ |
| D | ti_sci_protocol.h | 282 int (*get_config)(const struct ti_sci_handle *handle, member
|
| /Linux-v5.10/drivers/tty/ |
| D | rocket.c | 1166 static int get_config(struct r_port *info, struct rocket_config __user *retinfo) in get_config() function 1298 ret = get_config(info, argp); in rp_ioctl()
|