| /linux/drivers/media/pci/cx18/ |
| H A D | cx18-dvb.c | 501 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register() 502 fe->ops.tuner_ops.set_config(fe, &ctrl); in dvb_register() 533 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register() 534 fe->ops.tuner_ops.set_config(fe, &ctrl); in dvb_register() 556 if (fe != NULL && fe->ops.tuner_ops.set_config != NULL) in dvb_register() 557 fe->ops.tuner_ops.set_config(fe, &ctrl); in dvb_register()
|
| /linux/arch/arm/mach-s3c/ |
| H A D | gpio-samsung.c | 188 if (!chipcfg->set_config) in samsung_gpiolib_set_cfg() 189 chipcfg->set_config = samsung_gpio_setcfg_4bit; in samsung_gpiolib_set_cfg() 214 .set_config = samsung_gpio_setcfg_2bit, 219 .set_config = samsung_gpio_setcfg_2bit, 224 .set_config = samsung_gpio_setcfg_2bit, 228 .set_config = samsung_gpio_setcfg_2bit,
|
| H A D | gpio-cfg-helpers.h | 26 return (chip->config->set_config)(chip, off, config); in samsung_gpio_do_setcfg()
|
| H A D | gpio-cfg.h | 57 int (*set_config)(struct samsung_gpio_chip *chip, unsigned offs, member
|
| /linux/drivers/gpu/drm/xen/ |
| H A D | xen_drm_front.c | 141 req->op.set_config.x = x; in xen_drm_front_mode_set() 142 req->op.set_config.y = y; in xen_drm_front_mode_set() 143 req->op.set_config.width = width; in xen_drm_front_mode_set() 144 req->op.set_config.height = height; in xen_drm_front_mode_set() 145 req->op.set_config.bpp = bpp; in xen_drm_front_mode_set() 146 req->op.set_config.fb_cookie = fb_cookie; in xen_drm_front_mode_set()
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | nouveau_i2c_encoder.c | 85 encoder->encoder_i2c_funcs->set_config(&encoder->base, in nouveau_i2c_encoder_init()
|
| /linux/include/media/ |
| H A D | dvb_frontend.h | 240 int (*set_config)(struct dvb_frontend *fe, void *priv_cfg); member 316 int (*set_config)(struct dvb_frontend *fe, void *priv_cfg); member
|
| /linux/drivers/gpio/ |
| H A D | gpio-by-pinctrl.c | 84 chip->set_config = gpiochip_generic_config; in pin_control_gpio_probe()
|
| H A D | gpio-bd71828.c | 109 bdgpio->gpio.set_config = bd71828_gpio_set_config; in bd71828_probe()
|
| H A D | gpio-bd71815.c | 89 .set_config = bd71815_gpio_set_config,
|
| H A D | gpio-max77650.c | 172 chip->gc.set_config = max77650_gpio_set_config; in max77650_gpio_probe()
|
| H A D | gpio-madera.c | 113 .set_config = gpiochip_generic_config,
|
| /linux/drivers/gpu/drm/nouveau/include/dispnv04/i2c/ |
| H A D | encoder_i2c.h | 52 void (*set_config)(struct drm_encoder *encoder, member
|
| /linux/drivers/vdpa/vdpa_sim/ |
| H A D | vdpa_sim.h | 49 void (*set_config)(struct vdpasim *vdpasim, const void *config); member
|
| H A D | vdpa_sim.c | 587 if (vdpasim->dev_attr.set_config) in vdpasim_set_config() 588 vdpasim->dev_attr.set_config(vdpasim, vdpasim->config); in vdpasim_set_config() 805 .set_config = vdpasim_set_config, 845 .set_config = vdpasim_set_config,
|
| /linux/include/xen/interface/io/ |
| H A D | displif.h | 869 struct xendispl_set_config_req set_config; member
|
| /linux/include/linux/framer/ |
| H A D | framer-provider.h | 65 int (*set_config)(struct framer *framer, const struct framer_config *config); member
|
| /linux/drivers/remoteproc/ |
| H A D | ti_sci_proc.h | 96 ret = tsp->ops->set_config(tsp->sci, tsp->proc_id, boot_vector, in ti_sci_proc_set_config()
|
| /linux/rust/kernel/ |
| H A D | opp.rs | 453 let set_config = || { in set() localVariable 507 let _: &dyn Fn() -> _ = &set_config; in set() 509 set_config() in set()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | video-pll.c | 101 .set_config = dss_pll_write_config_type_a,
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | hdmi_pll.c | 74 .set_config = dss_pll_write_config_type_b,
|
| H A D | video-pll.c | 99 .set_config = dss_pll_write_config_type_a,
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_plane_helper.c | 236 ret = crtc->funcs->set_config(&set, ctx); in drm_plane_helper_update_primary()
|
| /linux/drivers/gpu/drm/sysfb/ |
| H A D | drm_sysfb_helper.h | 180 .set_config = drm_atomic_helper_set_config, \
|
| /linux/drivers/vdpa/ |
| H A D | vdpa.c | 379 vdev->config->set_config(vdev, offset, buf, length); in vdpa_set_config() 1331 struct vdpa_dev_set_config set_config = {}; in vdpa_dev_net_device_attr_set() local 1339 set_config.mask |= BIT_ULL(VDPA_ATTR_DEV_NET_CFG_MACADDR); in vdpa_dev_net_device_attr_set() 1343 ether_addr_copy(set_config.net.mac, macaddr); in vdpa_dev_net_device_attr_set() 1346 &set_config); in vdpa_dev_net_device_attr_set()
|