Home
last modified time | relevance | path

Searched refs:set_config (Results 1 – 25 of 112) sorted by relevance

12345

/linux/drivers/media/pci/cx18/
H A Dcx18-dvb.c501 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 Dgpio-samsung.c188 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 Dgpio-cfg-helpers.h26 return (chip->config->set_config)(chip, off, config); in samsung_gpio_do_setcfg()
H A Dgpio-cfg.h57 int (*set_config)(struct samsung_gpio_chip *chip, unsigned offs, member
/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front.c141 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 Dnouveau_i2c_encoder.c85 encoder->encoder_i2c_funcs->set_config(&encoder->base, in nouveau_i2c_encoder_init()
/linux/include/media/
H A Ddvb_frontend.h240 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 Dgpio-by-pinctrl.c84 chip->set_config = gpiochip_generic_config; in pin_control_gpio_probe()
H A Dgpio-bd71828.c109 bdgpio->gpio.set_config = bd71828_gpio_set_config; in bd71828_probe()
H A Dgpio-bd71815.c89 .set_config = bd71815_gpio_set_config,
H A Dgpio-max77650.c172 chip->gc.set_config = max77650_gpio_set_config; in max77650_gpio_probe()
H A Dgpio-madera.c113 .set_config = gpiochip_generic_config,
/linux/drivers/gpu/drm/nouveau/include/dispnv04/i2c/
H A Dencoder_i2c.h52 void (*set_config)(struct drm_encoder *encoder, member
/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.h49 void (*set_config)(struct vdpasim *vdpasim, const void *config); member
H A Dvdpa_sim.c587 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 Ddisplif.h869 struct xendispl_set_config_req set_config; member
/linux/include/linux/framer/
H A Dframer-provider.h65 int (*set_config)(struct framer *framer, const struct framer_config *config); member
/linux/drivers/remoteproc/
H A Dti_sci_proc.h96 ret = tsp->ops->set_config(tsp->sci, tsp->proc_id, boot_vector, in ti_sci_proc_set_config()
/linux/rust/kernel/
H A Dopp.rs453 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 Dvideo-pll.c101 .set_config = dss_pll_write_config_type_a,
/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_pll.c74 .set_config = dss_pll_write_config_type_b,
H A Dvideo-pll.c99 .set_config = dss_pll_write_config_type_a,
/linux/drivers/gpu/drm/
H A Ddrm_plane_helper.c236 ret = crtc->funcs->set_config(&set, ctx); in drm_plane_helper_update_primary()
/linux/drivers/gpu/drm/sysfb/
H A Ddrm_sysfb_helper.h180 .set_config = drm_atomic_helper_set_config, \
/linux/drivers/vdpa/
H A Dvdpa.c379 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()

12345