Home
last modified time | relevance | path

Searched defs:instance (Results 1 – 22 of 22) sorted by relevance

/Zephyr-Core-2.7.6/include/net/
Ddns_sd.h109 #define DNS_SD_REGISTER_SERVICE(id, instance, service, proto, domain, \ argument
161 #define DNS_SD_REGISTER_TCP_SERVICE(id, instance, service, domain, text, \ argument
192 #define DNS_SD_REGISTER_UDP_SERVICE(id, instance, service, domain, text, \ argument
223 const char *instance; member
Dopenthread.h46 otInstance *instance; member
Dethernet_bridge.h59 struct eth_bridge *instance; member
Dnet_if.h2332 instance, init_fn, pm_control_fn, \ argument
2366 #define NET_DEVICE_INIT_INSTANCE(dev_name, drv_name, instance, init_fn, \ argument
2398 #define NET_DEVICE_DT_DEFINE_INSTANCE(node_id, instance, init_fn, \ argument
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dharness.py36 def configure(self, instance): argument
71 def configure(self, instance): argument
129 def configure(self, instance): argument
Dtwisterlib.py378 def __init__(self, instance, type_str="build"): argument
451 def __init__(self, instance, type_str): argument
610 def __init__(self, instance, type_str): argument
673 def device_is_available(self, instance): argument
916 def __init__(self, instance, type_str): argument
2193 def __init__(self, suite, instance, **kwargs): argument
3306 def calc_one_elf_size(instance): argument
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ticker/
Dticker.c387 static void ticker_by_next_slot_get(struct ticker_instance *instance,
480 static uint8_t ticker_enqueue(struct ticker_instance *instance, uint8_t id)
553 static uint8_t ticker_enqueue(struct ticker_instance *instance, uint8_t id)
649 static uint32_t ticker_dequeue(struct ticker_instance *instance, uint8_t id)
846 struct ticker_instance *instance = param; local
1290 static inline void ticker_job_node_manage(struct ticker_instance *instance,
1381 static inline uint8_t ticker_job_list_manage(struct ticker_instance *instance,
1494 static inline void ticker_job_worker_bh(struct ticker_instance *instance,
1757 static inline uint32_t ticker_job_insert(struct ticker_instance *instance,
1793 static uint8_t ticker_job_reschedule_in_window(struct ticker_instance *instance,
[all …]
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Dadv_ext.c55 struct bt_le_ext_adv *instance; member
224 static void adv_sent(struct bt_le_ext_adv *instance, in adv_sent()
244 static void connected(struct bt_le_ext_adv *instance, in connected()
/Zephyr-Core-2.7.6/subsys/portability/cmsis_rtos_v1/
Dcmsis_thread.c42 uint32_t offset, instance; in z_thread_cmsis_status_mask_clear() local
64 size_t instance; in osThreadCreate() local
/Zephyr-Core-2.7.6/drivers/clock_control/
Dclock_control_mcux_ccm_rev2.c35 uint32_t clock_root, peripheral, instance; in mcux_ccm_get_subsys_rate() local
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Dticker.c52 void *instance) in hal_ticker_instance0_sched()
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Dticker.c52 void *instance) in hal_ticker_instance0_sched()
/Zephyr-Core-2.7.6/doc/guides/west/
Dwest-apis.rst179 .. _west-apis-log:
/Zephyr-Core-2.7.6/subsys/net/l2/openthread/
Dopenthread.c146 void otPlatRadioGetIeeeEui64(otInstance *instance, uint8_t *ieee_eui64) in otPlatRadioGetIeeeEui64()
153 void otTaskletsSignalPending(otInstance *instance) in otTaskletsSignalPending()
/Zephyr-Core-2.7.6/include/usb/
Dusb_device.h55 #define USBD_CLASS_DESCR_DEFINE(p, instance) \ argument
/Zephyr-Core-2.7.6/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_multi_instance.c105 static int get_available_ept_slot(struct ipc_rpmsg_mi_instances *instance) in get_available_ept_slot()
/Zephyr-Core-2.7.6/subsys/net/lib/dns/
Ddns_sd.c140 static bool instance_is_valid(const char *instance) in instance_is_valid()
1131 char instance[DNS_SD_INSTANCE_MAX_SIZE + 1]; in dns_sd_extract_service_proto_domain() local
/Zephyr-Core-2.7.6/include/ipc/
Drpmsg_multi_instance.h128 unsigned int instance; member
/Zephyr-Core-2.7.6/subsys/bluetooth/services/ots/
Dots.c510 struct bt_ots *instance; in bt_gatt_ots_instances_prepare() local
/Zephyr-Core-2.7.6/subsys/net/lib/openthread/platform/
Dradio.c355 static void openthread_handle_received_frame(otInstance *instance, in openthread_handle_received_frame()
395 static void openthread_handle_frame_to_send(otInstance *instance, in openthread_handle_frame_to_send()
/Zephyr-Core-2.7.6/tests/net/lib/dns_sd/src/
Dmain.c772 char instance[DNS_SD_INSTANCE_MAX_SIZE + 1]; in test_extract_service_type_enumeration() local
/Zephyr-Core-2.7.6/drivers/gpio/
Dgpio_pca95xx.c102 const struct device *instance; member