Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78/
H A D0001-rust.configure-Skip-all-target-manipulations.patch31 set_config('CARGO', cargo)
32 set_config('RUSTC', rustc)
61 set_config('RUST_TARGET', rust_target_triple)
62 set_config('RUST_HOST_TARGET', rust_host_triple)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_generic.c67 static enum gpio_result set_config( in set_config() function
88 .set_config = set_config,
H A Dhw_hpd.c90 static enum gpio_result set_config( in set_config() function
111 .set_config = set_config,
H A Dhw_ddc.c69 static enum gpio_result set_config( in set_config() function
214 .set_config = set_config,
H A Dhw_gpio.h60 enum gpio_result (*set_config)( member
/OK3568_Linux_fs/u-boot/drivers/pwm/
H A Dpwm-uclass.c27 if (!ops->set_config) in pwm_set_config()
30 return ops->set_config(dev, channel, period_ns, duty_ns); in pwm_set_config()
H A Dsandbox_pwm.c75 .set_config = sandbox_pwm_set_config,
H A Dtegra_pwm.c68 .set_config = tegra_pwm_set_config,
H A Dexynos_pwm.c103 .set_config = exynos_pwm_set_config,
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dtegra_gpio.c63 static void set_config(unsigned gpio, int type) in set_config() function
146 set_config(state->base_gpio + offset, 1); in tegra_gpio_direction_input()
165 set_config(state->base_gpio + offset, 1); in tegra_gpio_direction_output()
221 set_config(config[i].gpio, CONFIG_GPIO); in gpio_config_table()
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dgpio-samsung.c359 if (!chipcfg->set_config) in samsung_gpiolib_set_cfg()
360 chipcfg->set_config = samsung_gpio_setcfg_4bit; in samsung_gpiolib_set_cfg()
371 .set_config = samsung_gpio_setcfg_2bit,
377 .set_config = s3c24xx_gpio_setcfg_abank,
397 .set_config = samsung_gpio_setcfg_2bit,
402 .set_config = samsung_gpio_setcfg_2bit,
407 .set_config = samsung_gpio_setcfg_2bit,
411 .set_config = samsung_gpio_setcfg_2bit,
H A Dgpio-cfg.h57 int (*set_config)(struct samsung_gpio_chip *chip, unsigned offs, member
H A Dgpio-cfg-helpers.h26 return (chip->config->set_config)(chip, off, config); in samsung_gpio_do_setcfg()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsbufferpool.c106 return GST_BUFFER_POOL_CLASS (parent_class)->set_config (pool, config); in gst_kms_buffer_pool_set_config()
214 gstbufferpool_class->set_config = gst_kms_buffer_pool_set_config; in gst_kms_buffer_pool_class_init()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-config.c37 static int set_config(struct perf_config_set *set, const char *file_name) in set_config() function
247 if (set_config(set, config_filename) < 0) { in cmd_config()
/OK3568_Linux_fs/u-boot/include/
H A Dpwm.h25 int (*set_config)(struct udevice *dev, uint channel, uint period_ns, member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhptiop.c1283 struct hpt_iop_request_set_config set_config; in hptiop_probe() local
1407 memset(&set_config, 0, sizeof(struct hpt_iop_request_set_config)); in hptiop_probe()
1408 set_config.iop_id = cpu_to_le32(host->host_no); in hptiop_probe()
1409 set_config.vbus_id = cpu_to_le16(host->host_no); in hptiop_probe()
1410 set_config.max_host_request_size = cpu_to_le16(req_size); in hptiop_probe()
1412 if (hba->ops->set_config(hba, &set_config)) { in hptiop_probe()
1595 .set_config = iop_set_config_itl,
1614 .set_config = iop_set_config_mv,
1633 .set_config = iop_set_config_mvfrey,
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dtuner-core.c262 if (fe_tuner_ops->set_config) in fe_set_config()
263 return fe_tuner_ops->set_config(fe, priv_cfg); in fe_set_config()
275 .set_config = fe_set_config,
563 if (analog_ops->set_config) { in tuner_s_config()
564 analog_ops->set_config(&t->fe, cfg->priv); in tuner_s_config()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_encoder_slave.h49 void (*set_config)(struct drm_encoder *encoder, member
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dti_sci_proc.h70 ret = tsp->ops->set_config(tsp->sci, tsp->proc_id, boot_vector, in ti_sci_proc_set_config()
/OK3568_Linux_fs/kernel/include/xen/interface/io/
H A Ddisplif.h886 struct xendispl_set_config_req set_config; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_encoder_slave.c85 encoder->slave_funcs->set_config(&encoder->base, in drm_i2c_encoder_init()

12345678