Home
last modified time | relevance | path

Searched refs:get_config (Results 1 – 9 of 9) sorted by relevance

/u-boot/drivers/virtio/
A Dvirtio_sandbox.c172 .get_config = virtio_sandbox_get_config,
200 .get_config = virtio_sandbox_get_config,
A Dvirtio-uclass.c43 return ops->get_config(vdev->parent, offset, buf, len); in virtio_get_config()
203 if (!ops->get_config || !ops->set_config || in virtio_uclass_pre_probe()
A Dvirtio_mmio.c390 .get_config = virtio_mmio_get_config,
A Dvirtio_pci_legacy.c336 .get_config = virtio_pci_get_config,
A Dvirtio_pci_modern.c580 .get_config = virtio_pci_get_config,
/u-boot/board/gateworks/gw_ventana/
A Deeprom.c332 static struct ventana_eeprom_config *get_config(const char *name) in get_config() function
407 cfg = get_config(argv[1]); in do_econfig()
419 cfg = get_config(argv[1]); in do_econfig()
/u-boot/drivers/gpio/
A Dtegra_gpio.c44 static int get_config(unsigned gpio) in get_config() function
228 if (!get_config(gpio)) in tegra_gpio_get_function()
/u-boot/tools/env/
A Dfw_env.c356 static int get_config(char *);
1797 if (get_config(opts->config_file)) { in parse_config()
1861 static int get_config(char *fname) in get_config() function
/u-boot/include/
A Dvirtio.h108 int (*get_config)(struct udevice *vdev, unsigned int offset, member

Completed in 26 milliseconds