| /Zephyr-latest/include/zephyr/sys/ | 
| D | util_listify.h | 15 #define Z_UTIL_LISTIFY_0(F, sep, ...)  argument17 #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 | 478 #define LISTIFY(LEN, F, sep, ...) UTIL_CAT(Z_UTIL_LISTIFY_, LEN)(F, sep, __VA_ARGS__)  argument501 #define FOR_EACH(F, sep, ...) \  argument
 593 #define FOR_EACH_IDX(F, sep, ...) \  argument
 621 #define FOR_EACH_FIXED_ARG(F, sep, fixed_arg, ...) \  argument
 649 #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, ...)  argument27 #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__)  argument12 #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()
 104 static void bt_avdtp_set_state_lock(struct bt_avdtp_sep *sep, uint8_t state)  in bt_avdtp_set_state_lock()
 122 	struct bt_avdtp_sep *sep = CONTAINER_OF(chan, struct bt_avdtp_sep, chan.chan);  in bt_avdtp_media_l2cap_connected()  local
 152 	struct bt_avdtp_sep *sep = CONTAINER_OF(chan, struct bt_avdtp_sep, chan.chan);  in bt_avdtp_media_l2cap_disconnected()  local
 189 	struct bt_avdtp_sep *sep = CONTAINER_OF(chan, struct bt_avdtp_sep, chan.chan);  in bt_avdtp_media_l2cap_recv()  local
 203 static int avdtp_media_connect(struct bt_avdtp *session, struct bt_avdtp_sep *sep)  in avdtp_media_connect()
 218 static int avdtp_media_disconnect(struct bt_avdtp_sep *sep)  in avdtp_media_disconnect()
 271 	struct bt_avdtp_sep *sep;  in avdtp_discover_cmd()  local
 [all …]
 
 | 
| D | a2dp.c | 126 static int a2dp_get_capabilities_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep,  in a2dp_get_capabilities_ind()150 static int a2dp_process_config_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep,  in a2dp_process_config_ind()
 255 static int a2dp_set_config_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t int_seid,  in a2dp_set_config_ind()
 262 static int a2dp_re_config_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t int_seid,  in a2dp_re_config_ind()
 270 static void bt_a2dp_media_data_callback(struct bt_avdtp_sep *sep, struct net_buf *buf)  in bt_a2dp_media_data_callback()
 293 static int a2dp_ctrl_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode,  in a2dp_ctrl_ind()
 332 static int a2dp_open_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode)  in a2dp_open_ind()
 345 static int a2dp_start_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode)  in a2dp_start_ind()
 357 static int a2dp_suspend_ind(struct bt_avdtp *session, struct bt_avdtp_sep *sep, uint8_t *errcode)  in a2dp_suspend_ind()
 370 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 | 160 	struct bt_avdtp_sep *sep;  member172 	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 | 3002 	struct bt_hci_evt_le_connectionless_iq_report *sep;  in le_df_connectionless_iq_report()  local3156 	struct bt_hci_evt_le_connection_iq_report *sep;  in le_df_connection_iq_report()  local
 3264 	struct bt_hci_evt_le_cte_req_failed *sep;  in le_df_cte_req_failed()  local
 4358 	struct bt_hci_evt_le_cis_req *sep;  local
 4391 	struct bt_hci_evt_le_cis_established *sep;  local
 4456 	struct bt_hci_evt_le_past_received *sep;  local
 5364 	struct bt_hci_evt_vs_le_connectionless_iq_report *sep;  local
 5452 	struct bt_hci_evt_vs_le_connection_iq_report *sep;  local
 6606 	struct bt_hci_evt_le_advertising_report *sep;  local
 6733 	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 | 3153 #define DT_FOREACH_CHILD_SEP(node_id, fn, sep) \  argument3189 #define DT_FOREACH_CHILD_SEP_VARGS(node_id, fn, sep, ...) \  argument
 3226 #define DT_FOREACH_CHILD_STATUS_OKAY_SEP(node_id, fn, sep) \  argument
 3269 #define DT_FOREACH_CHILD_STATUS_OKAY_SEP_VARGS(node_id, fn, sep, ...) \  argument
 3367 #define DT_FOREACH_PROP_ELEM_SEP(node_id, prop, fn, sep) \  argument
 3409 #define DT_FOREACH_PROP_ELEM_SEP_VARGS(node_id, prop, fn, sep, ...)	\  argument
 4014 #define DT_INST_FOREACH_CHILD_SEP(inst, fn, sep) \  argument
 4049 #define DT_INST_FOREACH_CHILD_SEP_VARGS(inst, fn, sep, ...) \  argument
 4080 #define DT_INST_FOREACH_CHILD_STATUS_OKAY_SEP(inst, fn, sep) \  argument
 4114 #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 | 39 #define UARTE_FOR_EACH_INSTANCE(f, sep, off_code, ...)                                             \  argument
 |