/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/ |
A D | debug.h | 121 #define DEBUG_RADIO_CLOSE(flag) \ argument 170 #define DEBUG_CPU_SLEEP(flag) argument 171 #define DEBUG_TICKER_ISR(flag) argument 172 #define DEBUG_TICKER_TASK(flag) argument 173 #define DEBUG_TICKER_JOB(flag) argument 174 #define DEBUG_RADIO_ISR(flag) argument 175 #define DEBUG_RADIO_HCTO(flag) argument 176 #define DEBUG_RADIO_XTAL(flag) argument 177 #define DEBUG_RADIO_ACTIVE(flag) argument 178 #define DEBUG_RADIO_CLOSE(flag) argument [all …]
|
/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
A D | debug.h | 109 #define DEBUG_CPU_SLEEP(flag) \ argument 153 #define DEBUG_RADIO_ISR(flag) \ argument 327 #define DEBUG_CPU_SLEEP(flag) argument 328 #define DEBUG_TICKER_ISR(flag) argument 330 #define DEBUG_TICKER_JOB(flag) argument 331 #define DEBUG_RADIO_ISR(flag) argument 332 #define DEBUG_RADIO_HCTO(flag) argument 333 #define DEBUG_RADIO_XTAL(flag) argument 372 #define DEBUG_COEX_IRQ(flag) \ argument 382 #define DEBUG_COEX_GRANT(flag) argument [all …]
|
/subsys/bluetooth/mesh/ |
A D | settings.c | 134 void bt_mesh_settings_store_schedule(enum bt_mesh_settings_flag flag) in bt_mesh_settings_store_schedule() 175 void bt_mesh_settings_store_cancel(enum bt_mesh_settings_flag flag) in bt_mesh_settings_store_cancel()
|
A D | cdb.c | 558 static void schedule_cdb_store(int flag) in schedule_cdb_store()
|
/subsys/pmci/mctp/ |
A D | mctp_uart.c | 32 uint8_t flag; member 40 uint8_t flag; member
|
/subsys/net/ip/ |
A D | ipv4_fragment.c | 324 uint16_t flag; in net_ipv4_handle_fragment_hdr() local 523 uint16_t flag; in net_ipv4_send_fragmented_pkt() local
|
A D | icmpv6.h | 66 uint8_t flag; /*res:3,c:1,cid:4 */ member 124 #define NET_ICMPV6_ND_O_FLAG(flag) ((flag) & 0x40) argument 125 #define NET_ICMPV6_ND_M_FLAG(flag) ((flag) & 0x80) argument
|
A D | ipv6_fragment.c | 465 uint16_t flag; in net_ipv6_handle_fragment_hdr() local
|
A D | icmpv4.c | 202 uint8_t flag; in icmpv4_update_time_stamp() local
|
/subsys/net/conn_mgr/ |
A D | conn_mgr_connectivity.c | 160 int conn_mgr_if_set_flag(struct net_if *iface, enum conn_mgr_if_flag flag, bool value) in conn_mgr_if_set_flag() 178 bool conn_mgr_if_get_flag(struct net_if *iface, enum conn_mgr_if_flag flag) in conn_mgr_if_get_flag()
|
/subsys/net/lib/shell/ |
A D | cm.c | 58 enum conn_mgr_if_flag flag; member 66 static const char *flag_name(enum conn_mgr_if_flag flag) in flag_name() 782 enum conn_mgr_if_flag flag = CONN_MGR_IF_PERSISTENT; in cmd_net_cm_flag() local
|
/subsys/net/lib/sockets/ |
A D | sockets_internal.h | 24 uintptr_t flag) in sock_set_flag()
|
/subsys/dfu/boot/ |
A D | mcuboot_shell.c | 71 static const char *swap_state_flag_str(uint8_t flag) in swap_state_flag_str()
|
/subsys/mgmt/ec_host_cmd/backends/ |
A D | ec_host_cmd_backend_shi_ite.c | 91 enum shi_ite_pm_policy_state_flag flag) in shi_ite_pm_policy_state_lock_get() 100 enum shi_ite_pm_policy_state_flag flag) in shi_ite_pm_policy_state_lock_put()
|
A D | ec_host_cmd_backend_shi_npcx.c | 171 enum shi_npcx_pm_policy_state_flag flag) in shi_npcx_pm_policy_state_lock_get() 179 enum shi_npcx_pm_policy_state_flag flag) in shi_npcx_pm_policy_state_lock_put()
|
/subsys/lorawan/nvm/ |
A D | lorawan_nvm_settings.c | 22 uint16_t flag; member
|
/subsys/bluetooth/audio/ |
A D | tbs_internal.h | 48 #define BT_TBS_CALL_FLAG_SET_INCOMING(flag) (flag &= ~BT_TBS_CALL_FLAG_OUTGOING) argument 49 #define BT_TBS_CALL_FLAG_SET_OUTGOING(flag) (flag |= BT_TBS_CALL_FLAG_OUTGOING) argument
|
A D | csip_set_member.c | 138 struct bt_conn *excluded_client, enum csip_flag flag) in notify_clients()
|
A D | has.c | 505 static void notify(struct has_client *client, enum flag_internal flag) in notify()
|
/subsys/logging/ |
A D | log_output_syst.c | 411 uint32_t flag) 782 struct log_msg *msg, uint32_t flag)
|
/subsys/logging/mipi_syst/ |
A D | platform.h | 61 mipi_syst_u32 flag; member
|
/subsys/bluetooth/host/ |
A D | scan.c | 487 static int scan_check_if_state_allowed(enum bt_le_scan_user flag) in scan_check_if_state_allowed() 502 int bt_le_scan_user_add(enum bt_le_scan_user flag) in bt_le_scan_user_add() 528 int bt_le_scan_user_remove(enum bt_le_scan_user flag) in bt_le_scan_user_remove()
|
A D | id.c | 927 void bt_id_pending_keys_update_set(struct bt_keys *keys, uint8_t flag) in bt_id_pending_keys_update_set()
|
/subsys/bluetooth/host/classic/ |
A D | l2cap_br.c | 65 #define L2CAP_BR_IS_ZERO_LEN_I_FRAME(flag) \ argument 70 #define L2CAP_BR_IS_S_FRAME(flag) \ argument 73 #define L2CAP_BR_GET_S_BIT(flag) (POINTER_TO_UINT(flag) & ~L2CAP_BR_S_FRAME_FLAG_MASK) argument
|
/subsys/usb/device_next/class/ |
A D | usbd_cdc_acm.c | 1024 uint32_t flag = 0; in cdc_acm_line_ctrl_set() local
|