Home
last modified time | relevance | path

Searched refs:get_info (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dfpga.h45 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()
Dled.h120 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/
DREADME.rst72 [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/
Dfpga_eos_s3.c149 .get_info = eos_s3_fpga_get_info
Dfpga_shell.c142 SHELL_CMD_ARG(get_info, NULL, "<device>", cmd_get_info, 2, 0),
Dfpga_zynqmp.c322 .get_info = zynqmp_fpga_get_info
Dfpga_ice40_spi.c175 .get_info = fpga_ice40_get_info,
Dfpga_ice40_bitbang.c246 .get_info = fpga_ice40_get_info,
Dfpga_mpfs.c408 .get_info = mpfs_fpga_get_info,
/Zephyr-latest/drivers/led/
Dncp5623.c191 .get_info = ncp5623_get_info,
Dis31fl3194.c320 .get_info = is31fl3194_get_info,
Dled_shell.c353 SHELL_CMD_ARG(get_info, &dsub_device_name, "<device> <led>", cmd_get_info, 3, 0),
Dlp50xx.c344 .get_info = lp50xx_get_info,
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst928 * 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``