Searched refs:functions (Results 1 – 25 of 41) sorted by relevance
12
119 iter_2 < info->functions[iter]->ctrs->num; in gcov_calculate_buff_size()142 struct gcov_fn_info *functions; in gcov_populate_buffer() local172 functions = info->functions[iter_functions]; in gcov_populate_buffer()185 functions->ident); in gcov_populate_buffer()189 functions->lineno_checksum); in gcov_populate_buffer()193 functions->cfg_checksum); in gcov_populate_buffer()195 counters_per_func = functions->ctrs; in gcov_populate_buffer()237 struct gcov_fn_info *functions; in gcov_reset_counts() local247 functions = info->functions[iter_functions]; in gcov_reset_counts()248 counters_per_func = functions->ctrs; in gcov_reset_counts()
118 struct gcov_fn_info **functions; /* function information */ member
80 if (smpt->functions.ud_copy) { in smp_alloc_rsp()81 smpt->functions.ud_copy(rsp_nb, req_nb); in smp_alloc_rsp()99 if (smpt->functions.ud_free) { in smp_free_buf()100 smpt->functions.ud_free(net_buf_user_data((struct net_buf *)buf)); in smp_free_buf()146 __ASSERT((smpt->functions.output != NULL), in smp_transport_init()149 if (smpt->functions.output == NULL) { in smp_transport_init()218 if (zst->functions.query_valid_check == NULL) { in smp_rx_remove_invalid()234 if (!zst->functions.query_valid_check(nb, arg)) { in smp_rx_remove_invalid()
381 smp_udp_configs.ipv4.smp_transport.functions.output = smp_udp4_tx; in smp_udp_start()382 smp_udp_configs.ipv4.smp_transport.functions.get_mtu = smp_udp_get_mtu; in smp_udp_start()383 smp_udp_configs.ipv4.smp_transport.functions.ud_copy = smp_udp_ud_copy; in smp_udp_start()403 smp_udp_configs.ipv6.smp_transport.functions.output = smp_udp6_tx; in smp_udp_start()404 smp_udp_configs.ipv6.smp_transport.functions.get_mtu = smp_udp_get_mtu; in smp_udp_start()405 smp_udp_configs.ipv6.smp_transport.functions.ud_copy = smp_udp_ud_copy; in smp_udp_start()
100 smp_uart_transport.functions.output = smp_uart_tx_pkt; in smp_uart_init()101 smp_uart_transport.functions.get_mtu = smp_uart_get_mtu; in smp_uart_init()
667 smp_bt_transport.functions.output = smp_bt_tx_pkt; in smp_bt_setup()668 smp_bt_transport.functions.get_mtu = smp_bt_get_mtu; in smp_bt_setup()669 smp_bt_transport.functions.ud_copy = smp_bt_ud_copy; in smp_bt_setup()670 smp_bt_transport.functions.ud_free = smp_bt_ud_free; in smp_bt_setup()671 smp_bt_transport.functions.query_valid_check = smp_bt_query_valid_check; in smp_bt_setup()
32 .functions.output = smp_lorawan_uplink,33 .functions.get_mtu = smp_lorawan_get_mtu,
241 smp_shell_transport.functions.output = smp_shell_tx_pkt; in smp_shell_init()242 smp_shell_transport.functions.get_mtu = smp_shell_get_mtu; in smp_shell_init()
194 smp_dummy_transport.functions.output = smp_dummy_tx_pkt_int; in smp_dummy_init()195 smp_dummy_transport.functions.get_mtu = smp_dummy_get_mtu; in smp_dummy_init()
8 When enabled, timing related functions are compiled. This is15 Hidden option to indicate that timing functions need to be19 to use timing functions.
11 functions on board targets that don't already have one.44 Implement the functions declared in <zephyr/secure_storage/its.h>.91 Implement the functions declared in <zephyr/secure_storage/ps.h>.100 Whether the psa_ps_create() and psa_ps_set_extended() functions are implemented.
42 Implement the functions declared in <zephyr/secure_storage/its/store.h>.
33 bool "Flash check functions"48 prompt "Crypto backend for the flash check functions"
33 Implement the various zephyr DSP functions using the CMSIS-DSP library. This feature50 Implement the various zephyr DSP functions using the MWDT-DSP library. This feature
4 # This library provides a set of functions for creating FUSE structures
11 probed at run-time using several helper functions. Set to `N` if
68 module-str = Log level for utility functions in IP stack69 module-help = Enables utility functions to output debug messages.
46 bool "Use custom marking functions"50 this option allows custom implementation of functions which handle the marking.89 and restore states in these hook functions.
7 Console subsystem and helper functions
358 streamer->smpt->functions.output(rsp); in smp_on_err()443 rc = streamer->smpt->functions.output(rsp); in smp_process_request_packet()
60 implement the following functions: k_mem_paging_eviction_add(),
50 This provides utility functions for Wi-Fi subsystem.
30 Enable structures and functions needed for packet reassembly by SMP backend.
62 bool "Tracing using user-defined functions"64 Use user-defined functions for tracing task switching and irqs
60 When enabled, frontend implements functions which are optimized versions
Completed in 63 milliseconds