Searched refs:ghd (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/gpio/ |
| D | gpiolib.c | 433 struct gpiohandle_data ghd; in linehandle_ioctl() local 448 memset(&ghd, 0, sizeof(ghd)); in linehandle_ioctl() 450 ghd.values[i] = test_bit(i, vals); in linehandle_ioctl() 452 if (copy_to_user(ip, &ghd, sizeof(ghd))) in linehandle_ioctl() 464 if (copy_from_user(&ghd, ip, sizeof(ghd))) in linehandle_ioctl() 469 __assign_bit(i, vals, ghd.values[i]); in linehandle_ioctl() 781 struct gpiohandle_data ghd; in lineevent_ioctl() local 790 memset(&ghd, 0, sizeof(ghd)); in lineevent_ioctl() 795 ghd.values[0] = val; in lineevent_ioctl() 797 if (copy_to_user(ip, &ghd, sizeof(ghd))) in lineevent_ioctl()
|