Lines Matching full:device
22 UCLASS_SPI_EMUL, /* sandbox SPI device emulator */
23 UCLASS_I2C_EMUL, /* sandbox I2C device emulator */
24 UCLASS_I2C_EMUL_PARENT, /* parent for I2C device emulators */
25 UCLASS_PCI_EMUL, /* sandbox PCI device emulator */
26 UCLASS_USB_EMUL, /* sandbox USB bus device emulator */
27 UCLASS_AXI_EMUL, /* sandbox AXI bus device emulator */
34 UCLASS_BLK, /* Block device */
35 UCLASS_BOARD, /* Device information from hardware */
43 UCLASS_ETH, /* Ethernet device */
49 UCLASS_I2C_EEPROM, /* I2C EEPROM device */
50 UCLASS_I2C_GENERIC, /* Generic I2C device */
53 UCLASS_IDE, /* IDE device */
55 UCLASS_KEYBOARD, /* Keyboard input device */
59 UCLASS_MASS_STORAGE, /* Mass storage device */
60 UCLASS_MDIO, /* Management Data Input/Output (MDIO) device */
61 UCLASS_MISC, /* Miscellaneous device */
63 UCLASS_MOD_EXP, /* RSA Mod Exp device */
64 UCLASS_MTD, /* Memory Technology Device (MTD) device */
67 UCLASS_NVME, /* NVM Express device */
72 UCLASS_PCI_GENERIC, /* Generic PCI bus device */
73 UCLASS_PHY, /* Physical Layer (PHY) device */
74 UCLASS_PINCONFIG, /* Pin configuration node device */
75 UCLASS_PINCTRL, /* Pinctrl (pin muxing/configuration) device */
76 UCLASS_PMIC, /* PMIC I/O device */
79 UCLASS_PWRSEQ, /* Power sequence device */
81 UCLASS_REGULATOR, /* Regulator device */
82 UCLASS_REMOTEPROC, /* Remote Processor device */
83 UCLASS_RESET, /* Reset controller device */
84 UCLASS_RTC, /* Real time clock device */
85 UCLASS_SCSI, /* SCSI device */
94 UCLASS_SYSCON, /* System configuration device */
95 UCLASS_SYSRESET, /* System reset device */
96 UCLASS_TEE, /* Trusted Execution Environment device */
98 UCLASS_TIMER, /* Timer device */
101 UCLASS_USB_DEV_GENERIC, /* USB generic device */
103 UCLASS_USB_GADGET_GENERIC, /* USB generic device */
104 UCLASS_VIDEO, /* Video or LCD device */
106 UCLASS_VIDEO_CONSOLE, /* Text console driver for video device */
108 UCLASS_VIRTIO, /* VirtIO transport device */