/Zephyr-Core-2.7.6/tests/kernel/device/src/ |
D | abstract_driver.c | 15 static int my_driver_A_do_this(const struct device *device, int foo, int bar) in my_driver_A_do_this() 20 static void my_driver_A_do_that(const struct device *device, in my_driver_A_do_that() 37 static int my_driver_B_do_this(const struct device *device, int foo, int bar) in my_driver_B_do_this() 42 static void my_driver_B_do_that(const struct device *device, in my_driver_B_do_that()
|
D | abstract_driver.h | 21 static inline int subsystem_do_this(const struct device *device, int foo, in subsystem_do_this() 30 static inline void subsystem_do_that(const struct device *device, in subsystem_do_that()
|
/Zephyr-Core-2.7.6/samples/subsys/pm/device_pm/ |
D | CMakeLists.txt | 5 project(device) project
|
/Zephyr-Core-2.7.6/tests/kernel/device/ |
D | CMakeLists.txt | 5 project(device) project
|
/Zephyr-Core-2.7.6/tests/drivers/sensor/accel/ |
D | CMakeLists.txt | 5 project(device) project
|
/Zephyr-Core-2.7.6/tests/drivers/sensor/generic/ |
D | CMakeLists.txt | 5 project(device) project
|
/Zephyr-Core-2.7.6/tests/drivers/sensor/sbs_gauge/ |
D | CMakeLists.txt | 5 project(device) project
|
/Zephyr-Core-2.7.6/include/ |
D | device.h | 367 struct device { struct 370 /** Address of device instance config information */ argument 372 /** Address of the API structure exposed by the device instance */ argument 374 /** Address of the common device state */ argument 375 struct device_state * const state; argument 378 /** optional pointer to handles associated with the device. argument 385 const device_handle_t *const handles; argument 388 pm_device_control_callback_t pm_control; argument 390 struct pm_device * const pm; argument
|
/Zephyr-Core-2.7.6/modules/mbedtls/ |
D | zephyr_init.c | 43 static int _mbedtls_init(const struct device *device) in _mbedtls_init()
|
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/tools/ |
D | mbterm.py | 63 device = Device() variable
|
/Zephyr-Core-2.7.6/include/drivers/clock_control/ |
D | arm_clock_control.h | 37 uint32_t device; member
|
/Zephyr-Core-2.7.6/drivers/dac/ |
D | dac_shell.c | 17 uint8_t device; member
|
/Zephyr-Core-2.7.6/drivers/timer/ |
D | litex_timer.c | 31 static void litex_timer_irq_handler(const void *device) in litex_timer_irq_handler()
|
D | mcux_os_timer.c | 53 int sys_clock_driver_init(const struct device *device) in sys_clock_driver_init()
|
D | rcar_cmt_timer.c | 75 int sys_clock_driver_init(const struct device *device) in sys_clock_driver_init()
|
/Zephyr-Core-2.7.6/scripts/west_commands/runners/ |
D | esp32.py | 18 def __init__(self, cfg, device, boot_address, part_table_address, argument
|
D | stm32flash.py | 19 def __init__(self, cfg, device, action='write', baud=57600, argument
|
D | jlink.py | 36 def __init__(self, cfg, device, did=None, argument
|
/Zephyr-Core-2.7.6/drivers/interrupt_controller/ |
D | intc_vexriscv_litex.c | 62 static void vexriscv_litex_irq_handler(const void *device) in vexriscv_litex_irq_handler()
|
/Zephyr-Core-2.7.6/drivers/counter/ |
D | counter_native_posix.c | 23 static const struct device *device; variable
|
/Zephyr-Core-2.7.6/drivers/pwm/ |
D | pwm_shell.c | 17 uint8_t device; member
|
/Zephyr-Core-2.7.6/samples/subsys/ipc/openamp/remote/src/ |
D | main.c | 148 struct metal_device *device; in app_task() local
|
/Zephyr-Core-2.7.6/subsys/usb/class/audio/ |
D | audio.c | 247 uint8_t *device, uint8_t fu_id) in get_feature_unit() 516 uint8_t device) in handle_fu_mute_req() 567 uint8_t device; in handle_feature_unit_req() local
|
/Zephyr-Core-2.7.6/drivers/eeprom/ |
D | eeprom_shell.c | 18 uint8_t device; member
|
/Zephyr-Core-2.7.6/subsys/ipc/rpmsg_service/ |
D | rpmsg_backend.c | 180 struct metal_device *device; in rpmsg_backend_init() local
|