Home
last modified time | relevance | path

Searched refs:shell_device_lookup (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/subsys/shell/shell_device_filter/src/
Dmain.c36 zassert_equal_ptr(d0, shell_device_lookup(0, NULL)); in ZTEST()
37 zassert_equal_ptr(d1, shell_device_lookup(1, NULL)); in ZTEST()
38 zassert_equal_ptr(d2, shell_device_lookup(2, NULL)); in ZTEST()
39 zassert_equal_ptr(NULL, shell_device_lookup(3, NULL)); in ZTEST()
44 zassert_equal_ptr(d2, shell_device_lookup(0, "xx_")); in ZTEST()
45 zassert_equal_ptr(NULL, shell_device_lookup(1, "xx_")); in ZTEST()
/Zephyr-latest/drivers/usb_c/ppc/
Dshell.c109 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
/Zephyr-latest/drivers/usb_c/tcpc/
Dshell.c132 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
/Zephyr-latest/drivers/audio/
Dcodec_shell.c176 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
/Zephyr-latest/drivers/bbram/
Dbbram_shell.c178 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
/Zephyr-latest/subsys/input/
Dinput_utils.c260 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
/Zephyr-latest/drivers/smbus/
Dsmbus_shell.c360 const struct device *dev = shell_device_lookup(idx, "smbus"); in device_name_get()
/Zephyr-latest/subsys/shell/
Dshell_utils.c533 const struct device *shell_device_lookup(size_t idx, in shell_device_lookup() function
/Zephyr-latest/include/zephyr/shell/
Dshell.h131 const struct device *shell_device_lookup(size_t idx,
/Zephyr-latest/drivers/interrupt_controller/
Dintc_plic.c809 const struct device *dev = shell_device_lookup(idx, "interrupt-controller"); in device_name_get()