/openbmc/u-boot/drivers/spi/ |
H A D | Kconfig | 7 bool "Enable Driver Model for SPI drivers" 10 Enable driver model for SPI. The SPI slave interface 16 typically use driver-private data instead of extending the 29 bool "Altera SPI driver" 31 Enable the Altera SPI driver. This driver can be used to 37 bool "Aspeed SPI driver" 40 Enable the Aspeed AST2500 FMC/SPI driver. This driver can be 52 bool "Andestech ATCSPI200 SPI driver" 54 Enable the Andestech ATCSPI200 SPI driver. This driver can be 59 bool "Atheros SPI driver" [all …]
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | Kconfig | 2 bool "Enable Driver Model for REGULATOR drivers (UCLASS_REGULATOR)" 5 This config enables the driver model regulator support. 16 for this purpose if PMIC I/O driver is implemented or dm_scan_fdt_dev() 29 bool "Enable driver for ACT8846 regulator" 33 driver implements get/set api for the various BUCKS and LDOS supported 34 by the PMIC device. This driver is controlled by a device tree node 38 bool "Enable driver for AS7322 regulator" 42 driver implements enable/disable for step-down bucks and LDOs, 47 bool "Enable Driver Model for REGULATOR PFUZE100" 50 This config enables implementation of driver-model regulator uclass [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 224.out | 4 …driver": "null-co"}, "driver": "IMGFMT", "file": {"driver": "file", "filename": "TEST_DIR/PID-base… 6 …driver\": \"null-co\"}, \"driver\": \"IMGFMT\", \"file\": {\"driver\": \"file\", \"filename\": \"T… 13 …driver": "null-co"}, "driver": "IMGFMT", "file": {"driver": "file", "filename": "TEST_DIR/PID-base… 15 …driver\": \"null-co\"}, \"driver\": \"IMGFMT\", \"file\": {\"driver\": \"file\", \"filename\": \"T…
|
H A D | 232 | 90 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,read-only=on,auto-read-only=off 91 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,read-only=on,auto-read-only=on 92 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,read-only=on 94 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,read-only=off,auto-read-only=off 95 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,read-only=off,auto-read-only=on 96 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,read-only=off 98 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,auto-read-only=off 99 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,auto-read-only=on 100 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none 108 run_qemu_info_block -drive driver=file,file="$TEST_IMG",if=none,read-only=on,auto-read-only=off [all …]
|
H A D | 228.out | 3 {"execute": "blockdev-add", "arguments": {"driver": "IMGFMT", "file": {"driver": "file", "filename"… 15 {"execute": "blockdev-add", "arguments": {"driver": "IMGFMT", "file": {"driver": "file", "filename"… 20 …n:{"backing": {"driver": "IMGFMT", "file": {"driver": "file", "filename": "TEST_DIR/PID-base.img"}… 34 …n:{"backing": {"driver": "IMGFMT", "file": {"driver": "file", "filename": "TEST_DIR/PID-base.img"}… 40 {"execute": "blockdev-add", "arguments": {"driver": "IMGFMT", "file": {"driver": "file", "filename"… 52 {"execute": "blockdev-add", "arguments": {"driver": "null-co", "node-name": "null"}} 54 {"execute": "blockdev-add", "arguments": {"backing": "null", "driver": "IMGFMT", "file": {"driver":… 57 bs->filename: json:{"backing": {"driver": "null-co"}, "driver": "IMGFMT", "file": {"driver": "file"… 65 {"execute": "blockdev-add", "arguments": {"backing": null, "driver": "IMGFMT", "file": {"driver": "… 68 bs->filename: json:{"backing": null, "driver": "IMGFMT", "file": {"driver": "file", "filename": "TE… [all …]
|
H A D | 186.out | 57 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null 60 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co) 65 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null,id=qdev_id 68 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co) 73 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null 76 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co) 81 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null,id=qdev_… 84 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co) 89 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=null 92 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co) [all …]
|
H A D | 267 | 95 run_test -drive driver=file,file="$TEST_IMG",if=none 96 run_test -drive driver=$IMGFMT,file="$TEST_IMG",if=none 97 run_test -drive driver=$IMGFMT,file="$TEST_IMG",if=none -device virtio-blk,drive=none0 103 run_test -drive driver=file,file="$TEST_IMG",if=virtio 104 run_test -drive driver=$IMGFMT,file="$TEST_IMG",if=virtio 110 run_test -blockdev driver=file,filename="$TEST_IMG",node-name=file 111 run_test -blockdev driver=file,filename="$TEST_IMG",node-name=file \ 112 -blockdev driver=$IMGFMT,file=file,node-name=fmt 113 run_test -blockdev driver=file,filename="$TEST_IMG",node-name=file \ 114 -blockdev driver=raw,file=file,node-name=raw \ [all …]
|
/openbmc/u-boot/drivers/clk/sunxi/ |
H A D | Kconfig | 7 This enables support for common clock driver API on Allwinner 13 bool "Clock driver for Allwinner A10/A20" 16 This enables common clock driver support for platforms based 20 bool "Clock driver for Allwinner A10s/A13" 23 This enables common clock driver support for platforms based 27 bool "Clock driver for Allwinner A31/A31s" 30 This enables common clock driver support for platforms based 34 bool "Clock driver for Allwinner A23/A33" 37 This enables common clock driver support for platforms based 41 bool "Clock driver for Allwinner A83T" [all …]
|
/openbmc/u-boot/drivers/pinctrl/nxp/ |
H A D | Kconfig | 8 bool "IMX5 pinctrl driver" 13 Say Y here to enable the imx5 pinctrl driver 15 This provides a simple pinctrl driver for i.MX 53SoC familiy, 17 configuration. This driver is different from the linux one, 22 bool "IMX6 pinctrl driver" 27 Say Y here to enable the imx6 pinctrl driver 29 This provides a simple pinctrl driver for i.MX6 SoC familiy, 31 configuration. This driver is different from the linux one, 36 bool "IMX7 pinctrl driver" 41 Say Y here to enable the imx7 pinctrl driver [all …]
|
/openbmc/u-boot/drivers/gpio/ |
H A D | Kconfig | 8 bool "Enable Driver Model for GPIO drivers" 11 Enable driver model for GPIO access. The standard GPIO 25 uration as part of the gpio-controller's driver probe function. 35 uration as part of the gpio-controller's driver probe function. 38 bool "Altera PIO driver" 45 bool "BCM6345 GPIO driver" 48 This driver supports the GPIO banks on BCM6345 SoCs. 51 bool "DWAPB GPIO driver" 55 Support for the Designware APB GPIO driver. 58 bool "AT91 PIO GPIO driver" [all …]
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | Kconfig | 2 bool "Enable Driver Model for PMIC drivers (UCLASS_PMIC)" 5 This config enables the driver-model PMIC support. 56 This config enables implementation of driver-model PMIC 62 The driver implements read/write operations for use with the FAN53555 63 regulator driver and binds the regulator driver to its node. 66 bool "Enable Driver Model for PMIC PFUZE100" 69 This config enables implementation of driver-model pmic uclass features 70 for PMIC PFUZE100. The driver implements read/write operations. 73 bool "Enable Driver Model for PMIC MAX77686" 76 This config enables implementation of driver-model pmic uclass features [all …]
|
/openbmc/u-boot/drivers/serial/ |
H A D | Kconfig | 11 Select a default baudrate, where "default" has a driver-specific 37 bool "Provide a serial driver" 41 In very space-constrained devices even the full UART driver is too 44 the full UART driver will be omitted, thus saving space. 47 bool "Provide a serial driver in SPL" 51 In very space-constrained devices even the full UART driver is too 54 the full UART driver will be omitted, thus saving space. 57 bool "Provide a serial driver in TPL" 61 In very space-constrained devices even the full UART driver is too 64 the full UART driver will be omitted, thus saving space. [all …]
|
/openbmc/u-boot/drivers/pinctrl/renesas/ |
H A D | Kconfig | 10 bool "Renesas RCar Gen2 R8A7790 pin control driver" 15 The driver is controlled by a device tree node which contains both 20 bool "Renesas RCar Gen2 R8A7791 pin control driver" 25 The driver is controlled by a device tree node which contains both 30 bool "Renesas RCar Gen2 R8A7792 pin control driver" 35 The driver is controlled by a device tree node which contains both 40 bool "Renesas RCar Gen2 R8A7793 pin control driver" 45 The driver is controlled by a device tree node which contains both 50 bool "Renesas RCar Gen2 R8A7794 pin control driver" 55 The driver is controlled by a device tree node which contains both [all …]
|
/openbmc/u-boot/drivers/fpga/ |
H A D | Kconfig | 10 Say Y here to enable the Altera FPGA driver 20 Say Y here to enable the Gen5 and Arria10 common FPGA driver 25 bool "Enable Altera FPGA driver for Cyclone II" 28 Say Y here to enable the Altera Cyclone II FPGA specific driver 31 Enable FPGA driver for loading bitstream in BIT and BIN format 35 bool "Enable Altera FPGA driver for Stratix 10" 39 Say Y here to enable the Altera Stratix 10 FPGA specific driver 42 Enable FPGA driver for writing bitstream into Altera Stratix10 53 bool "Enable Xilinx FPGA driver for ZynqMP" 56 Enable FPGA driver for loading bitstream in BIT and BIN format [all …]
|
/openbmc/u-boot/drivers/usb/gadget/udc/ |
H A D | udc-core.c | 28 * @driver - the gadget driver pointer. For use by the class code 31 * @list - for use by the udc class driver 34 * to hold information about udc driver and gadget together. 37 struct usb_gadget_driver *driver; member 103 * @driver: The gadget driver we want to notify 105 * If the udc driver has bus reset handler, it needs to call this when the bus 106 * reset occurs, it notifies the gadget driver that the bus reset occurs as 110 struct usb_gadget_driver *driver) in usb_gadget_udc_reset() argument 112 driver->reset(gadget); in usb_gadget_udc_reset() 121 * This call is issued by the UDC Class driver when it's about [all …]
|
/openbmc/u-boot/drivers/rtc/ |
H A D | Kconfig | 8 bool "Enable Driver Model for RTC drivers" 17 bool "Enable Driver Model for RTC drivers in SPL" 26 bool "Enable Driver Model for RTC drivers in TPL" 35 bool "Enable PCF2127 driver" 45 bool "Enable DS1307 driver" 52 bool "Enable ISL1208 driver" 60 This driver supports reading and writing the RTC/calendar and detects 64 bool "Enable RV3029 driver" 70 This driver supports reading and writing the RTC/calendar and the 74 bool "Enable RX8010SJ driver" [all …]
|
/openbmc/u-boot/drivers/misc/ |
H A D | Kconfig | 8 bool "Enable Driver Model for Misc drivers" 11 Enable driver model for miscellaneous devices. This class is 20 Select this to enable ahbc driver for Aspeed SoC. 23 bool "Aspeed Display Port firmware driver" 26 Select this to enable Diplay Port firmware driver 29 bool "Enable ASPEED FSI driver" 58 This driver currently supports the RK3399 only, but can easily be 68 a sysreg driver. 90 bool "Enable Chrome OS EC I2C driver" 99 bool "Enable Chrome OS EC LPC driver" [all …]
|
/openbmc/u-boot/drivers/ata/ |
H A D | Kconfig | 2 bool "Support SATA controllers with driver model" 5 This enables a uclass for disk controllers in U-Boot. Various driver 8 to driver model. 54 bool "Enable Synopsys DWC AHCI driver support" 59 Enable this driver to support Sata devices through 63 bool "Enable DWC AHSATA driver support" 66 Enable this driver to support the DWC AHSATA SATA controller found 70 bool "Enable Freescale SATA controller driver support" 73 Enable this driver to support the SATA controller found in 77 bool "Enable Marvell SATA controller driver support via IDE interface" [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | selenium_helpers_base.py | 79 driver = webdriver.Remote(remote_hub, 82 driver.get("http://%s:%s"%(cls.server_thread.host,cls.server_thread.port)) 83 return driver 85 msg = 'Selenium driver for browser %s is not available' % browser 96 def __init__(self, driver, timeout=_TIMEOUT, poll=_POLL_FREQUENCY): argument 99 super(Wait, self).__init__(driver, self._TIMEOUT, self._POLL_FREQUENCY) 103 Calls the method provided with the driver as an argument until the 129 Calls the method provided with the driver as an argument until the 159 """ Create a webdriver driver at the class level """ 165 cls.driver = create_selenium_driver(cls) [all …]
|
/openbmc/u-boot/drivers/i2c/ |
H A D | Kconfig | 8 bool "Enable Driver Model for I2C drivers" 11 Enable driver model for I2C. The I2C uclass interface: probe, read, 15 is defined in include/i2c.h. When i2c bus driver supports the i2c 46 option enables a driver which provides very basic access to those 49 avoid duplicating the logic in the TPS65090 regulator driver for 57 behaviour similar to old (i.e. pre DM) I2C bus driver. 67 bool "Enable Driver Model for software emulated I2C bus driver" 70 Enable the i2c bus driver emulation by using the GPIOs. The bus GPIO 76 bool "Atmel I2C driver" 79 Add support for the Atmel I2C driver. A serious problem is that there [all …]
|
/openbmc/u-boot/drivers/adc/ |
H A D | Kconfig | 2 bool "Enable ADC drivers using Driver Model" 15 bool "Enable Exynos 54xx ADC driver" 17 This enables basic driver for Exynos ADC compatible with Exynos54xx. 24 bool "Enable Sandbox ADC test driver" 26 This enables driver for Sandbox ADC device emulation. 33 bool "Enable Amlogic Meson SARADC driver" 36 This enables driver for Amlogic Meson SARADC. 43 bool "Enable Rockchip SARADC driver" 45 This enables driver for Rockchip SARADC. 52 bool "Enable STMicroelectronics STM32 ADC driver" [all …]
|
/openbmc/u-boot/drivers/virtio/ |
H A D | Kconfig | 7 # where just the guest's device driver "knows" it is running in a virtual 22 This option is selected by any driver which implements the virtio 26 bool "Platform bus driver for memory mapped virtio devices" 29 This driver provides support for memory mapped virtio 30 platform device driver. 33 bool "PCI driver for virtio devices" 37 This driver provides support for virtio based paravirtual device 41 bool "Sandbox driver for virtio devices" 45 This driver provides support for Sandbox implementation of virtio 46 transport driver which is used for testing purpose only. [all …]
|
/openbmc/u-boot/doc/driver-model/ |
H A D | serial-howto.txt | 1 How to port a serial driver to driver model 13 Here is a suggested approach for converting your serial driver over to driver 16 - #ifdef out all your own serial driver code (#ifndef CONFIG_DM_SERIAL) 18 - If the board does not already use driver model, you need CONFIG_DM also 20 driver 22 - Add a private struct for the driver data - avoid using static variables 23 - Implement each of the driver methods, perhaps by calling your old methods 26 - If you convert all existing users of the driver, remove the pre-driver-model 30 - clean up / prepare the driver for conversion 31 - add driver model code [all …]
|
H A D | i2c-howto.txt | 1 How to port a serial driver to driver model 23 Here is a suggested approach for converting your I2C driver over to driver 26 - #ifdef out all your own I2C driver code (#ifndef CONFIG_DM_I2C) 28 - If the board does not already use driver model, you need CONFIG_DM also 30 no I2C driver 32 - Add a private struct for the driver data - avoid using static variables 33 - Implement each of the driver methods, perhaps by calling your old methods 36 - If you convert all existing users of the driver, remove the pre-driver-model 40 - clean up / prepare the driver for conversion 41 - add driver model code [all …]
|
/openbmc/u-boot/drivers/clk/ |
H A D | Kconfig | 4 bool "Enable clock driver support" 34 bool "Clock controller driver for BCM6345" 38 This clock driver adds support for enabling and disabling peripheral 50 bool "Enable clock driver support for STM32F family" 54 This clock driver adds support for RCC clock management 58 bool "TI System Control Interface (TI SCI) clock driver" 61 This enables the clock driver support over TI System Control Interface 66 bool "Enable cgu clock driver for HSDK" 72 bool "Enable driver for Arm Versatile Express OSC clock generators" 75 This clock driver adds support for clock generators present on [all …]
|