Searched defs:map (Results 1 – 12 of 12) sorted by relevance
| /subsys/mgmt/mcumgr/util/src/ |
| A D | zcbor_bulk.c | 15 int zcbor_map_decode_bulk(zcbor_state_t *zsd, struct zcbor_map_decode_key_val *map, in zcbor_map_decode_bulk() 74 bool zcbor_map_decode_bulk_key_found(struct zcbor_map_decode_key_val *map, size_t map_size, in zcbor_map_decode_bulk_key_found() 105 void zcbor_map_decode_bulk_reset(struct zcbor_map_decode_key_val *map, size_t map_size) in zcbor_map_decode_bulk_reset()
|
| /subsys/bluetooth/controller/ll_sw/ |
| A D | ull_chan.c | 41 static uint8_t map[5]; variable
|
| /subsys/stats/ |
| A D | stats.c | 134 const struct stats_name_map *map, uint16_t map_cnt) in stats_init() 260 const struct stats_name_map *map, uint16_t map_cnt, in stats_init_and_reg()
|
| /subsys/llext/ |
| A D | llext_experimental.c | 54 struct llext_elf_sect_map **map = llext_alloc_data(sizeof(*map) * n_ext); in llext_restore() local
|
| /subsys/usb/device_next/class/ |
| A D | usbd_uvc.c | 839 static void uvc_get_vc_conversion_map(const uint32_t cid, const int **const map, int *const map_sz) in uvc_get_vc_conversion_map() 865 const int *map; in uvc_convert_cid_to_vc() local 889 const int *map; in uvc_convert_vc_to_cid() local 910 const struct uvc_control_map *const map) in uvc_get_vc_ctrl() 1022 const struct uvc_control_map *const map) in uvc_set_vc_ctrl() 1153 const struct uvc_control_map **const map) in uvc_get_control_op() 1258 const struct uvc_control_map *map = NULL; in uvc_control_to_host() local 1299 const struct uvc_control_map *map = NULL; in uvc_control_to_dev() local
|
| /subsys/tracing/user/ |
| A D | tracing_user.c | 38 gpio_port_pins_t map, in sys_trace_gpio_port_get_direction_enter_user() 193 void sys_trace_gpio_port_get_direction_enter(const struct device *port, gpio_port_pins_t map, in sys_trace_gpio_port_get_direction_enter()
|
| A D | tracing_user.h | 472 #define sys_port_trace_gpio_port_get_direction_enter(port, map, inputs, outputs) \ argument
|
| /subsys/tracing/ctf/ |
| A D | ctf_top.c | 815 void sys_port_trace_gpio_port_get_direction_enter(const struct device *port, gpio_port_pins_t map, in sys_port_trace_gpio_port_get_direction_enter()
|
| A D | ctf_top.h | 732 static inline void ctf_top_gpio_port_get_direction_enter(uint32_t port, uint32_t map, in ctf_top_gpio_port_get_direction_enter()
|
| A D | tracing_ctf.h | 675 #define sys_port_trace_gpio_port_get_direction_enter(port, map, inputs, outputs) \ argument
|
| /subsys/tracing/sysview/ |
| A D | tracing_sysview.h | 765 #define sys_port_trace_gpio_port_get_direction_enter(port, map, inputs, outputs) argument 766 #define sys_port_trace_gpio_port_get_direction_exit(port, map, ret) argument
|
| /subsys/tracing/test/ |
| A D | tracing_test.h | 802 #define sys_port_trace_gpio_port_get_direction_enter(port, map, inputs, outputs) argument 803 #define sys_port_trace_gpio_port_get_direction_exit(port, map, ret) argument
|
Completed in 44 milliseconds