Home
last modified time | relevance | path

Searched refs:func (Results 451 – 475 of 513) sorted by relevance

1...<<1112131415161718192021

/Zephyr-latest/subsys/bluetooth/host/
Dconn.c1427 void (*func)(struct bt_conn *conn, void *data), in bt_conn_foreach()
1445 func(conn, data); in bt_conn_foreach()
1457 func(conn, data); in bt_conn_foreach()
1473 func(conn, data); in bt_conn_foreach()
1594 const char *func, int line) in bt_conn_create_pdu_timeout_debug() argument
1624 buf = net_buf_alloc_fixed_debug(pool, K_NO_WAIT, func, line); in bt_conn_create_pdu_timeout_debug()
1631 buf = net_buf_alloc_fixed_debug(pool, timeout, func, in bt_conn_create_pdu_timeout_debug()
1639 buf = net_buf_alloc_fixed_debug(pool, timeout, func, in bt_conn_create_pdu_timeout_debug()
Dl2cap.c198 const char *func, int line) in bt_l2cap_chan_set_state_debug() argument
212 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_chan_set_state_debug()
217 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_chan_set_state_debug()
223 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_chan_set_state_debug()
229 LOG_WRN("%s()%d: invalid transition", func, line); in bt_l2cap_chan_set_state_debug()
233 LOG_ERR("%s()%d: unknown (%u) state was set", func, line, state); in bt_l2cap_chan_set_state_debug()
/Zephyr-latest/doc/services/logging/
Dcs_stm.rst58 STM infrastructure readiness is notified (:c:func:`log_frontend_stmesp_etr_ready`) then RAM buffer
68 * :c:func:`log_frontend_stmesp_tp` - It accepts single argument - index. Index is between
70 * :c:func:`log_frontend_stmesp_tp_d32` - It accepts two arguments - index and user data.
/Zephyr-latest/scripts/
Dcheckpatch.pl5735 my $func = $1;
5737 "$func(NULL) is safe and this check is probably not required\n" . $hereprev) &&
5747 if ($lines[$linenr - 1] =~ /^\+(\t+)$func\s*\(\s*$tested\s*\)\s*;\s*$/) {
5881 my $func = $constant_func;
5882 $func =~ s/^__constant_//;
5884 "$constant_func should be $func\n" . $herecurr) &&
5886 $fixed[$fixlinenr] =~ s/\b$constant_func\b/$func/g;
6782 my $func = $entry->[0];
6794 my $test = "\\b$func\\s*\\(${skip_args}($FuncArg(?:\\|\\s*$FuncArg)*)\\s*[,\\)]";
6798 if (!($func =~ /^(?:module_param|proc_create)/ && $val eq "0") &&
/Zephyr-latest/doc/services/llext/
Dconfig.rst81 before it can be used again in a call to :c:func:`llext_load`.
/Zephyr-latest/samples/drivers/clock_control_litex/
DREADME.rst50 …litex_clk_setup` onto :c:type:`clock_control_subsys_t` and use it with :c:func:`clock_control_on()…
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dble.c492 discov_param.func = discover_func; in ble_timeout()
/Zephyr-latest/subsys/usb/device/class/netusb/
Dfunction_rndis.c1007 } __packed func[1]; member
1017 .func = {
/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.c122 void bt_mesh_model_foreach(void (*func)(const struct bt_mesh_model *mod, in bt_mesh_model_foreach()
136 func(model, elem, false, i == 0, user_data); in bt_mesh_model_foreach()
142 func(model, elem, true, i == 0, user_data); in bt_mesh_model_foreach()
999 for (op = mod->op; op->func; op++) { in bt_mesh_vnd_mod_msg_cid_check()
1426 for (op = (*model)->op; op->func; op++) { in find_op()
1513 err = op->func(model, ctx, buf); in element_model_recv()
Dcdb.c996 void bt_mesh_cdb_node_foreach(bt_mesh_cdb_node_func_t func, void *user_data) in bt_mesh_cdb_node_foreach() argument
1005 if (func(&bt_mesh_cdb.nodes[i], user_data) == in bt_mesh_cdb_node_foreach()
Dpb_adv.c701 void (*func)(struct prov_rx *rx, struct net_buf_simple *buf); member
724 gen_prov[GPCF(rx->gpc)].func(rx, buf); in gen_prov_recv()
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst264 :c:func:`native_rtc_adjust_clock()`.
332 or to adjust it dynamically with the function :c:func:`native_rtc_offset`.
338 The time can be queried with the functions :c:func:`native_rtc_gettime_us`
339 and :c:func:`native_rtc_gettime`. Both accept as parameter the clock source:
359 An entropy device based on the host :c:func:`random` API.
613 redirect any :c:func:`printk` write to the native host application's
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst115 :c:func:`bt_le_whitelist_add`
116 :c:func:`bt_le_whitelist_rem`
117 :c:func:`bt_le_whitelist_clear`
119 :c:func:`bt_le_filter_accept_list_add`
120 :c:func:`bt_le_filter_accept_list_remove`
121 :c:func:`bt_le_filter_accept_list_clear`
608 * Fixed :c:func:`coap_packet_get_payload` function.
610 * Improved :c:func:`coap_packet_get_payload` function to minimize number
663 * Introduced :c:func:`net_pkt_remove_tail` function.
676 * Fixed a bug in :c:func:`mqtt_abort`, where the function could return without
[all …]
/Zephyr-latest/boards/native/doc/
Darch_soc.rst158 compiled call to :c:func:`k_cpu_idle` if you are waiting for an
159 interrupt, or a call to :c:func:`k_busy_wait` with some small delay in
431 initialization of the arch layer, and calling into the Zephyr boot (:c:func:`z_cstart()`) during
465 :c:func:`arch_busy_wait()` and an special fake HW timer provided by the native simulator.
/Zephyr-latest/doc/build/dts/
Dhowtos.rst122 (This check is done for you by :c:func:`device_get_binding`.)
126 ``struct device`` by combining :c:func:`device_get_binding` with the device
135 :c:func:`uart_configure`. Similar code will work for other device types; just
172 help in such situations. Note that you can also use :c:func:`device_get_binding`
/Zephyr-latest/samples/subsys/zbus/priority_boost/
DREADME.rst32 The developer must use the :c:func:`zbus_obs_attach_to_thread` function to ensure a proper
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst61 :c:func:`ipc_service_open_instance` function.
/Zephyr-latest/doc/hardware/arch/
Dx86.rst41 cleared in :c:func:`z_x86_mmu_init()`, effectively removing
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c343 discover_params.func = discover_func; in subscribe_to_service()
/Zephyr-latest/modules/openthread/platform/
Dble.c253 .func = on_sent}; in otPlatBleGattServerIndicate()
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst221 the :c:func:`device_get_binding`. Note that there is no HID device API as such,
227 and the report descriptor must be registered using :c:func:`usb_hid_register_device`.
389 using :c:func:`usb_bos_register_cap`. Registered descriptors are added to the root
435 For the loopback class driver, :c:func:`loopback_vendor_handler` processes
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h384 int (*const func)(const struct bt_mesh_model *model, member
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_cli.rst114 The BLOB transfer is started by calling :c:func:`bt_mesh_blob_cli_send` function, which (in addition
/Zephyr-latest/tests/drivers/counter/counter_basic_api/src/
Dtest_counter.c199 static void test_all_instances(counter_test_func_t func, in test_all_instances() argument
210 func(devices[i]); in test_all_instances()
/Zephyr-latest/drivers/modem/
Dquectel-bg9x.c81 const char *desc, const char *func) in modem_atoi() argument
89 func); in modem_atoi()

1...<<1112131415161718192021