| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78/ |
| H A D | 0001-rust.configure-Skip-all-target-manipulations.patch | 31 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 D | hw_generic.c | 67 static enum gpio_result set_config( in set_config() function 88 .set_config = set_config,
|
| H A D | hw_hpd.c | 90 static enum gpio_result set_config( in set_config() function 111 .set_config = set_config,
|
| H A D | hw_ddc.c | 69 static enum gpio_result set_config( in set_config() function 214 .set_config = set_config,
|
| H A D | hw_gpio.h | 60 enum gpio_result (*set_config)( member
|
| /OK3568_Linux_fs/u-boot/drivers/pwm/ |
| H A D | pwm-uclass.c | 27 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 D | sandbox_pwm.c | 75 .set_config = sandbox_pwm_set_config,
|
| H A D | tegra_pwm.c | 68 .set_config = tegra_pwm_set_config,
|
| H A D | exynos_pwm.c | 103 .set_config = exynos_pwm_set_config,
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | tegra_gpio.c | 63 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 D | gpio-samsung.c | 359 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 D | gpio-cfg.h | 57 int (*set_config)(struct samsung_gpio_chip *chip, unsigned offs, member
|
| H A D | gpio-cfg-helpers.h | 26 return (chip->config->set_config)(chip, off, config); in samsung_gpio_do_setcfg()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | gstkmsbufferpool.c | 106 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 D | builtin-config.c | 37 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 D | pwm.h | 25 int (*set_config)(struct udevice *dev, uint channel, uint period_ns, member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | hptiop.c | 1283 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 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
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | tuner-core.c | 262 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 D | drm_encoder_slave.h | 49 void (*set_config)(struct drm_encoder *encoder, member
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | ti_sci_proc.h | 70 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 D | displif.h | 886 struct xendispl_set_config_req set_config; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_encoder_slave.c | 85 encoder->slave_funcs->set_config(&encoder->base, in drm_i2c_encoder_init()
|