| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-config-io.c | 71 if (k->set_config) { in virtio_config_writeb() 72 k->set_config(vdev, vdev->config); in virtio_config_writeb() 87 if (k->set_config) { in virtio_config_writew() 88 k->set_config(vdev, vdev->config); in virtio_config_writew() 103 if (k->set_config) { in virtio_config_writel() 104 k->set_config(vdev, vdev->config); in virtio_config_writel() 165 if (k->set_config) { in virtio_config_modern_writeb() 166 k->set_config(vdev, vdev->config); in virtio_config_modern_writeb() 182 if (k->set_config) { in virtio_config_modern_writew() 183 k->set_config(vdev, vdev->config); in virtio_config_modern_writew() [all …]
|
| H A D | vhost-user-base.c | 364 vdc->set_config = vub_set_config; in vub_class_init()
|
| /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,
|
| H A D | exynos_pwm.c | 100 .set_config = exynos_pwm_set_config,
|
| H A D | sunxi_pwm.c | 166 .set_config = sunxi_pwm_set_config,
|
| /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/u-boot/include/ |
| H A D | pwm.h | 24 int (*set_config)(struct udevice *dev, uint channel, uint period_ns, member
|
| H A D | virtio.h | 114 int (*set_config)(struct udevice *vdev, unsigned int offset, member
|
| /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()
|
| H A D | virtio_pci_legacy.c | 333 .set_config = virtio_pci_set_config,
|
| H A D | virtio_mmio.c | 388 .set_config = virtio_mmio_set_config,
|
| H A D | virtio_pci_modern.c | 520 .set_config = virtio_pci_set_config,
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/ |
| H A D | 0003-rust.configure-do-not-try-to-find-a-suitable-upstrea.patch | 65 set_config("RUST_TARGET", rust_target_triple)
|
| /openbmc/qemu/hw/char/ |
| H A D | virtio-serial-bus.c | 581 static void set_config(VirtIODevice *vdev, const uint8_t *config_data) in set_config() function 1178 vdc->set_config = set_config; in virtio_serial_class_init()
|
| /openbmc/qemu/block/export/ |
| H A D | vhost-user-blk-server.c | 207 .set_config = vu_blk_set_config,
|
| /openbmc/qemu/hw/input/ |
| H A D | virtio-input.c | 319 vdc->set_config = virtio_input_set_config; in virtio_input_class_init()
|
| /openbmc/qemu/subprojects/libvhost-user/ |
| H A D | libvhost-user.h | 272 vu_set_config_cb set_config; member
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | composite.c | 305 static int set_config(struct usb_composite_dev *cdev, in set_config() function 804 value = set_config(cdev, ctrl, w_value); in composite_setup()
|
| /openbmc/qemu/hw/scsi/ |
| H A D | vhost-user-scsi.c | 405 vdc->set_config = vhost_scsi_common_set_config; in vhost_user_scsi_class_init()
|
| /openbmc/qemu/contrib/vhost-user-input/ |
| H A D | main.c | 245 .set_config = vi_set_config,
|
| /openbmc/qemu/contrib/vhost-user-blk/ |
| H A D | vhost-user-blk.c | 466 .set_config = vub_set_config,
|