Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 39) sorted by relevance

12

/Zephyr-latest/include/zephyr/drivers/pcie/
Dpcie.h381 #define PCIE_CONF_CAPPTR_FIRST(w) (((w) >> 2) & 0x3FU) argument
388 #define PCIE_CONF_CAP_ID(w) ((w) & 0xFFU) argument
389 #define PCIE_CONF_CAP_NEXT(w) (((w) >> 10) & 0x3FU) argument
402 #define PCIE_CONF_EXT_CAP_ID(w) ((w) & 0xFFFFU) argument
403 #define PCIE_CONF_EXT_CAP_VER(w) (((w) >> 16) & 0xFU) argument
404 #define PCIE_CONF_EXT_CAP_NEXT(w) (((w) >> 20) & 0xFFFU) argument
431 #define PCIE_CONF_CLASSREV_CLASS(w) (((w) >> 24) & 0xFFU) argument
432 #define PCIE_CONF_CLASSREV_SUBCLASS(w) (((w) >> 16) & 0xFFU) argument
433 #define PCIE_CONF_CLASSREV_PROGIF(w) (((w) >> 8) & 0xFFU) argument
434 #define PCIE_CONF_CLASSREV_REV(w) ((w) & 0xFFU) argument
[all …]
/Zephyr-latest/kernel/include/
Dwait_q.h27 static inline void z_waitq_init(_wait_q_t *w) in z_waitq_init()
36 static inline struct k_thread *z_waitq_head(_wait_q_t *w) in z_waitq_head()
/Zephyr-latest/modules/lvgl/
Dlvgl_display_16bit.c14 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_16bit() local
Dlvgl_display_32bit.c14 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_32bit() local
Dlvgl_display_24bit.c14 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_24bit() local
Dlvgl_display_mono.c75 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_mono() local
/Zephyr-latest/tests/bluetooth/bt_crypto/src/
Dtest_bt_crypto.c71 uint8_t w[32] = {0x98, 0xa6, 0xbf, 0x73, 0xf3, 0x34, 0x8d, 0x86, 0xf1, 0x66, 0xf8, in ZTEST() local
94 uint8_t w[16] = {0x20, 0x6e, 0x63, 0xce, 0x20, 0x6a, 0x3f, 0xfd, in ZTEST() local
136 uint8_t w[16] = {0x9b, 0x7d, 0x39, 0x0a, 0xa6, 0x10, 0x10, 0x34, in ZTEST() local
152 uint8_t w[16] = {0x9b, 0x7d, 0x39, 0x0a, 0xa6, 0x10, 0x10, 0x34, in ZTEST() local
/Zephyr-latest/drivers/interrupt_controller/
Dintc_nuclei_eclic.c29 uint8_t w; member
46 uint8_t w; member
55 uint8_t w; member
64 uint8_t w; member
76 uint8_t w; member
/Zephyr-latest/tests/kernel/workq/user_work/src/
Dmain.c94 static void work_handler(struct k_work_user *w) in work_handler()
102 static void twork_submit_1(struct k_work_user_q *work_q, struct k_work_user *w, in twork_submit_1()
/Zephyr-latest/tests/kernel/profiling/profiling_api/src/
Dmain.c26 static void work_handler(struct k_work *w) in work_handler()
/Zephyr-latest/tests/subsys/display/cfb/basic/src/
Dtestdata.c689 int to_ppm(const char *filename, uint32_t *buf, size_t w, size_t h) in to_ppm()
/Zephyr-latest/tests/net/socket/socketpair/src/
Dblock.c20 static void work_handler(struct k_work *w) in work_handler()
Dpoll.c71 static void close_fun(struct k_work *w) in close_fun()
206 static void rw_fun(struct k_work *w) in rw_fun()
/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto.c56 int bt_crypto_f5(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const bt_addr_le_t *a1, in bt_crypto_f5()
117 int bt_crypto_f6(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const uint8_t *r, in bt_crypto_f6()
/Zephyr-latest/doc/_static/js/
Ddark-mode-toggle.min.mjs2 …tAttribute(t);return e===null?"":e},set(e){this.setAttribute(t,e)}})};const w=(e,t,i=t)=>{Object.d… constant
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_adsp_mtrace.c81 uint32_t w = slot->dsp_ptr; in mtrace_out() local
/Zephyr-latest/lib/os/
Dp4wq.c86 struct k_p4wq_work *w in p4wq_loop() local
/Zephyr-latest/drivers/spi/
Dspi_bitbang.c150 uint16_t w = 0; in spi_bitbang_transceive() local
/Zephyr-latest/drivers/video/
Dgc2145.c826 uint16_t w, uint16_t h) in gc2145_set_window()
914 uint16_t w; in gc2145_set_resolution() local
Dvideo_sw_generator.c129 int h, w, i = 0; in __fill_buffer_colorbar() local
/Zephyr-latest/drivers/serial/
Duart_hostlink.c195 uint32_t w; in hl_read32() local
204 uint16_t w; in hl_read16() local
/Zephyr-latest/drivers/eeprom/
Deeprom_at2x.c600 #define ASSERT_AT24_ADDR_W_VALID(w) \ argument
604 #define ASSERT_AT25_ADDR_W_VALID(w) \ argument
/Zephyr-latest/subsys/bluetooth/mesh/
Ddelayable_msg.c207 static void delayable_msg_handler(struct k_work *w) in delayable_msg_handler()
/Zephyr-latest/drivers/display/
Ddisplay_ili9xxx.c101 const uint16_t y, const uint16_t w, in ili9xxx_set_mem_area()
Ddisplay_gc9x01x.c485 const uint16_t w, const uint16_t h) in gc9x01x_set_mem_area()

12