Home
last modified time | relevance | path

Searched refs:EDM (Results 1 – 4 of 4) sorted by relevance

/openbmc/bmcweb/scripts/
H A Dgenerate_schema_collections.py34 EDM = "{http://docs.oasis-open.org/odata/ns/edm}" variable
80 for schema in ds.findall(EDM + "Schema"):
81 for entity_type in schema.findall(EDM + "EntityType"):
85 for nav_prop in entity_type.findall(EDM + "NavigationProperty"):
98 for complex_type in schema.findall(EDM + "ComplexType"):
102 for nav_prop in complex_type.findall(EDM + "NavigationProperty"):
119 if element.tag != (EDM + "NavigationProperty"):
123 for annotation in element.findall(EDM + "Annotation"):
H A Dgenerate_schema_enums.py21 EDM = "{http://docs.oasis-open.org/odata/ns/edm}" variable
39 if schema_element.tag == EDM + "EnumType":
41 for member in schema_element.findall(EDM + "Member"):
55 if element.tag == EDM + "Schema":
/openbmc/u-boot/doc/
H A DREADME.N121350 - Embedded debug module (EDM).
/openbmc/qemu/hw/sd/
H A Dtrace-events13 bcm2835_sdhost_edm_change(const char *why, uint32_t edm) "(%s) EDM now 0x%x"