Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 25 of 41) sorted by relevance

12

/subsys/testsuite/coverage/
A Dcoverage.c119 iter_2 < info->functions[iter]->ctrs->num; in gcov_calculate_buff_size()
142 struct gcov_fn_info *functions; in gcov_populate_buffer() local
172 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() local
247 functions = info->functions[iter_functions]; in gcov_reset_counts()
248 counters_per_func = functions->ctrs; in gcov_reset_counts()
A Dcoverage.h118 struct gcov_fn_info **functions; /* function information */ member
/subsys/mgmt/mcumgr/transport/src/
A Dsmp.c80 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()
A Dsmp_udp.c381 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()
A Dsmp_uart.c100 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()
A Dsmp_bt.c667 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()
A Dsmp_lorawan.c32 .functions.output = smp_lorawan_uplink,
33 .functions.get_mtu = smp_lorawan_get_mtu,
A Dsmp_shell.c241 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()
A Dsmp_dummy.c194 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()
/subsys/timing/
A DKconfig8 When enabled, timing related functions are compiled. This is
15 Hidden option to indicate that timing functions need to be
19 to use timing functions.
/subsys/secure_storage/
A DKconfig11 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.
A DKconfig.its_store42 Implement the functions declared in <zephyr/secure_storage/its/store.h>.
/subsys/storage/flash_map/
A DKconfig33 bool "Flash check functions"
48 prompt "Crypto backend for the flash check functions"
/subsys/dsp/
A DKconfig33 Implement the various zephyr DSP functions using the CMSIS-DSP library. This feature
50 Implement the various zephyr DSP functions using the MWDT-DSP library. This feature
/subsys/fs/fuse_client/
A DCMakeLists.txt4 # This library provides a set of functions for creating FUSE structures
/subsys/mem_mgmt/
A DKconfig11 probed at run-time using several helper functions. Set to `N` if
/subsys/net/ip/
A DKconfig.debug68 module-str = Log level for utility functions in IP stack
69 module-help = Enables utility functions to output debug messages.
/subsys/pm/
A DKconfig46 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.
/subsys/console/
A DKconfig7 Console subsystem and helper functions
/subsys/mgmt/mcumgr/smp/src/
A Dsmp.c358 streamer->smpt->functions.output(rsp); in smp_on_err()
443 rc = streamer->smpt->functions.output(rsp); in smp_process_request_packet()
/subsys/demand_paging/eviction/
A DKconfig60 implement the following functions: k_mem_paging_eviction_add(),
/subsys/net/l2/
A DKconfig50 This provides utility functions for Wi-Fi subsystem.
/subsys/mgmt/mcumgr/transport/
A DKconfig30 Enable structures and functions needed for packet reassembly by SMP backend.
/subsys/tracing/
A DKconfig62 bool "Tracing using user-defined functions"
64 Use user-defined functions for tracing task switching and irqs
/subsys/logging/
A DKconfig.mode60 When enabled, frontend implements functions which are optimized versions

Completed in 63 milliseconds

12