/Zephyr-latest/drivers/dma/ |
D | dma_iproc_pax_v2.h | 82 uint64_t type : 4; /*type:60:63*/ member 90 uint64_t type : 4; /*type:60:63*/ member 98 uint64_t type : 4; /*type:60:63*/ member 105 uint64_t type : 4;/*descriptor type 63:60*/ member
|
/Zephyr-latest/tests/subsys/edac/ibecc/src/ |
D | ibecc.c | 167 uint8_t type) in test_inject() 270 intptr_t type = (intptr_t)p2; in check_values() local 287 static void ibecc_error_inject_test(uint64_t addr, uint64_t mask, uint64_t type) in ibecc_error_inject_test()
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf.c | 88 enum clock_control_nrf_type type) in get_sub_data() 96 enum clock_control_nrf_type type) in get_sub_config() 105 enum clock_control_nrf_type type) in get_onoff_manager() 124 enum clock_control_nrf_type type = (enum clock_control_nrf_type)(size_t)subsys; in get_status() local 176 enum clock_control_nrf_type type) in clkstarted_handle() 283 nrf_clock_hfclk_t type; in generic_hfclk_start() local 360 enum clock_control_nrf_type type = (enum clock_control_nrf_type)(size_t)subsys; in stop() local 384 enum clock_control_nrf_type type = (enum clock_control_nrf_type)(size_t)subsys; in async_start() local 455 enum clock_control_nrf_type type = (enum clock_control_nrf_type)(size_t)sys; in onoff_started_callback() local 501 nrf_clock_lfclk_t type; in lfclk_spinwait() local
|
D | clock_control_nrf2_common.h | 30 #define STRUCT_CLOCK_CONFIG(type, _onoff_cnt) \ argument
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | ethernet_mgmt.c | 36 enum ethernet_config_type type; in ethernet_set_config() local 270 enum ethernet_config_type type; in ethernet_get_config() local
|
/Zephyr-latest/subsys/fs/ |
D | fs.c | 34 int type; member 44 static int registry_add(int type, in registry_add() 63 static struct registry_entry *registry_find(int type) in registry_find() 75 static const struct fs_file_system_t *fs_type_get(int type) in fs_type_get() 860 int fs_register(int type, const struct fs_file_system_t *fs) in fs_register() 880 int fs_unregister(int type, const struct fs_file_system_t *fs) in fs_unregister()
|
/Zephyr-latest/include/zephyr/dt-bindings/pcie/ |
D | pcie.h | 30 #define CAST(type, v) (v) argument 32 #define CAST(type, v) ((type)(v)) argument
|
/Zephyr-latest/tests/lib/c_lib/thrd/src/ |
D | mtx.c | 37 int type = valid_mtx_types[i]; in ZTEST() local 67 int type = valid_mtx_types[i]; in ZTEST() local
|
/Zephyr-latest/soc/espressif/esp32/ |
D | soc_appcpu.c | 105 void sys_arch_reboot(int type) in sys_arch_reboot()
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | soc_appcpu.c | 90 void sys_arch_reboot(int type) in sys_arch_reboot()
|
/Zephyr-latest/arch/x86/core/ |
D | multiboot.c | 66 uint32_t type; in z_multiboot_init() local
|
D | reboot_rst_cnt.c | 37 void __weak sys_arch_reboot(int type) in sys_arch_reboot()
|
/Zephyr-latest/tests/bluetooth/host/keys/mocks/ |
D | keys_help_utils.h | 19 int type; /* Key type */ member
|
/Zephyr-latest/drivers/pcie/host/ |
D | pcie_ecam.c | 196 enum pcie_region_type type) in pcie_ecam_region_allocate_type() 218 enum pcie_region_type type; in pcie_ecam_region_allocate() local 255 enum pcie_region_type type; in pcie_ecam_region_get_allocate_base() local 295 enum pcie_region_type type; in pcie_ecam_region_translate() local
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | cooked.c | 204 enum virtual_interface_config_type type, in interface_set_config() 244 enum virtual_interface_config_type type, in interface_get_config() 315 enum net_capture_packet_type type, in create_sll_header() 369 enum net_capture_packet_type type, in net_capture_data()
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | misc.c | 141 const char *ppp_pkt_type2str(enum ppp_packet_type type) in ppp_pkt_type2str() 295 int type) in ppp_option2str()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv.c | 87 enum bt_mesh_adv_type type, in adv_create_from_pool() 155 struct bt_mesh_adv *bt_mesh_adv_create(enum bt_mesh_adv_type type, in bt_mesh_adv_create() 323 uint8_t len, type; in bt_mesh_scan_cb() local
|
/Zephyr-latest/tests/bluetooth/host/keys/bt_keys_find_irk/src/ |
D | main.c | 182 int type; in ZTEST() local 231 int type; in no_resolving_ts_setup() local 278 int type; in ZTEST() local
|
/Zephyr-latest/soc/intel/intel_ish/intel_ish5/pm/ |
D | power.c | 66 void sys_arch_reboot(int type) in sys_arch_reboot()
|
/Zephyr-latest/doc/services/llext/ |
D | config.rst | 54 .. _llext_kconfig_storage:
|
/Zephyr-latest/tests/bluetooth/host/id/mocks/ |
D | keys_expects.c | 33 void expect_single_call_bt_keys_foreach_type(enum bt_keys_type type) in expect_single_call_bt_keys_foreach_type()
|
/Zephyr-latest/subsys/net/ip/ |
D | udp.c | 43 enum net_if_checksum_type type = net_pkt_family(pkt) == AF_INET6 ? in net_udp_finalize() local 154 enum net_if_checksum_type type = net_pkt_family(pkt) == AF_INET6 ? in net_udp_input() local
|
/Zephyr-latest/include/zephyr/kernel/ |
D | obj_core.h | 77 #define K_OBJ_CORE_INIT(objp, type) do { } while (0) argument 123 struct k_obj_type *type; /**< Object type to which object belongs */ member 263 static inline void k_obj_type_stats_init(struct k_obj_type *type, in k_obj_type_stats_init()
|
/Zephyr-latest/lib/utils/ |
D | ring_buffer.c | 139 uint32_t type :16; /**< Application-specific */ member 144 int ring_buf_item_put(struct ring_buf *buf, uint16_t type, uint8_t value, in ring_buf_item_put() 186 int ring_buf_item_get(struct ring_buf *buf, uint16_t *type, uint8_t *value, in ring_buf_item_get()
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | scb.c | 38 void __weak sys_arch_reboot(int type) in sys_arch_reboot()
|