/openbmc/qemu/hw/virtio/ |
H A D | virtio-config-io.c | 72 if (k->set_config) { in virtio_config_writeb() 73 k->set_config(vdev, vdev->config); in virtio_config_writeb() 88 if (k->set_config) { in virtio_config_writew() 89 k->set_config(vdev, vdev->config); in virtio_config_writew() 104 if (k->set_config) { in virtio_config_writel() 105 k->set_config(vdev, vdev->config); in virtio_config_writel() 166 if (k->set_config) { in virtio_config_modern_writeb() 167 k->set_config(vdev, vdev->config); in virtio_config_modern_writeb() 183 if (k->set_config) { in virtio_config_modern_writew() 184 k->set_config(vdev, vdev->config); in virtio_config_modern_writew() [all …]
|
H A D | virtio-bus.c | 181 if (k->set_config != NULL) { in virtio_bus_set_vdev_config() 182 k->set_config(vdev, config); in virtio_bus_set_vdev_config()
|
/openbmc/linux/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 | 88 static enum gpio_result set_config( in set_config() function 109 .set_config = set_config,
|
H A D | hw_ddc.c | 66 static enum gpio_result set_config( in set_config() function 213 .set_config = set_config,
|
H A D | hw_gpio.h | 60 enum gpio_result (*set_config)( member
|
/openbmc/linux/include/linux/dma/ |
H A D | qcom-gpi-dma.h | 35 u8 set_config; member 70 u8 set_config; member
|
/openbmc/u-boot/drivers/pwm/ |
H A D | pwm-uclass.c | 26 if (!ops->set_config) in pwm_set_config() 29 return ops->set_config(dev, channel, period_ns, duty_ns); in pwm_set_config()
|
H A D | tegra_pwm.c | 65 .set_config = tegra_pwm_set_config,
|
H A D | sandbox_pwm.c | 97 .set_config = sandbox_pwm_set_config,
|
H A D | rk_pwm.c | 100 .set_config = rk_pwm_set_config,
|
/openbmc/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()
|
/openbmc/u-boot/drivers/gpio/ |
H A D | tegra_gpio.c | 60 static void set_config(unsigned gpio, int type) in set_config() function 143 set_config(state->base_gpio + offset, 1); in tegra_gpio_direction_input() 162 set_config(state->base_gpio + offset, 1); in tegra_gpio_direction_output() 218 set_config(config[i].gpio, CONFIG_GPIO); in gpio_config_table()
|
/openbmc/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
|
/openbmc/linux/drivers/gpu/drm/xen/ |
H A D | xen_drm_front.c | 140 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()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-config.c | 38 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()
|
/openbmc/u-boot/drivers/virtio/ |
H A D | virtio_sandbox.c | 182 .set_config = virtio_sandbox_set_config, 211 .set_config = virtio_sandbox_set_config,
|
H A D | virtio-uclass.c | 46 return ops->set_config(vdev->parent, offset, buf, len); in virtio_set_config() 209 if (!ops->get_config || !ops->set_config || in virtio_uclass_pre_probe()
|
/openbmc/u-boot/include/ |
H A D | pwm.h | 24 int (*set_config)(struct udevice *dev, uint channel, uint period_ns, member
|
/openbmc/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
|
/openbmc/linux/drivers/scsi/ |
H A D | hptiop.c | 1278 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 = iop_set_config_mvfrey,
|
/openbmc/linux/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()
|
/openbmc/linux/include/drm/ |
H A D | drm_encoder_slave.h | 51 void (*set_config)(struct drm_encoder *encoder, member
|