Searched refs:UCLASS_NVMXIP (Results 1 – 6 of 6) sorted by relevance
| /u-boot/drivers/mtd/nvmxip/ |
| A D | nvmxip-uclass.c | 46 devnum = uclass_id_count(UCLASS_NVMXIP); in nvmxip_post_bind() 49 ret = blk_create_devicef(udev, NVMXIP_BLKDRV_NAME, bdev_name, UCLASS_NVMXIP, in nvmxip_post_bind() 72 .id = UCLASS_NVMXIP,
|
| A D | nvmxip_qspi.c | 66 .id = UCLASS_NVMXIP,
|
| /u-boot/doc/develop/driver-model/ |
| A D | nvmxip.rst | 24 When a device is described in the DT and associated with UCLASS_NVMXIP, 33 can provide its own parent driver belonging to UCLASS_NVMXIP and reuse 36 The nvmxip_qspi driver belongs to UCLASS_NVMXIP.
|
| /u-boot/include/dm/ |
| A D | uclass-id.h | 93 UCLASS_NVMXIP, /* NVM XIP devices */ enumerator
|
| /u-boot/test/dm/ |
| A D | nvmxip.c | 111 for (device_idx = 0, uclass_first_device(UCLASS_NVMXIP, &dev); in dm_test_nvmxip()
|
| /u-boot/drivers/block/ |
| A D | blk-uclass.c | 31 { UCLASS_NVMXIP, "nvmxip" },
|
Completed in 16 milliseconds