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

/u-boot/drivers/virtio/
H A Dvirtio_sandbox.c171 .get_config = virtio_sandbox_get_config,
199 .get_config = virtio_sandbox_get_config,
H A Dvirtio-uclass.c42 return ops->get_config(vdev->parent, offset, buf, len);
202 if (!ops->get_config || !ops->set_config ||
H A Dvirtio_mmio.c389 .get_config = virtio_mmio_get_config,
H A Dvirtio_pci_legacy.c335 .get_config = virtio_pci_get_config,
H A Dvirtio_pci_modern.c579 .get_config = virtio_pci_get_config,
/u-boot/board/gateworks/gw_ventana/
H A Deeprom.c331 static struct ventana_eeprom_config *get_config(const char *name) function
406 cfg = get_config(argv[1]);
418 cfg = get_config(argv[1]);
/u-boot/drivers/gpio/
H A Dtegra_gpio.c43 static int get_config(unsigned gpio) function
53 debug("get_config: port = %d, bit = %d is %s\n",
227 if (!get_config(gpio))
/u-boot/tools/env/
H A Dfw_env.c356 static int get_config(char *);
1807 if (get_config(opts->config_file)) {
1871 static int get_config(char *fname) function
/u-boot/include/
H A Dvirtio.h101 * get_config() - read the value of a configuration field
109 int (*get_config)(struct udevice *vdev, unsigned int offset, member in struct:dm_virtio_ops

Completed in 64 milliseconds