Home
last modified time | relevance | path

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

/tools/gpio/
Dgpio-watch.c25 struct gpio_v2_line_info_changed chg; in main() local
64 memset(&chg, 0, sizeof(chg)); in main()
65 rd = read(pfd.fd, &chg, sizeof(chg)); in main()
66 if (rd < 0 || rd != sizeof(chg)) { in main()
67 if (rd != sizeof(chg)) in main()
74 switch (chg.event_type) { in main()
91 chg.info.offset, event, (uint64_t)chg.timestamp_ns); in main()