Searched refs:shell_device_lookup (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/tests/subsys/shell/shell_device_filter/src/ |
D | main.c | 36 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/ |
D | shell.c | 109 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | shell.c | 132 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
|
/Zephyr-latest/drivers/audio/ |
D | codec_shell.c | 176 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
|
/Zephyr-latest/drivers/bbram/ |
D | bbram_shell.c | 178 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
|
/Zephyr-latest/subsys/input/ |
D | input_utils.c | 260 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
|
/Zephyr-latest/drivers/smbus/ |
D | smbus_shell.c | 360 const struct device *dev = shell_device_lookup(idx, "smbus"); in device_name_get()
|
/Zephyr-latest/subsys/shell/ |
D | shell_utils.c | 533 const struct device *shell_device_lookup(size_t idx, in shell_device_lookup() function
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 131 const struct device *shell_device_lookup(size_t idx,
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_plic.c | 809 const struct device *dev = shell_device_lookup(idx, "interrupt-controller"); in device_name_get()
|