Home
last modified time | relevance | path

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

/u-boot/board/gateworks/gw_ventana/
A Deeprom.c149 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 Dvirtio_sandbox.c183 .get_config = virtio_sandbox_get_config,
212 .get_config = virtio_sandbox_get_config,
A Dvirtio-uclass.c40 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 Dvirtio_mmio.c390 .get_config = virtio_mmio_get_config,
A Dvirtio_pci_legacy.c335 .get_config = virtio_pci_get_config,
A Dvirtio_pci_modern.c523 .get_config = virtio_pci_get_config,
/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.c353 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 Dvirtio.h107 int (*get_config)(struct udevice *vdev, unsigned int offset, member

Completed in 15 milliseconds