Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/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-Core-3.5.0/include/zephyr/drivers/
Dfpga.h45 fpga_api_get_info get_info; member
131 return api->get_info(dev); in fpga_get_info()
Dled.h119 led_api_get_info get_info; member
171 if (api->get_info == NULL) { in z_impl_led_get_info()
175 return api->get_info(dev, led, info); in z_impl_led_get_info()
/Zephyr-Core-3.5.0/drivers/fpga/
Dfpga_eos_s3.c148 .get_info = eos_s3_fpga_get_info
Dfpga_shell.c139 SHELL_CMD_ARG(get_info, NULL, "<device>", cmd_get_info, 2, 0),
Dfpga_zynqmp.c322 .get_info = zynqmp_fpga_get_info
Dfpga_ice40.c508 .get_info = fpga_ice40_get_info,
/Zephyr-Core-3.5.0/drivers/led/
Dncp5623.c190 .get_info = ncp5623_get_info,
Dled_shell.c313 SHELL_CMD_ARG(get_info, NULL, "<device> <led>", cmd_get_info, 3, 0),
Dlp50xx.c349 .get_info = lp50xx_get_info,