Home
last modified time | relevance | path

Searched refs:UCLASS_NVMXIP (Results 1 – 6 of 6) sorted by relevance

/u-boot/drivers/mtd/nvmxip/
A Dnvmxip-uclass.c46 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 Dnvmxip_qspi.c66 .id = UCLASS_NVMXIP,
/u-boot/doc/develop/driver-model/
A Dnvmxip.rst24 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 Duclass-id.h93 UCLASS_NVMXIP, /* NVM XIP devices */ enumerator
/u-boot/test/dm/
A Dnvmxip.c111 for (device_idx = 0, uclass_first_device(UCLASS_NVMXIP, &dev); in dm_test_nvmxip()
/u-boot/drivers/block/
A Dblk-uclass.c31 { UCLASS_NVMXIP, "nvmxip" },

Completed in 16 milliseconds