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

/u-boot/drivers/virtio/
H A Dvirtio_sandbox.c172 .get_config = virtio_sandbox_get_config,
200 .get_config = virtio_sandbox_get_config,
H A Dvirtio-uclass.c43 return ops->get_config(vdev->parent, offset, buf, len);
203 if (!ops->get_config || !ops->set_config ||
H A Dvirtio_mmio.c390 .get_config = virtio_mmio_get_config,
H A Dvirtio_pci_legacy.c336 .get_config = virtio_pci_get_config,
H A Dvirtio_pci_modern.c580 .get_config = virtio_pci_get_config,
/u-boot/board/gateworks/gw_ventana/
H A Deeprom.c332 static struct ventana_eeprom_config *get_config(const char *name) function
407 cfg = get_config(argv[1]);
419 cfg = get_config(argv[1]);
/u-boot/drivers/gpio/
H A Dtegra_gpio.c44 static int get_config(unsigned gpio) function
54 debug("get_config: port = %d, bit = %d is %s\n",
228 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 69 milliseconds