Searched refs:shell_device_lookup (Results 1 – 20 of 20) 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/spi/ |
D | spi_shell.c | 29 const struct device *dev = shell_device_lookup(idx, "spi"); in device_name_get()
|
/Zephyr-latest/drivers/audio/ |
D | codec_shell.c | 174 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/drivers/watchdog/ |
D | wdt_shell.c | 166 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_shell.c | 222 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
|
/Zephyr-latest/drivers/counter/ |
D | counter_timer_shell.c | 203 const struct device *dev = shell_device_lookup(idx, "timer"); 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/eeprom/ |
D | eeprom_shell.c | 219 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_shell.c | 341 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
|
/Zephyr-latest/drivers/sensor/ |
D | sensor_shell.c | 867 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get_for_attr() 922 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get_for_trigger() 934 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get_for_stream()
|
/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/drivers/regulator/ |
D | regulator_shell.c | 527 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 131 const struct device *shell_device_lookup(size_t idx,
|
/Zephyr-latest/drivers/flash/ |
D | flash_shell.c | 741 const struct device *dev = shell_device_lookup(idx, NULL); in device_name_get()
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_plic.c | 809 const struct device *dev = shell_device_lookup(idx, "interrupt-controller"); in device_name_get()
|
/Zephyr-latest/drivers/can/ |
D | can_shell.c | 1034 const struct device *dev = shell_device_lookup(idx, NULL); in cmd_can_device_name_mode()
|