/Zephyr-Core-2.7.6/include/net/ |
D | dns_sd.h | 109 #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
|
D | openthread.h | 46 otInstance *instance; member
|
D | ethernet_bridge.h | 59 struct eth_bridge *instance; member
|
D | net_if.h | 2332 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/ |
D | harness.py | 36 def configure(self, instance): argument 71 def configure(self, instance): argument 129 def configure(self, instance): argument
|
D | twisterlib.py | 378 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/ |
D | ticker.c | 387 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/ |
D | adv_ext.c | 55 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/ |
D | cmsis_thread.c | 42 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/ |
D | clock_control_mcux_ccm_rev2.c | 35 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/ |
D | ticker.c | 52 void *instance) in hal_ticker_instance0_sched()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | ticker.c | 52 void *instance) in hal_ticker_instance0_sched()
|
/Zephyr-Core-2.7.6/doc/guides/west/ |
D | west-apis.rst | 179 .. _west-apis-log:
|
/Zephyr-Core-2.7.6/subsys/net/l2/openthread/ |
D | openthread.c | 146 void otPlatRadioGetIeeeEui64(otInstance *instance, uint8_t *ieee_eui64) in otPlatRadioGetIeeeEui64() 153 void otTaskletsSignalPending(otInstance *instance) in otTaskletsSignalPending()
|
/Zephyr-Core-2.7.6/include/usb/ |
D | usb_device.h | 55 #define USBD_CLASS_DESCR_DEFINE(p, instance) \ argument
|
/Zephyr-Core-2.7.6/subsys/ipc/ipc_service/backends/ |
D | ipc_rpmsg_multi_instance.c | 105 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/ |
D | dns_sd.c | 140 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/ |
D | rpmsg_multi_instance.h | 128 unsigned int instance; member
|
/Zephyr-Core-2.7.6/subsys/bluetooth/services/ots/ |
D | ots.c | 510 struct bt_ots *instance; in bt_gatt_ots_instances_prepare() local
|
/Zephyr-Core-2.7.6/subsys/net/lib/openthread/platform/ |
D | radio.c | 355 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/ |
D | main.c | 772 char instance[DNS_SD_INSTANCE_MAX_SIZE + 1]; in test_extract_service_type_enumeration() local
|
/Zephyr-Core-2.7.6/drivers/gpio/ |
D | gpio_pca95xx.c | 102 const struct device *instance; member
|