/Zephyr-latest/include/zephyr/drivers/pcie/ |
D | pcie.h | 381 #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/ |
D | wait_q.h | 27 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/ |
D | lvgl_display_16bit.c | 14 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_16bit() local
|
D | lvgl_display_32bit.c | 14 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_32bit() local
|
D | lvgl_display_24bit.c | 14 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_24bit() local
|
D | lvgl_display_mono.c | 75 uint16_t w = area->x2 - area->x1 + 1; in lvgl_flush_cb_mono() local
|
/Zephyr-latest/tests/bluetooth/bt_crypto/src/ |
D | test_bt_crypto.c | 71 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/ |
D | intc_nuclei_eclic.c | 29 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/ |
D | main.c | 94 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/ |
D | main.c | 26 static void work_handler(struct k_work *w) in work_handler()
|
/Zephyr-latest/tests/subsys/display/cfb/basic/src/ |
D | testdata.c | 689 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/ |
D | block.c | 20 static void work_handler(struct k_work *w) in work_handler()
|
D | poll.c | 71 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/ |
D | bt_crypto.c | 56 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/ |
D | dark-mode-toggle.min.mjs | 2 …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/ |
D | log_backend_adsp_mtrace.c | 81 uint32_t w = slot->dsp_ptr; in mtrace_out() local
|
/Zephyr-latest/lib/os/ |
D | p4wq.c | 86 struct k_p4wq_work *w in p4wq_loop() local
|
/Zephyr-latest/drivers/spi/ |
D | spi_bitbang.c | 150 uint16_t w = 0; in spi_bitbang_transceive() local
|
/Zephyr-latest/drivers/video/ |
D | gc2145.c | 826 uint16_t w, uint16_t h) in gc2145_set_window() 914 uint16_t w; in gc2145_set_resolution() local
|
D | video_sw_generator.c | 129 int h, w, i = 0; in __fill_buffer_colorbar() local
|
/Zephyr-latest/drivers/serial/ |
D | uart_hostlink.c | 195 uint32_t w; in hl_read32() local 204 uint16_t w; in hl_read16() local
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_at2x.c | 600 #define ASSERT_AT24_ADDR_W_VALID(w) \ argument 604 #define ASSERT_AT25_ADDR_W_VALID(w) \ argument
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | delayable_msg.c | 207 static void delayable_msg_handler(struct k_work *w) in delayable_msg_handler()
|
/Zephyr-latest/drivers/display/ |
D | display_ili9xxx.c | 101 const uint16_t y, const uint16_t w, in ili9xxx_set_mem_area()
|
D | display_gc9x01x.c | 485 const uint16_t w, const uint16_t h) in gc9x01x_set_mem_area()
|