Searched refs:gpiochip_info (Results 1 – 6 of 6) sorted by relevance
19 ``int ioctl(int chip_fd, GPIO_GET_CHIPINFO_IOCTL, struct gpiochip_info *info)``28 The :c:type:`chip_info<gpiochip_info>` to be populated.
35 :c:type:`chip.lines<gpiochip_info>`. Lines on the chip are identified by an116 The :c:type:`struct gpiochip_info<gpiochip_info>` is common to ABI v1 and v2.
40 :c:type:`chip.lines<gpiochip_info>`. Lines on the chip are identified by an111 gpiochip_info
32 struct gpiochip_info { struct508 #define GPIO_GET_CHIPINFO_IOCTL _IOR(0xB4, 0x01, struct gpiochip_info)
24 struct gpiochip_info info; in main()
103 struct gpiochip_info cinfo; in list_device()