Searched refs:uc (Results 1 – 3 of 3) sorted by relevance
| /include/dm/ |
| A D | uclass.h | 150 void *uclass_get_priv(const struct uclass *uc); 505 #define uclass_id_foreach_dev(id, pos, uc) \ argument 506 if (!uclass_get(id, &uc)) \ 507 list_for_each_entry(pos, &uc->dev_head, uclass_node) 519 #define uclass_foreach_dev(pos, uc) \ argument 520 list_for_each_entry(pos, &uc->dev_head, uclass_node) 534 #define uclass_foreach_dev_safe(pos, next, uc) \ argument 535 list_for_each_entry_safe(pos, next, &uc->dev_head, uclass_node)
|
| A D | uclass-internal.h | 78 void uclass_set_priv(struct uclass *uc, void *priv); 94 int uclass_find_next_free_seq(struct uclass *uc); 346 int uclass_destroy(struct uclass *uc);
|
| /include/ |
| A D | ddr_spd.h | 267 unsigned char uc[57]; /* 60-116 Module-Specific Section */ member 480 uint8_t uc[128]; /* 128-255 Module-Specific Section */ member
|
Completed in 15 milliseconds