Home
last modified time | relevance | path

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

/linux/tools/power/acpi/tools/pfrut/
H A Dpfrut.c200 int fd_update, fd_update_log, fd_capsule; in main() local
216 fd_update = open("/dev/acpi_pfr_update0", O_RDWR); in main()
217 if (fd_update < 0) { in main()
229 ret = ioctl(fd_update, PFRU_IOC_QUERY_CAP, &cap); in main()
235 close(fd_update); in main()
245 close(fd_update); in main()
254 close(fd_update); in main()
306 close(fd_update); in main()
313 ret = ioctl(fd_update, PFRU_IOC_SET_REV, &revid); in main()
316 close(fd_update); in main()
[all …]