Home
last modified time | relevance | path

Searched full:inline (Results 1 – 25 of 1588) sorted by relevance

12345678910>>...64

/Zephyr-latest/include/zephyr/sys/
Dcbprintf_cxx.h12 static inline int z_cbprintf_cxx_is_pchar(char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar()
18 static inline int z_cbprintf_cxx_is_pchar(const char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar()
23 static inline int z_cbprintf_cxx_is_pchar(volatile char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar()
29 static inline int z_cbprintf_cxx_is_pchar(const volatile char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar()
35 static inline int z_cbprintf_cxx_is_pchar(unsigned char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar()
41 static inline int z_cbprintf_cxx_is_pchar(const unsigned char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar()
46 static inline int z_cbprintf_cxx_is_pchar(volatile unsigned char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar()
52 static inline int z_cbprintf_cxx_is_pchar(const volatile unsigned char *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar()
57 static inline int z_cbprintf_cxx_is_pchar(wchar_t *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar()
63 static inline int z_cbprintf_cxx_is_pchar(const wchar_t *, bool const_as_fixed) in z_cbprintf_cxx_is_pchar()
[all …]
Datomic_builtin.h23 static inline bool atomic_cas(atomic_t *target, atomic_val_t old_value, in atomic_cas()
31 static inline bool atomic_ptr_cas(atomic_ptr_t *target, atomic_ptr_val_t old_value, in atomic_ptr_cas()
39 static inline atomic_val_t atomic_add(atomic_t *target, atomic_val_t value) in atomic_add()
44 static inline atomic_val_t atomic_sub(atomic_t *target, atomic_val_t value) in atomic_sub()
49 static inline atomic_val_t atomic_inc(atomic_t *target) in atomic_inc()
54 static inline atomic_val_t atomic_dec(atomic_t *target) in atomic_dec()
59 static inline atomic_val_t atomic_get(const atomic_t *target) in atomic_get()
64 static inline atomic_ptr_val_t atomic_ptr_get(const atomic_ptr_t *target) in atomic_ptr_get()
69 static inline atomic_val_t atomic_set(atomic_t *target, atomic_val_t value) in atomic_set()
78 static inline atomic_ptr_val_t atomic_ptr_set(atomic_ptr_t *target, atomic_ptr_val_t value) in atomic_ptr_set()
[all …]
Dmath_extras_impl.h9 * @brief Inline implementation of functions declared in math_extras.h.
32 static inline bool u16_add_overflow(uint16_t a, uint16_t b, uint16_t *result) in u16_add_overflow()
37 static inline bool u32_add_overflow(uint32_t a, uint32_t b, uint32_t *result) in u32_add_overflow()
42 static inline bool u64_add_overflow(uint64_t a, uint64_t b, uint64_t *result) in u64_add_overflow()
47 static inline bool size_add_overflow(size_t a, size_t b, size_t *result) in size_add_overflow()
52 static inline bool u16_add_overflow(uint16_t a, uint16_t b, uint16_t *result) in u16_add_overflow()
61 static inline bool u32_add_overflow(uint32_t a, uint32_t b, uint32_t *result) in u32_add_overflow()
70 static inline bool u64_add_overflow(uint64_t a, uint64_t b, uint64_t *result) in u64_add_overflow()
79 static inline bool size_add_overflow(size_t a, size_t b, size_t *result) in size_add_overflow()
90 static inline bool u16_mul_overflow(uint16_t a, uint16_t b, uint16_t *result) in u16_mul_overflow()
[all …]
/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.h195 static inline void ctf_top_thread_switched_out(uint32_t thread_id, in ctf_top_thread_switched_out()
202 static inline void ctf_top_thread_switched_in(uint32_t thread_id, in ctf_top_thread_switched_in()
209 static inline void ctf_top_thread_priority_set(uint32_t thread_id, int8_t prio, in ctf_top_thread_priority_set()
216 static inline void ctf_top_thread_create(uint32_t thread_id, int8_t prio, in ctf_top_thread_create()
223 static inline void ctf_top_thread_abort(uint32_t thread_id, in ctf_top_thread_abort()
230 static inline void ctf_top_thread_suspend(uint32_t thread_id, in ctf_top_thread_suspend()
237 static inline void ctf_top_thread_resume(uint32_t thread_id, in ctf_top_thread_resume()
244 static inline void ctf_top_thread_ready(uint32_t thread_id, in ctf_top_thread_ready()
251 static inline void ctf_top_thread_pend(uint32_t thread_id, in ctf_top_thread_pend()
258 static inline void ctf_top_thread_info(uint32_t thread_id, in ctf_top_thread_info()
[all …]
/Zephyr-latest/subsys/dsp/arcmwdt/public/
Dzdsp_backend.h22 static inline void zdsp_mult_q7(const DSP_DATA q7_t *src_a, const DSP_DATA q7_t *src_b, in zdsp_mult_q7()
27 static inline void zdsp_mult_q15(const DSP_DATA q15_t *src_a, const DSP_DATA q15_t *src_b, in zdsp_mult_q15()
32 static inline void zdsp_mult_q31(const DSP_DATA q31_t *src_a, const DSP_DATA q31_t *src_b, in zdsp_mult_q31()
37 static inline void zdsp_mult_f32(const DSP_DATA float32_t *src_a, const DSP_DATA float32_t *src_b, in zdsp_mult_f32()
43 static inline void zdsp_add_q7(const DSP_DATA q7_t *src_a, const DSP_DATA q7_t *src_b, in zdsp_add_q7()
48 static inline void zdsp_add_q15(const DSP_DATA q15_t *src_a, const DSP_DATA q15_t *src_b, in zdsp_add_q15()
53 static inline void zdsp_add_q31(const DSP_DATA q31_t *src_a, const DSP_DATA q31_t *src_b, in zdsp_add_q31()
58 static inline void zdsp_add_f32(const DSP_DATA float32_t *src_a, const DSP_DATA float32_t *src_b, in zdsp_add_f32()
64 static inline void zdsp_sub_q7(const DSP_DATA q7_t *src_a, const DSP_DATA q7_t *src_b, in zdsp_sub_q7()
69 static inline void zdsp_sub_q15(const DSP_DATA q15_t *src_a, const DSP_DATA q15_t *src_b, in zdsp_sub_q15()
[all …]
/Zephyr-latest/subsys/dsp/cmsis/public/
Dzdsp_backend.h19 static inline void zdsp_mult_q7(const q7_t *src_a, const q7_t *src_b, q7_t *dst, in zdsp_mult_q7()
24 static inline void zdsp_mult_q15(const q15_t *src_a, const q15_t *src_b, q15_t *dst, in zdsp_mult_q15()
29 static inline void zdsp_mult_q31(const q31_t *src_a, const q31_t *src_b, q31_t *dst, in zdsp_mult_q31()
34 static inline void zdsp_mult_f32(const float32_t *src_a, const float32_t *src_b, float32_t *dst, in zdsp_mult_f32()
40 static inline void zdsp_add_q7(const q7_t *src_a, const q7_t *src_b, q7_t *dst, uint32_t block_size) in zdsp_add_q7()
44 static inline void zdsp_add_q15(const q15_t *src_a, const q15_t *src_b, q15_t *dst, in zdsp_add_q15()
49 static inline void zdsp_add_q31(const q31_t *src_a, const q31_t *src_b, q31_t *dst, in zdsp_add_q31()
54 static inline void zdsp_add_f32(const float32_t *src_a, const float32_t *src_b, float32_t *dst, in zdsp_add_f32()
60 static inline void zdsp_sub_q7(const q7_t *src_a, const q7_t *src_b, q7_t *dst, uint32_t block_size) in zdsp_sub_q7()
64 static inline void zdsp_sub_q15(const q15_t *src_a, const q15_t *src_b, q15_t *dst, in zdsp_sub_q15()
[all …]
Dzdsp_backend_f16.h19 static inline void zdsp_mult_f16(const float16_t *src_a, const float16_t *src_b, float16_t *dst, in zdsp_mult_f16()
25 static inline void zdsp_add_f16(const float16_t *src_a, const float16_t *src_b, float16_t *dst, in zdsp_add_f16()
31 static inline void zdsp_sub_f16(const float16_t *src_a, const float16_t *src_b, float16_t *dst, in zdsp_sub_f16()
37 static inline void zdsp_scale_f16(const float16_t *src, float16_t scale, float16_t *dst, in zdsp_scale_f16()
43 static inline void zdsp_abs_f16(const float16_t *src, float16_t *dst, uint32_t block_size) in zdsp_abs_f16()
48 static inline void zdsp_dot_prod_f16(const float16_t *src_a, const float16_t *src_b, in zdsp_dot_prod_f16()
54 static inline void zdsp_offset_f16(const float16_t *src, float16_t offset, float16_t *dst, in zdsp_offset_f16()
60 static inline void zdsp_negate_f16(const float16_t *src, float16_t *dst, uint32_t block_size) in zdsp_negate_f16()
65 static inline void zdsp_clip_f16(const float16_t *src, float16_t *dst, float16_t low, in zdsp_clip_f16()
/Zephyr-latest/modules/thrift/src/thrift/protocol/
DTBinaryProtocol.h94 inline uint32_t writeStructBegin(const char *name);
96 inline uint32_t writeStructEnd();
98 inline uint32_t writeFieldBegin(const char *name, const TType fieldType,
101 inline uint32_t writeFieldEnd();
103 inline uint32_t writeFieldStop();
105 inline uint32_t writeMapBegin(const TType keyType, const TType valType,
108 inline uint32_t writeMapEnd();
110 inline uint32_t writeListBegin(const TType elemType, const uint32_t size);
112 inline uint32_t writeListEnd();
114 inline uint32_t writeSetBegin(const TType elemType, const uint32_t size);
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv_pdu.h27 static inline void lll_adv_pdu_enqueue(struct lll_adv_pdu *pdu, uint8_t idx) in lll_adv_pdu_enqueue()
35 static inline struct pdu_adv *lll_adv_data_alloc(struct lll_adv *lll, in lll_adv_data_alloc()
41 static inline void lll_adv_data_enqueue(struct lll_adv *lll, uint8_t idx) in lll_adv_data_enqueue()
46 static inline struct pdu_adv *lll_adv_data_peek(struct lll_adv *lll) in lll_adv_data_peek()
51 static inline struct pdu_adv *lll_adv_data_curr_get(struct lll_adv *lll) in lll_adv_data_curr_get()
56 static inline struct pdu_adv *lll_adv_scan_rsp_alloc(struct lll_adv *lll, in lll_adv_scan_rsp_alloc()
62 static inline void lll_adv_scan_rsp_enqueue(struct lll_adv *lll, uint8_t idx) in lll_adv_scan_rsp_enqueue()
67 static inline struct pdu_adv *lll_adv_scan_rsp_peek(const struct lll_adv *lll) in lll_adv_scan_rsp_peek()
72 static inline struct pdu_adv *
88 static inline struct pdu_adv *
[all …]
Dlll_prof_internal.h17 static inline void lll_prof_enter_radio(void) {} in lll_prof_enter_radio()
18 static inline void lll_prof_exit_radio(void) {} in lll_prof_exit_radio()
19 static inline void lll_prof_enter_lll(void) {} in lll_prof_enter_lll()
20 static inline void lll_prof_exit_lll(void) {} in lll_prof_exit_lll()
21 static inline void lll_prof_enter_ull_high(void) {} in lll_prof_enter_ull_high()
22 static inline void lll_prof_exit_ull_high(void) {} in lll_prof_exit_ull_high()
23 static inline void lll_prof_enter_ull_low(void) {} in lll_prof_enter_ull_low()
24 static inline void lll_prof_exit_ull_low(void) {} in lll_prof_exit_ull_low()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_features.h7 static inline void feature_unmask_features(struct ll_conn *conn, uint64_t ll_feat_mask) in feature_unmask_features()
12 static inline void feature_unmask_peer_features(struct ll_conn *conn, uint64_t ll_feat_mask) in feature_unmask_peer_features()
17 static inline bool feature_le_encryption(struct ll_conn *conn) in feature_le_encryption()
26 static inline bool feature_conn_param_req(struct ll_conn *conn) in feature_conn_param_req()
35 static inline bool feature_ext_rej_ind(struct ll_conn *conn) in feature_ext_rej_ind()
44 static inline bool feature_periph_feat_req(struct ll_conn *conn) in feature_periph_feat_req()
53 static inline bool feature_le_ping(struct ll_conn *conn) in feature_le_ping()
62 static inline bool feature_dle(struct ll_conn *conn) in feature_dle()
71 static inline bool feature_privacy(struct ll_conn *conn) in feature_privacy()
80 static inline bool feature_ext_scan(struct ll_conn *conn) in feature_ext_scan()
[all …]
/Zephyr-latest/subsys/net/ip/
Dnet_stats.h36 static inline void net_stats_update_processing_error(struct net_if *iface) in net_stats_update_processing_error()
41 static inline void net_stats_update_ip_errors_protoerr(struct net_if *iface) in net_stats_update_ip_errors_protoerr()
46 static inline void net_stats_update_ip_errors_vhlerr(struct net_if *iface) in net_stats_update_ip_errors_vhlerr()
51 static inline void net_stats_update_bytes_recv(struct net_if *iface, in net_stats_update_bytes_recv()
57 static inline void net_stats_update_bytes_sent(struct net_if *iface, in net_stats_update_bytes_sent()
73 static inline void net_stats_update_ipv6_sent(struct net_if *iface) in net_stats_update_ipv6_sent()
78 static inline void net_stats_update_ipv6_recv(struct net_if *iface) in net_stats_update_ipv6_recv()
83 static inline void net_stats_update_ipv6_drop(struct net_if *iface) in net_stats_update_ipv6_drop()
96 static inline void net_stats_update_ipv6_nd_sent(struct net_if *iface) in net_stats_update_ipv6_nd_sent()
101 static inline void net_stats_update_ipv6_nd_recv(struct net_if *iface) in net_stats_update_ipv6_nd_recv()
[all …]
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/include/lll/
Dlll_adv_pdu.h11 static inline void lll_adv_pdu_enqueue(struct lll_adv_pdu *pdu, uint8_t idx) in lll_adv_pdu_enqueue()
18 static inline struct pdu_adv *lll_adv_data_alloc(struct lll_adv *lll, uint8_t *idx) in lll_adv_data_alloc()
23 static inline void lll_adv_data_enqueue(struct lll_adv *lll, uint8_t idx) in lll_adv_data_enqueue()
28 static inline struct pdu_adv *lll_adv_data_peek(struct lll_adv *lll) in lll_adv_data_peek()
33 static inline struct pdu_adv *lll_adv_data_curr_get(struct lll_adv *lll) in lll_adv_data_curr_get()
38 static inline struct pdu_adv *lll_adv_scan_rsp_alloc(struct lll_adv *lll, uint8_t *idx) in lll_adv_scan_rsp_alloc()
43 static inline void lll_adv_scan_rsp_enqueue(struct lll_adv *lll, uint8_t idx) in lll_adv_scan_rsp_enqueue()
48 static inline struct pdu_adv *lll_adv_scan_rsp_peek(struct lll_adv *lll) in lll_adv_scan_rsp_peek()
54 static inline struct pdu_adv *lll_adv_aux_data_alloc(struct lll_adv_aux *lll, uint8_t *idx) in lll_adv_aux_data_alloc()
59 static inline void lll_adv_aux_data_enqueue(struct lll_adv_aux *lll, uint8_t idx) in lll_adv_aux_data_enqueue()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf51.h34 static inline void hal_radio_reset(void) in hal_radio_reset()
40 static inline void hal_radio_stop(void) in hal_radio_stop()
46 static inline void hal_radio_ram_prio_setup(void) in hal_radio_ram_prio_setup()
50 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get()
69 static inline uint32_t hal_radio_tx_power_min_get(void) in hal_radio_tx_power_min_get()
74 static inline uint32_t hal_radio_tx_power_max_get(void) in hal_radio_tx_power_max_get()
79 static inline uint32_t hal_radio_tx_power_floor(int8_t tx_power_lvl) in hal_radio_tx_power_floor()
113 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get()
120 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get()
127 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get()
[all …]
/Zephyr-latest/drivers/auxdisplay/
Dauxdisplay_handlers.c10 static inline int z_vrfy_auxdisplay_display_on(const struct device *dev) in z_vrfy_auxdisplay_display_on()
17 static inline int z_vrfy_auxdisplay_display_off(const struct device *dev) in z_vrfy_auxdisplay_display_off()
24 static inline int z_vrfy_auxdisplay_cursor_set_enabled(const struct device *dev, bool enabled) in z_vrfy_auxdisplay_cursor_set_enabled()
31 static inline int z_vrfy_auxdisplay_position_blinking_set_enabled(const struct device *dev, in z_vrfy_auxdisplay_position_blinking_set_enabled()
39 static inline int z_vrfy_auxdisplay_cursor_shift_set(const struct device *dev, uint8_t direction, in z_vrfy_auxdisplay_cursor_shift_set()
47 static inline int z_vrfy_auxdisplay_cursor_position_set(const struct device *dev, in z_vrfy_auxdisplay_cursor_position_set()
56 static inline int z_vrfy_auxdisplay_cursor_position_get(const struct device *dev, int16_t *x, in z_vrfy_auxdisplay_cursor_position_get()
64 static inline int z_vrfy_auxdisplay_display_position_set(const struct device *dev, in z_vrfy_auxdisplay_display_position_set()
73 static inline int z_vrfy_auxdisplay_display_position_get(const struct device *dev, int16_t *x, in z_vrfy_auxdisplay_display_position_get()
81 static inline int z_vrfy_auxdisplay_capabilities_get(const struct device *dev, in z_vrfy_auxdisplay_capabilities_get()
[all …]
/Zephyr-latest/kernel/include/
Dkthread.h46 static inline void thread_schedule_new(struct k_thread *thread, k_timeout_t delay) in thread_schedule_new()
60 static inline int thread_is_preemptible(struct k_thread *thread) in thread_is_preemptible()
67 static inline int thread_is_metairq(struct k_thread *thread) in thread_is_metairq()
79 static inline bool is_thread_dummy(struct k_thread *thread) in is_thread_dummy()
86 static inline bool z_is_thread_suspended(struct k_thread *thread) in z_is_thread_suspended()
91 static inline bool z_is_thread_pending(struct k_thread *thread) in z_is_thread_pending()
96 static inline bool z_is_thread_prevented_from_running(struct k_thread *thread) in z_is_thread_prevented_from_running()
104 static inline bool z_is_thread_timeout_active(struct k_thread *thread) in z_is_thread_timeout_active()
109 static inline bool z_is_thread_ready(struct k_thread *thread) in z_is_thread_ready()
115 static inline bool z_is_thread_state_set(struct k_thread *thread, uint32_t state) in z_is_thread_state_set()
[all …]
/Zephyr-latest/arch/arm/core/mpu/cortex_a_r/
Darm_mpu_internal.h11 static inline uint8_t get_num_regions(void) in get_num_regions()
22 static inline uint32_t get_region_attributes(void) in get_region_attributes()
30 static inline uint32_t get_region_base_address(void) in get_region_base_address()
38 static inline uint32_t get_region_size(void) in get_region_size()
46 static inline void set_region_attributes(uint32_t attr) in set_region_attributes()
51 static inline void set_region_base_address(uint32_t addr) in set_region_base_address()
56 static inline void set_region_number(uint32_t index) in set_region_number()
61 static inline uint32_t mpu_region_get_base(uint32_t index) in mpu_region_get_base()
72 static inline uint32_t mpu_rasr_size_to_size(uint32_t rasr_size) in mpu_rasr_size_to_size()
77 static inline void set_region_size(uint32_t size) in set_region_size()
[all …]
/Zephyr-latest/subsys/shell/
Dshell_ops.h18 static inline void z_shell_raw_fprintf(const struct shell_fprintf *const ctx, in z_shell_raw_fprintf()
53 static inline bool z_flag_insert_mode_get(const struct shell *sh) in z_flag_insert_mode_get()
58 static inline bool z_flag_insert_mode_set(const struct shell *sh, bool val) in z_flag_insert_mode_set()
66 static inline bool z_flag_use_colors_get(const struct shell *sh) in z_flag_use_colors_get()
71 static inline bool z_flag_use_colors_set(const struct shell *sh, bool val) in z_flag_use_colors_set()
79 static inline bool z_flag_use_vt100_get(const struct shell *sh) in z_flag_use_vt100_get()
84 static inline bool z_flag_use_vt100_set(const struct shell *sh, bool val) in z_flag_use_vt100_set()
92 static inline bool z_flag_echo_get(const struct shell *sh) in z_flag_echo_get()
97 static inline bool z_flag_echo_set(const struct shell *sh, bool val) in z_flag_echo_set()
105 static inline bool z_flag_obscure_get(const struct shell *sh) in z_flag_obscure_get()
[all …]
/Zephyr-latest/drivers/can/
Dcan_handlers.c26 static inline int z_vrfy_can_set_timing(const struct device *dev, in z_vrfy_can_set_timing()
38 static inline int z_vrfy_can_get_core_clock(const struct device *dev, in z_vrfy_can_get_core_clock()
48 static inline uint32_t z_vrfy_can_get_bitrate_min(const struct device *dev) in z_vrfy_can_get_bitrate_min()
56 static inline uint32_t z_vrfy_can_get_bitrate_max(const struct device *dev) in z_vrfy_can_get_bitrate_max()
64 static inline const struct can_timing *z_vrfy_can_get_timing_min(const struct device *dev) in z_vrfy_can_get_timing_min()
72 static inline const struct can_timing *z_vrfy_can_get_timing_max(const struct device *dev) in z_vrfy_can_get_timing_max()
98 static inline const struct can_timing *z_vrfy_can_get_timing_data_min(const struct device *dev) in z_vrfy_can_get_timing_data_min()
106 static inline const struct can_timing *z_vrfy_can_get_timing_data_max(const struct device *dev) in z_vrfy_can_get_timing_data_max()
114 static inline int z_vrfy_can_set_timing_data(const struct device *dev, in z_vrfy_can_set_timing_data()
126 static inline int z_vrfy_can_set_bitrate_data(const struct device *dev, in z_vrfy_can_set_bitrate_data()
[all …]
/Zephyr-latest/lib/heap/
Dheap.h80 static inline bool big_heap_chunks(chunksz_t chunks) in big_heap_chunks()
91 static inline bool big_heap_bytes(size_t bytes) in big_heap_bytes()
96 static inline bool big_heap(struct z_heap *h) in big_heap()
101 static inline chunk_unit_t *chunk_buf(struct z_heap *h) in chunk_buf()
107 static inline chunkid_t chunk_field(struct z_heap *h, chunkid_t c, in chunk_field()
120 static inline void chunk_set(struct z_heap *h, chunkid_t c, in chunk_set()
137 static inline bool chunk_used(struct z_heap *h, chunkid_t c) in chunk_used()
142 static inline chunksz_t chunk_size(struct z_heap *h, chunkid_t c) in chunk_size()
147 static inline void set_chunk_used(struct z_heap *h, chunkid_t c, bool used) in set_chunk_used()
172 static inline void set_chunk_size(struct z_heap *h, chunkid_t c, chunksz_t size) in set_chunk_size()
[all …]
/Zephyr-latest/lib/libc/minimal/include/
Dctype.h16 static inline int isupper(int a) in isupper()
21 static inline int isalpha(int c) in isalpha()
26 static inline int isspace(int c) in isspace()
31 static inline int isgraph(int c) in isgraph()
37 static inline int isprint(int c) in isprint()
43 static inline int isdigit(int a) in isdigit()
48 static inline int isxdigit(int a) in isxdigit()
56 static inline int tolower(int chr) in tolower()
61 static inline int toupper(int chr) in toupper()
67 static inline int isalnum(int chr) in isalnum()
[all …]
/Zephyr-latest/tests/bluetooth/audio/mocks/include/
Dbap_stream_expects.h33 static inline void expect_bt_bap_stream_ops_configured_not_called(void) in expect_bt_bap_stream_ops_configured_not_called()
40 static inline void expect_bt_bap_stream_ops_qos_set_called_once(struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_qos_set_called_once()
52 static inline void expect_bt_bap_stream_ops_qos_set_not_called(void) in expect_bt_bap_stream_ops_qos_set_not_called()
59 static inline void expect_bt_bap_stream_ops_enabled_called_once(struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_enabled_called_once()
71 static inline void expect_bt_bap_stream_ops_enabled_not_called(void) in expect_bt_bap_stream_ops_enabled_not_called()
78 static inline void expect_bt_bap_stream_ops_metadata_updated_called_once( in expect_bt_bap_stream_ops_metadata_updated_called_once()
91 static inline void expect_bt_bap_stream_ops_metadata_updated_not_called(void) in expect_bt_bap_stream_ops_metadata_updated_not_called()
98 static inline void expect_bt_bap_stream_ops_disabled_called_once(struct bt_bap_stream *stream) in expect_bt_bap_stream_ops_disabled_called_once()
110 static inline void expect_bt_bap_stream_ops_disabled_not_called(void) in expect_bt_bap_stream_ops_disabled_not_called()
117 static inline void expect_bt_bap_stream_ops_released_called(const struct bt_bap_stream *streams[], in expect_bt_bap_stream_ops_released_called()
[all …]
/Zephyr-latest/drivers/virtualization/
Dvirt_ivshmem_handlers.c11 static inline size_t z_vrfy_ivshmem_get_mem(const struct device *dev, in z_vrfy_ivshmem_get_mem()
21 static inline uint32_t z_vrfy_ivshmem_get_id(const struct device *dev) in z_vrfy_ivshmem_get_id()
29 static inline uint16_t z_vrfy_ivshmem_get_vectors(const struct device *dev) in z_vrfy_ivshmem_get_vectors()
37 static inline int z_vrfy_ivshmem_int_peer(const struct device *dev, in z_vrfy_ivshmem_int_peer()
46 static inline int z_vrfy_ivshmem_register_handler(const struct device *dev, in z_vrfy_ivshmem_register_handler()
59 static inline size_t z_vrfy_ivshmem_get_rw_mem_section(const struct device *dev, in z_vrfy_ivshmem_get_rw_mem_section()
69 static inline size_t z_vrfy_ivshmem_get_output_mem_section(const struct device *dev, in z_vrfy_ivshmem_get_output_mem_section()
80 static inline uint32_t z_vrfy_ivshmem_get_state(const struct device *dev, in z_vrfy_ivshmem_get_state()
89 static inline int z_vrfy_ivshmem_set_state(const struct device *dev, in z_vrfy_ivshmem_set_state()
98 static inline uint32_t z_vrfy_ivshmem_get_max_peers(const struct device *dev) in z_vrfy_ivshmem_get_max_peers()
[all …]
/Zephyr-latest/include/zephyr/net/
Dnet_pkt.h356 static inline struct net_linkaddr *net_pkt_lladdr_if(struct net_pkt *pkt) in net_pkt_lladdr_if()
361 static inline struct net_context *net_pkt_context(struct net_pkt *pkt) in net_pkt_context()
366 static inline void net_pkt_set_context(struct net_pkt *pkt, in net_pkt_set_context()
372 static inline struct net_if *net_pkt_iface(struct net_pkt *pkt) in net_pkt_iface()
377 static inline void net_pkt_set_iface(struct net_pkt *pkt, struct net_if *iface) in net_pkt_set_iface()
393 static inline struct net_if *net_pkt_orig_iface(struct net_pkt *pkt) in net_pkt_orig_iface()
402 static inline void net_pkt_set_orig_iface(struct net_pkt *pkt, in net_pkt_set_orig_iface()
413 static inline uint8_t net_pkt_family(struct net_pkt *pkt) in net_pkt_family()
418 static inline void net_pkt_set_family(struct net_pkt *pkt, uint8_t family) in net_pkt_set_family()
423 static inline bool net_pkt_is_ptp(struct net_pkt *pkt) in net_pkt_is_ptp()
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_adv_pdu.h14 static inline void lll_adv_pdu_enqueue(struct lll_adv_pdu *pdu, uint8_t idx) in lll_adv_pdu_enqueue()
21 static inline struct pdu_adv *lll_adv_data_alloc(struct lll_adv *lll, in lll_adv_data_alloc()
27 static inline void lll_adv_data_enqueue(struct lll_adv *lll, uint8_t idx) in lll_adv_data_enqueue()
32 static inline struct pdu_adv *lll_adv_data_peek(struct lll_adv *lll) in lll_adv_data_peek()
37 static inline struct pdu_adv *lll_adv_scan_rsp_alloc(struct lll_adv *lll, in lll_adv_scan_rsp_alloc()
43 static inline void lll_adv_scan_rsp_enqueue(struct lll_adv *lll, uint8_t idx) in lll_adv_scan_rsp_enqueue()
48 static inline struct pdu_adv *lll_adv_scan_rsp_peek(struct lll_adv *lll) in lll_adv_scan_rsp_peek()

12345678910>>...64