Home
last modified time | relevance | path

Searched refs:UCLASS_INVALID (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/cmd/
H A Dbind.c28 if (uclass_id == UCLASS_INVALID) { in bind_by_class_index()
55 if (uclass_id == UCLASS_INVALID) { in find_dev()
/openbmc/u-boot/include/dm/
H A Duclass-id.h114 UCLASS_INVALID = -1, enumerator
/openbmc/u-boot/drivers/block/
H A Dblk-uclass.c32 [IF_TYPE_ATAPI] = UCLASS_INVALID,
34 [IF_TYPE_DOC] = UCLASS_INVALID,
36 [IF_TYPE_SD] = UCLASS_INVALID,
101 if (uclass_id == UCLASS_INVALID) { in blk_get_devnum_by_typename()
/openbmc/u-boot/common/
H A Dlog.c62 if (id != UCLASS_INVALID) in log_get_cat_by_name()
/openbmc/u-boot/drivers/core/
H A Duclass.c171 return UCLASS_INVALID; in uclass_get_by_name()