/Zephyr-latest/include/zephyr/sys/ |
D | util_listify.h | 15 #define Z_UTIL_LISTIFY_0(F, sep, ...) argument 17 #define Z_UTIL_LISTIFY_1(F, sep, ...) \ argument 20 #define Z_UTIL_LISTIFY_2(F, sep, ...) \ argument 24 #define Z_UTIL_LISTIFY_3(F, sep, ...) \ argument 28 #define Z_UTIL_LISTIFY_4(F, sep, ...) \ argument 32 #define Z_UTIL_LISTIFY_5(F, sep, ...) \ argument 36 #define Z_UTIL_LISTIFY_6(F, sep, ...) \ argument 40 #define Z_UTIL_LISTIFY_7(F, sep, ...) \ argument 44 #define Z_UTIL_LISTIFY_8(F, sep, ...) \ argument 48 #define Z_UTIL_LISTIFY_9(F, sep, ...) \ argument [all …]
|
D | util_macro.h | 470 #define LISTIFY(LEN, F, sep, ...) UTIL_CAT(Z_UTIL_LISTIFY_, LEN)(F, sep, __VA_ARGS__) argument 493 #define FOR_EACH(F, sep, ...) \ argument 585 #define FOR_EACH_IDX(F, sep, ...) \ argument 613 #define FOR_EACH_FIXED_ARG(F, sep, fixed_arg, ...) \ argument 641 #define FOR_EACH_IDX_FIXED_ARG(F, sep, fixed_arg, ...) \ argument
|
D | util_loops.h | 25 #define Z_FOR_LOOP_0(z_call, sep, fixed_arg0, fixed_arg1, ...) argument 27 #define Z_FOR_LOOP_1(z_call, sep, fixed_arg0, fixed_arg1, x) \ argument 30 #define Z_FOR_LOOP_2(z_call, sep, fixed_arg0, fixed_arg1, x, ...) \ argument 35 #define Z_FOR_LOOP_3(z_call, sep, fixed_arg0, fixed_arg1, x, ...) \ argument 40 #define Z_FOR_LOOP_4(z_call, sep, fixed_arg0, fixed_arg1, x, ...) \ argument 45 #define Z_FOR_LOOP_5(z_call, sep, fixed_arg0, fixed_arg1, x, ...) \ argument 50 #define Z_FOR_LOOP_6(z_call, sep, fixed_arg0, fixed_arg1, x, ...) \ argument 55 #define Z_FOR_LOOP_7(z_call, sep, fixed_arg0, fixed_arg1, x, ...) \ argument 60 #define Z_FOR_LOOP_8(z_call, sep, fixed_arg0, fixed_arg1, x, ...) \ argument 65 #define Z_FOR_LOOP_9(z_call, sep, fixed_arg0, fixed_arg1, x, ...) \ argument [all …]
|
/Zephyr-latest/soc/nordic/ |
D | validate_rram_partitions.c | 11 #define PAIR__(f, sep, arg_first, ...) FOR_EACH_FIXED_ARG(f, sep, arg_first, __VA_ARGS__) argument 12 #define PAIR_(f, sep, args_to_expand) PAIR__(f, sep, args_to_expand) argument 13 #define PAIR(n, f, sep, ...) PAIR_(f, sep, GET_ARGS_LESS_N(n, __VA_ARGS__)) argument 27 #define FOR_EACH_PAIR(f, sep, ...) \ argument
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avdtp.c | 79 static void avdtp_sep_lock(struct bt_avdtp_sep *sep) in avdtp_sep_lock() 86 static void avdtp_sep_unlock(struct bt_avdtp_sep *sep) in avdtp_sep_unlock() 93 static void bt_avdtp_set_state(struct bt_avdtp_sep *sep, uint8_t state) in bt_avdtp_set_state() 103 static void bt_avdtp_set_state_lock(struct bt_avdtp_sep *sep, uint8_t state) in bt_avdtp_set_state_lock() 121 struct bt_avdtp_sep *sep = CONTAINER_OF(chan, struct bt_avdtp_sep, chan.chan); in bt_avdtp_media_l2cap_connected() local 149 struct bt_avdtp_sep *sep = CONTAINER_OF(chan, struct bt_avdtp_sep, chan.chan); in bt_avdtp_media_l2cap_disconnected() local 184 struct bt_avdtp_sep *sep = CONTAINER_OF(chan, struct bt_avdtp_sep, chan.chan); in bt_avdtp_media_l2cap_recv() local 198 static int avdtp_media_connect(struct bt_avdtp *session, struct bt_avdtp_sep *sep) in avdtp_media_connect() 213 static int avdtp_media_disconnect(struct bt_avdtp_sep *sep) in avdtp_media_disconnect() 268 struct bt_avdtp_sep *sep; in avdtp_discover_handler() local [all …]
|
D | a2dp.c | 124 static int a2dp_get_capabilities_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, in a2dp_get_capabilities_ind() 148 static int a2dp_process_config_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, in a2dp_process_config_ind() 253 static int a2dp_set_config_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t int_seid, in a2dp_set_config_ind() 260 static int a2dp_re_config_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t int_seid, in a2dp_re_config_ind() 268 static void bt_a2dp_media_data_callback(struct bt_avdtp_sep *sep, struct net_buf *buf) in bt_a2dp_media_data_callback() 291 static int a2dp_ctrl_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode, in a2dp_ctrl_ind() 329 static int a2dp_open_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode) in a2dp_open_ind() 342 static int a2dp_start_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode) in a2dp_start_ind() 354 static int a2dp_suspend_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode) in a2dp_suspend_ind() 367 static int a2dp_close_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode) in a2dp_close_ind() [all …]
|
D | avdtp_internal.h | 162 struct bt_avdtp_sep *sep; member 174 struct bt_avdtp_sep *sep; member
|
/Zephyr-latest/scripts/native_simulator/common/src/include/ |
D | nsi_cpu_if_internal.h | 19 #define FUNCT_LIST(pre, post, sep) \ argument
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 2967 struct bt_hci_evt_le_connectionless_iq_report *sep; in le_df_connectionless_iq_report() local 3121 struct bt_hci_evt_le_connection_iq_report *sep; in le_df_connection_iq_report() local 3229 struct bt_hci_evt_le_cte_req_failed *sep; in le_df_cte_req_failed() local 4323 struct bt_hci_evt_le_cis_req *sep; local 4356 struct bt_hci_evt_le_cis_established *sep; local 4421 struct bt_hci_evt_le_past_received *sep; local 5329 struct bt_hci_evt_vs_le_connectionless_iq_report *sep; local 5417 struct bt_hci_evt_vs_le_connection_iq_report *sep; local 6571 struct bt_hci_evt_le_advertising_report *sep; local 6698 struct bt_hci_evt_le_ext_advertising_report *sep; local [all …]
|
/Zephyr-latest/subsys/input/ |
D | input_utils.c | 144 char *sep = (i + 1) < cfg->col_size ? " " : ""; in kbd_matrix_state_log_entry() local
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 3113 #define DT_FOREACH_CHILD_SEP(node_id, fn, sep) \ argument 3149 #define DT_FOREACH_CHILD_SEP_VARGS(node_id, fn, sep, ...) \ argument 3186 #define DT_FOREACH_CHILD_STATUS_OKAY_SEP(node_id, fn, sep) \ argument 3229 #define DT_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(node_id, fn, sep, ...) \ argument 3327 #define DT_FOREACH_PROP_ELEM_SEP(node_id, prop, fn, sep) \ argument 3369 #define DT_FOREACH_PROP_ELEM_SEP_VARGS(node_id, prop, fn, sep, ...) \ argument 3974 #define DT_INST_FOREACH_CHILD_SEP(inst, fn, sep) \ argument 4009 #define DT_INST_FOREACH_CHILD_SEP_VARGS(inst, fn, sep, ...) \ argument 4040 #define DT_INST_FOREACH_CHILD_STATUS_OKAY_SEP(inst, fn, sep) \ argument 4074 #define DT_INST_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(inst, fn, sep, ...) \ argument [all …]
|
/Zephyr-latest/lib/libc/minimal/source/string/ |
D | string.c | 161 char *strtok_r(char *str, const char *sep, char **state) in strtok_r()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_df.c | 35 #define FOR_EACH_DFE_GPIO(fn, sep) \ argument
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | a2dp.h | 333 struct bt_avdtp_sep sep; member
|
/Zephyr-latest/include/zephyr/zbus/ |
D | zbus.h | 237 #define FOR_EACH_FIXED_ARG_NONEMPTY_TERM(F, sep, fixed_arg, ...) \ argument
|
/Zephyr-latest/tests/lib/c_lib/common/src/ |
D | main.c | 1031 void test_strtok_r_do(char *str, char *sep, int tlen, in test_strtok_r_do()
|
/Zephyr-latest/drivers/serial/ |
D | uart_nrfx_uarte.c | 42 #define UARTE_FOR_EACH_INSTANCE(f, sep, off_code, ...) \ argument
|