Searched refs:get_info (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/ |
D | fpga.h | 45 fpga_api_get_info get_info; member 148 if (api->get_info == NULL) { in fpga_get_info() 152 return api->get_info(dev); in fpga_get_info()
|
D | led.h | 120 led_api_get_info get_info; member 172 if (api->get_info == NULL) { in z_impl_led_get_info() 176 return api->get_info(dev, led, info); in z_impl_led_get_info()
|
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/ |
D | README.rst | 72 [Check 2] Call get_info API for UID 6 which is not set 75 [Check 5] Call get_info API for UID 6 which is removed 79 [Check 8] Call get_info API for different UID 5 84 [Check 2] Call get_info API for UID 6 which is not set 87 [Check 5] Call get_info API for UID 6 which is removed 91 [Check 8] Call get_info API for different UID 5
|
/Zephyr-latest/drivers/fpga/ |
D | fpga_eos_s3.c | 149 .get_info = eos_s3_fpga_get_info
|
D | fpga_shell.c | 142 SHELL_CMD_ARG(get_info, NULL, "<device>", cmd_get_info, 2, 0),
|
D | fpga_zynqmp.c | 322 .get_info = zynqmp_fpga_get_info
|
D | fpga_ice40_spi.c | 175 .get_info = fpga_ice40_get_info,
|
D | fpga_ice40_bitbang.c | 246 .get_info = fpga_ice40_get_info,
|
D | fpga_mpfs.c | 408 .get_info = mpfs_fpga_get_info,
|
/Zephyr-latest/drivers/led/ |
D | ncp5623.c | 191 .get_info = ncp5623_get_info,
|
D | is31fl3194.c | 320 .get_info = is31fl3194_get_info,
|
D | led_shell.c | 353 SHELL_CMD_ARG(get_info, &dsub_device_name, "<device> <led>", cmd_get_info, 3, 0),
|
D | lp50xx.c | 344 .get_info = lp50xx_get_info,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 928 * Added device completion to LED shell commands and made the ``get_info`` command display 1770 * Improve handling of drivers missing ``reset``, ``load``, ``get_status``, and ``get_info``
|