Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-Core-2.7.6/tests/kernel/device/src/
Dabstract_driver.c15 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()
Dabstract_driver.h21 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/
DCMakeLists.txt5 project(device) project
/Zephyr-Core-2.7.6/tests/kernel/device/
DCMakeLists.txt5 project(device) project
/Zephyr-Core-2.7.6/tests/drivers/sensor/accel/
DCMakeLists.txt5 project(device) project
/Zephyr-Core-2.7.6/tests/drivers/sensor/generic/
DCMakeLists.txt5 project(device) project
/Zephyr-Core-2.7.6/tests/drivers/sensor/sbs_gauge/
DCMakeLists.txt5 project(device) project
/Zephyr-Core-2.7.6/include/
Ddevice.h367 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/
Dzephyr_init.c43 static int _mbedtls_init(const struct device *device) in _mbedtls_init()
/Zephyr-Core-2.7.6/boards/xtensa/intel_adsp_cavs15/tools/
Dmbterm.py63 device = Device() variable
/Zephyr-Core-2.7.6/include/drivers/clock_control/
Darm_clock_control.h37 uint32_t device; member
/Zephyr-Core-2.7.6/drivers/dac/
Ddac_shell.c17 uint8_t device; member
/Zephyr-Core-2.7.6/drivers/timer/
Dlitex_timer.c31 static void litex_timer_irq_handler(const void *device) in litex_timer_irq_handler()
Dmcux_os_timer.c53 int sys_clock_driver_init(const struct device *device) in sys_clock_driver_init()
Drcar_cmt_timer.c75 int sys_clock_driver_init(const struct device *device) in sys_clock_driver_init()
/Zephyr-Core-2.7.6/scripts/west_commands/runners/
Desp32.py18 def __init__(self, cfg, device, boot_address, part_table_address, argument
Dstm32flash.py19 def __init__(self, cfg, device, action='write', baud=57600, argument
Djlink.py36 def __init__(self, cfg, device, did=None, argument
/Zephyr-Core-2.7.6/drivers/interrupt_controller/
Dintc_vexriscv_litex.c62 static void vexriscv_litex_irq_handler(const void *device) in vexriscv_litex_irq_handler()
/Zephyr-Core-2.7.6/drivers/counter/
Dcounter_native_posix.c23 static const struct device *device; variable
/Zephyr-Core-2.7.6/drivers/pwm/
Dpwm_shell.c17 uint8_t device; member
/Zephyr-Core-2.7.6/samples/subsys/ipc/openamp/remote/src/
Dmain.c148 struct metal_device *device; in app_task() local
/Zephyr-Core-2.7.6/subsys/usb/class/audio/
Daudio.c247 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/
Deeprom_shell.c18 uint8_t device; member
/Zephyr-Core-2.7.6/subsys/ipc/rpmsg_service/
Drpmsg_backend.c180 struct metal_device *device; in rpmsg_backend_init() local

12