Home
last modified time | relevance | path

Searched refs:set_config (Results 1 - 25 of 370) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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.c88 static enum gpio_result set_config( in set_config() function
109 .set_config = set_config,
H A Dhw_ddc.c66 static enum gpio_result set_config( in set_config() function
213 .set_config = set_config,
H A Dhw_gpio.h60 enum gpio_result (*set_config)( member
/kernel/linux/linux-6.6/include/linux/dma/
H A Dqcom-gpi-dma.h31 * @set_config: set peripheral config
35 u8 set_config; member
64 * @set_config: set peripheral config
70 u8 set_config; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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.h35 * @set_config: Set the current configuration for the GPIO
57 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()
/kernel/linux/linux-6.6/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.h35 * @set_config: Set the current configuration for the GPIO
57 int (*set_config)(struct samsung_gpio_chip *chip, unsigned offs, member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/gpu/drm/xen/
H A Dxen_drm_front.c140 req->op.set_config.x = x; in xen_drm_front_mode_set()
141 req->op.set_config.y = y; in xen_drm_front_mode_set()
142 req->op.set_config.width = width; in xen_drm_front_mode_set()
143 req->op.set_config.height = height; in xen_drm_front_mode_set()
144 req->op.set_config.bpp = bpp; in xen_drm_front_mode_set()
145 req->op.set_config.fb_cookie = fb_cookie; in xen_drm_front_mode_set()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-config.c38 static int set_config(struct perf_config_set *set, const char *file_name) in set_config() function
249 if (set_config(set, config_filename) < 0) { in cmd_config()
/kernel/linux/linux-5.10/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()
73 dev_err(tsp->dev, "ti-sci processor set_config failed: %d\n", in ti_sci_proc_set_config()
/kernel/linux/linux-6.6/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()
73 dev_err(tsp->dev, "ti-sci processor set_config failed: %d\n", in ti_sci_proc_set_config()
/kernel/linux/linux-5.10/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
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhptiop.c1278 struct hpt_iop_request_set_config set_config; in hptiop_probe() local
1402 memset(&set_config, 0, sizeof(struct hpt_iop_request_set_config)); in hptiop_probe()
1403 set_config.iop_id = cpu_to_le32(host->host_no); in hptiop_probe()
1404 set_config.vbus_id = cpu_to_le16(host->host_no); in hptiop_probe()
1405 set_config.max_host_request_size = cpu_to_le16(req_size); in hptiop_probe()
1407 if (hba->ops->set_config(hba, &set_config)) { in hptiop_probe()
1590 .set_config = iop_set_config_itl,
1609 .set_config = iop_set_config_mv,
1628 .set_config
[all...]

Completed in 16 milliseconds

12345678910>>...15