Searched refs:get_config (Results 1 – 9 of 9) sorted by relevance
/u-boot/board/gateworks/gw_ventana/ |
A D | eeprom.c | 149 static struct ventana_eeprom_config *get_config(const char *name) in get_config() function 224 cfg = get_config(argv[1]); in do_econfig() 236 cfg = get_config(argv[1]); in do_econfig()
|
/u-boot/drivers/virtio/ |
A D | virtio_sandbox.c | 183 .get_config = virtio_sandbox_get_config, 212 .get_config = virtio_sandbox_get_config,
|
A D | virtio-uclass.c | 40 return ops->get_config(vdev->parent, offset, buf, len); in virtio_get_config() 213 if (!ops->get_config || !ops->set_config || in virtio_uclass_pre_probe()
|
A D | virtio_mmio.c | 390 .get_config = virtio_mmio_get_config,
|
A D | virtio_pci_legacy.c | 335 .get_config = virtio_pci_get_config,
|
A D | virtio_pci_modern.c | 523 .get_config = virtio_pci_get_config,
|
/u-boot/drivers/gpio/ |
A D | tegra_gpio.c | 44 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 D | fw_env.c | 353 static int get_config(char *); 1737 if (get_config(opts->config_file)) { in parse_config() 1798 static int get_config(char *fname) in get_config() function
|
/u-boot/include/ |
A D | virtio.h | 107 int (*get_config)(struct udevice *vdev, unsigned int offset, member
|
Completed in 15 milliseconds