Home
last modified time | relevance | path

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

/Linux-v6.6/tools/power/acpi/tools/pfrut/
Dpfrut.c198 int fd_update, fd_update_log, fd_capsule; in main() local
214 fd_update = open("/dev/acpi_pfr_update0", O_RDWR); in main()
215 if (fd_update < 0) { in main()
227 ret = ioctl(fd_update, PFRU_IOC_QUERY_CAP, &cap); in main()
233 close(fd_update); in main()
243 close(fd_update); in main()
252 close(fd_update); in main()
304 close(fd_update); in main()
311 ret = ioctl(fd_update, PFRU_IOC_SET_REV, &revid); in main()
314 close(fd_update); in main()
[all …]