Searched refs:ghd (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/gpio/ |
D | gpiolib-cdev.c | 199 struct gpiohandle_data ghd; in linehandle_ioctl() local 213 memset(&ghd, 0, sizeof(ghd)); in linehandle_ioctl() 215 ghd.values[i] = test_bit(i, vals); in linehandle_ioctl() 217 if (copy_to_user(ip, &ghd, sizeof(ghd))) in linehandle_ioctl() 229 if (copy_from_user(&ghd, ip, sizeof(ghd))) in linehandle_ioctl() 234 __assign_bit(i, vals, ghd.values[i]); in linehandle_ioctl() 1822 struct gpiohandle_data ghd; in lineevent_ioctl() local 1831 memset(&ghd, 0, sizeof(ghd)); in lineevent_ioctl() 1836 ghd.values[0] = val; in lineevent_ioctl() 1838 if (copy_to_user(ip, &ghd, sizeof(ghd))) in lineevent_ioctl()
|