Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/Zephyr-4.3.0/boards/shields/st_lcd_dsi_mb1835/
Dst_lcd_dsi_mb1835.overlay39 hs-active-high;
40 vs-active-high;
41 de-active-high;
74 hsync-active = <1>;
75 vsync-active = <1>;
76 de-active = <0>;
77 pixelclk-active = <0>;
103 hsync-active = <1>;
104 vsync-active = <1>;
105 de-active = <0>;
[all …]
/Zephyr-4.3.0/subsys/net/lib/zperf/
Dzperf_session.c90 struct session *active = NULL; in get_session() local
102 while (!active && i < SESSION_MAX) { in get_session()
111 active = ptr; in get_session()
121 active = ptr; in get_session()
135 if (!active && free) { in get_session()
136 active = free; in get_session()
139 active->port = addr4->sin_port; in get_session()
140 active->ip.family = NET_AF_INET; in get_session()
141 net_ipaddr_copy(&active->ip.in_addr, &addr4->sin_addr); in get_session()
144 active->port = addr6->sin6_port; in get_session()
[all …]
/Zephyr-4.3.0/subsys/fs/fcb/
Dfcb_append.c63 struct fcb_entry *active; in fcb_append() local
84 active = &fcb->f_active; in fcb_append()
85 if (active->fe_elem_off + len + cnt > active->fe_sector->fs_size) { in fcb_append()
101 rc = fcb_flash_write(fcb, active->fe_sector, active->fe_elem_off, tmp_str, cnt); in fcb_append()
106 append_loc->fe_sector = active->fe_sector; in fcb_append()
107 append_loc->fe_elem_off = active->fe_elem_off; in fcb_append()
108 append_loc->fe_data_off = active->fe_elem_off + cnt; in fcb_append()
110 active->fe_elem_off = append_loc->fe_data_off + len; in fcb_append()
/Zephyr-4.3.0/subsys/bluetooth/audio/
Dcsip_set_coordinator.c67 } active; variable
110 for (size_t i = 0U; i < active.members_count; i++) { in active_members_reset()
111 const struct bt_csip_set_coordinator_set_member *member = active.members[i]; in active_members_reset()
118 (void)memset(&active, 0, sizeof(active)); in active_members_reset()
184 member = active.members[active.members_handled]; in get_next_active_instance()
186 svc_inst = lookup_instance_by_set_info(member, &active.info); in get_next_active_instance()
203 svc_inst_1 = lookup_instance_by_set_info(member_1, &active.info); in member_rank_compare_asc()
204 svc_inst_2 = lookup_instance_by_set_info(member_2, &active.info); in member_rank_compare_asc()
232 (void)memcpy(active.members, members, count * sizeof(members[0U])); in active_members_store_ordered()
233 active.members_count = count; in active_members_store_ordered()
[all …]
/Zephyr-4.3.0/tests/subsys/logging/log_backend_init/src/
Dmain.c24 bool active; member
68 context->active = true; in expire_cb()
84 return context->active ? 0 : -EBUSY; in backend_is_ready()
134 zassert_false(context1.active); in ZTEST()
135 zassert_false(context2.active); in ZTEST()
139 zassert_true(context1.active); in ZTEST()
140 zassert_true(context2.active); in ZTEST()
/Zephyr-4.3.0/subsys/logging/
Dlog_cache.c26 sys_slist_init(&cache->active); in log_cache_init()
60 SYS_SLIST_FOR_EACH_CONTAINER(&cache->active, entry, node) { in log_cache_get()
68 if (&entry->node == sys_slist_peek_tail(&cache->active)) { in log_cache_get()
76 sys_slist_remove(&cache->active, prev_node, &entry->node); in log_cache_get()
77 sys_slist_prepend(&cache->active, &entry->node); in log_cache_get()
87 sys_slist_remove(&cache->active, prev_node, &entry->node); in log_cache_get()
102 sys_slist_prepend(&cache->active, &entry->node); in log_cache_put()
/Zephyr-4.3.0/boards/shields/rk043fn02h_ct/
Drk043fn02h_ct.overlay39 de-active = <1>;
40 pixelclk-active = <1>;
41 hsync-active = <0>;
42 vsync-active = <0>;
/Zephyr-4.3.0/samples/userspace/prod_consumer/src/
Dsample_driver.h25 bool active);
59 __syscall int sample_driver_state_set(const struct device *dev, bool active);
62 bool active) in z_impl_sample_driver_state_set() argument
66 return api->state_set(dev, active); in z_impl_sample_driver_state_set()
Dsample_driver_handlers.c11 int z_vrfy_sample_driver_state_set(const struct device *dev, bool active) in z_vrfy_sample_driver_state_set() argument
17 return z_impl_sample_driver_state_set(dev, active); in z_vrfy_sample_driver_state_set()
/Zephyr-4.3.0/boards/shields/rk043fn66hs_ctg/
Drk043fn66hs_ctg.overlay40 de-active = <1>;
41 pixelclk-active = <1>;
42 hsync-active = <0>;
43 vsync-active = <0>;
/Zephyr-4.3.0/boards/shields/rtk7eka6m3b00001bu/
Drtk7eka6m3b00001bu.overlay43 hsync-active = <0>;
44 vsync-active = <0>;
45 de-active = <1>;
46 pixelclk-active = <0>;
/Zephyr-4.3.0/boards/shields/rtklcdpar1s00001be/
Drtklcdpar1s00001be.overlay43 hsync-active = <0>;
44 vsync-active = <0>;
45 de-active = <1>;
46 pixelclk-active = <0>;
/Zephyr-4.3.0/boards/shields/waveshare_dsi_lcd/boards/
Dfrdm_imx93_mimx9352_a55.overlay39 de-active = <0>;
40 pixelclk-active = <0>;
41 hsync-active = <1>;
42 vsync-active = <1>;
/Zephyr-4.3.0/tests/bluetooth/audio/cap_commander/uut/
Daics.c17 bool active; member
46 if (!aics_clients[i].active) { in bt_aics_client_free_instance_get()
47 aics_clients[i].active = true; in bt_aics_client_free_instance_get()
83 aics_clients[i].active = false; in mock_bt_aics_cleanup()
Dvocs.c18 bool active; member
47 if (!vocs_clients[i].active) { in bt_vocs_client_free_instance_get()
48 vocs_clients[i].active = true; in bt_vocs_client_free_instance_get()
84 vocs_clients[i].active = false; in mock_bt_vocs_cleanup()
/Zephyr-4.3.0/boards/shields/rtkmipilcdb00000be/
Drtkmipilcdb00000be.overlay54 hsync-active = <0>;
55 vsync-active = <0>;
56 de-active = <1>;
57 pixelclk-active = <0>;
/Zephyr-4.3.0/boards/shields/st_b_lcd40_dsi1_mb1166/
Dst_b_lcd40_dsi1_mb1166_a09.overlay42 hsync-active = <0>;
43 vsync-active = <0>;
44 de-active = <0>;
45 pixelclk-active = <0>;
Dst_b_lcd40_dsi1_mb1166.overlay42 hsync-active = <0>;
43 vsync-active = <0>;
44 de-active = <0>;
45 pixelclk-active = <0>;
/Zephyr-4.3.0/boards/shields/arduino_giga_display_shield/boards/
Darduino_giga_r1_m7.overlay41 hsync-active = <1>;
42 vsync-active = <0>;
43 de-active = <0>;
44 pixelclk-active = <0>;
72 de-active-high;
/Zephyr-4.3.0/boards/renesas/da14695_dk_usb/dts/
Dda14695_dk_usb_lcdc.overlay76 hsync-active = <0>;
77 vsync-active = <0>;
78 de-active = <1>;
79 pixelclk-active = <1>;
/Zephyr-4.3.0/boards/renesas/da1469x_dk_pro/dts/
Dda1469x_dk_pro_lcdc.overlay76 hsync-active = <0>;
77 vsync-active = <0>;
78 de-active = <1>;
79 pixelclk-active = <1>;
/Zephyr-4.3.0/boards/shields/st_b_lcd40_dsi1_mb1166/boards/
Dstm32f769i_disco.overlay39 vs-active-high;
40 hs-active-high;
41 de-active-high;
/Zephyr-4.3.0/boards/shields/arduino_giga_display_shield/
Darduino_giga_display_shield.overlay35 hsync-active = <1>;
36 vsync-active = <0>;
37 de-active = <0>;
38 pixelclk-active = <0>;
/Zephyr-4.3.0/tests/drivers/uart/uart_pm/src/
Dmain.c15 static void polling_verify(const struct device *dev, bool is_async, bool active) in polling_verify() argument
42 if (active) { in polling_verify()
66 static bool async_verify(const struct device *dev, bool active) in async_verify() argument
78 if (!active) { in async_verify()
115 static void communication_verify(const struct device *dev, bool active) in communication_verify() argument
117 bool is_async = async_verify(dev, active); in communication_verify()
119 polling_verify(dev, is_async, active); in communication_verify()
/Zephyr-4.3.0/tests/bluetooth/classic/l2cap_c/src/
Dl2cap_test.c38 bool active; member
80 br_chan->active = false; in l2cap_disconnected()
94 if (br_l2cap[index].active == false) { in appl_br_l2cap()
95 br_l2cap[index].active = true; in appl_br_l2cap()
150 l2cap_chan->active = false; in cmd_connect()
157 l2cap_chan->active = false; in cmd_connect()
170 l2cap_chan->active = false; in cmd_connect()
180 l2cap_chan->active = false; in cmd_connect()
200 if (br_l2cap[id].active == true) { in cmd_l2cap_disconnect()
227 if (br_l2cap[id].active == true) { in cmd_l2cap_send()
[all …]

12345678910>>...13