Searched refs:uclass (Results 1 - 25 of 668) sorted by relevance

1234567891011>>

/u-boot/drivers/crypto/hash/
H A DMakefile5 obj-$(CONFIG_DM_HASH) += hash-uclass.o
/u-boot/drivers/fuzz/
H A DMakefile7 obj-$(CONFIG_DM_FUZZING_ENGINE) += fuzzing_engine-uclass.o
/u-boot/drivers/axi/
H A DMakefile7 obj-$(CONFIG_AXI) += axi-uclass.o
9 obj-$(CONFIG_SANDBOX) += axi-emul-uclass.o
/u-boot/include/dm/
H A Duclass-internal.h24 * DM_UCLASS_INST() - Declare a uclass ready for run-time use
26 * This adds an actual struct uclass to a list which is found by driver model
36 * @_name: Name of the uclass. This must be a valid C identifier, used by the
40 ll_entry_declare(struct uclass, _name, uclass)
43 * DM_UCLASS_REF() - Get a reference to a uclass
45 * This is useful for referencing a uclass at build time. Before this is used,
52 * struct uclass *ucs[] = {
56 * @_name: Name of the uclass. This must be a valid C identifier, used by the
58 * Return: struct uclass * fo
[all...]
/u-boot/drivers/firmware/arm-ffa/
H A DMakefile9 obj-y += arm-ffa-uclass.o
12 obj-y += ffa-emul-uclass.o sandbox_ffa.o
/u-boot/drivers/smem/
H A DMakefile6 obj-$(CONFIG_SMEM) += smem-uclass.o
/u-boot/drivers/spmi/
H A DMakefile5 obj-$(CONFIG_SPMI) += spmi-uclass.o
/u-boot/drivers/pci_endpoint/
H A DMakefile6 obj-y += pci_ep-uclass.o
/u-boot/drivers/hwspinlock/
H A DMakefile5 obj-$(CONFIG_DM_HWSPINLOCK) += hwspinlock-uclass.o
/u-boot/drivers/w1/
H A DMakefile1 obj-$(CONFIG_W1) += w1-uclass.o
/u-boot/drivers/power/acpi_pmc/
H A DMakefile5 obj-y += acpi-pmc-uclass.o
/u-boot/drivers/mux/
H A DMakefile6 obj-$(CONFIG_MULTIPLEXER) += mux-uclass.o
/u-boot/drivers/extcon/
H A DMakefile5 obj-$(CONFIG_EXTCON) += extcon-uclass.o
/u-boot/drivers/mtd/nvmxip/
H A DMakefile7 obj-y += nvmxip-uclass.o nvmxip.o
/u-boot/drivers/fwu-mdata/
H A DMakefile7 obj-$(CONFIG_FWU_MDATA) += fwu-mdata-uclass.o
/u-boot/drivers/sm/
H A DMakefile3 obj-y += sm-uclass.o
/u-boot/drivers/scsi/
H A DMakefile7 obj-$(CONFIG_SCSI) += scsi.o scsi-uclass.o
17 obj-$(CONFIG_SCSI) += scsi.o scsi-uclass.o
/u-boot/board/ti/am62px/
H A Devm.c11 #include <dm/uclass.h>
/u-boot/arch/arm/mach-mediatek/
H A Dcpu.c11 #include <dm/uclass-internal.h>
/u-boot/drivers/usb/emul/
H A DMakefile9 obj-$(CONFIG_USB_EMUL) += usb-emul-uclass.o
/u-boot/drivers/demo/
H A DMakefile5 obj-y += demo-uclass.o demo-pdata.o
/u-boot/drivers/w1-eeprom/
H A DMakefile1 obj-$(CONFIG_W1_EEPROM) += w1-eeprom-uclass.o
/u-boot/drivers/pch/
H A DMakefile3 obj-y += pch-uclass.o
/u-boot/drivers/nvme/
H A DMakefile5 obj-y += nvme-uclass.o nvme.o nvme_show.o
/u-boot/drivers/iommu/
H A DMakefile3 obj-$(CONFIG_IOMMU) += iommu-uclass.o

Completed in 205 milliseconds

1234567891011>>