Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/message/
H A Dtypes.hpp172 struct type_id : struct
182 struct type_id<bool> : tuple_type_id<SD_BUS_TYPE_BOOLEAN> struct
185 struct type_id<uint8_t> : tuple_type_id<SD_BUS_TYPE_BYTE> struct
189 struct type_id<uint16_t> : tuple_type_id<SD_BUS_TYPE_UINT16> struct
192 struct type_id<int16_t> : tuple_type_id<SD_BUS_TYPE_INT16> struct
195 struct type_id<uint32_t> : tuple_type_id<SD_BUS_TYPE_UINT32> struct
198 struct type_id<int32_t> : tuple_type_id<SD_BUS_TYPE_INT32> struct
201 struct type_id<uint64_t> : tuple_type_id<SD_BUS_TYPE_UINT64> struct
204 struct type_id<int64_t> : tuple_type_id<SD_BUS_TYPE_INT64> struct
208 struct type_id<double> : tuple_type_id<SD_BUS_TYPE_DOUBLE> struct
[all …]
/openbmc/u-boot/arch/arm/mach-omap2/
H A Demif-common.c1008 const char *get_lpddr2_type(u8 type_id) in get_lpddr2_type()
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h256 uint32_t type_id; member