Home
last modified time | relevance | path

Searched defs:obj_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dprc.h147 #define DPRC_CMD_GET_OBJ_DESC(cmd, obj_type, obj_id) \ argument
273 #define DPRC_CMD_GET_OBJ_REGION(cmd, obj_type, obj_id, region_index) \ argument
305 #define DPRC_CMD_SET_OBJ_LABEL(cmd, obj_type, obj_id, label) \ argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsbom30.py1008 def find_root_obj_in_jsonld(d, subdir, fn_name, obj_type, **attr_filter): argument
1018 def load_obj_in_jsonld(d, arch, subdir, fn_name, obj_type, **attr_filter): argument
/openbmc/u-boot/drivers/net/fsl-mc/
H A Ddprc.c268 char *obj_type, in dprc_get_obj_region()