Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/gpio/
H A Dgpio-get-chipinfo-ioctl.rst6 GPIO_GET_CHIPINFO_IOCTL title
12 GPIO_GET_CHIPINFO_IOCTL - Get the publicly available information for a chip.
17 .. c:macro:: GPIO_GET_CHIPINFO_IOCTL
19 ``int ioctl(int chip_fd, GPIO_GET_CHIPINFO_IOCTL, struct gpiochip_info *info)``
/linux/tools/testing/selftests/gpio/
H A Dgpio-chip-info.c39 ret = ioctl(fd, GPIO_GET_CHIPINFO_IOCTL, &info); in main()
/linux/tools/gpio/
H A Dlsgpio.c121 ret = ioctl(fd, GPIO_GET_CHIPINFO_IOCTL, &cinfo); in list_device()
/linux/include/uapi/linux/
H A Dgpio.h508 #define GPIO_GET_CHIPINFO_IOCTL _IOR(0xB4, 0x01, struct gpiochip_info) macro