Searched refs:type_id (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/drivers/sensor/meas/ms5837/ |
D | ms5837.c | 351 const int type_id = (data->factory >> 5) & 0x7f; in ms5837_init() local 353 switch (type_id) { in ms5837_init() 362 LOG_WRN(" unrecognized type: '%2x', defaulting to MS5837-30", type_id); in ms5837_init()
|
/Zephyr-latest/tests/kernel/obj_core/obj_core/src/ |
D | main.c | 84 static void common_obj_core_test(uint32_t type_id, const char *str, in common_obj_core_test() argument 92 obj_type = k_obj_type_find(type_id); in common_obj_core_test()
|
/Zephyr-latest/kernel/ |
D | obj_core.c | 59 struct k_obj_type *k_obj_type_find(uint32_t type_id) in k_obj_type_find() argument 69 if (type->id == type_id) { in k_obj_type_find()
|
/Zephyr-latest/include/zephyr/kernel/ |
D | obj_core.h | 155 struct k_obj_type *k_obj_type_find(uint32_t type_id);
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 757 resource_id, type_id, vma = struct.unpack('<III', desc) 758 if type_id == the_type: 760 i, resource_id, type_id, vma)
|