Searched refs:ghd (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpiolib-cdev.c | 198 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() 1587 struct gpiohandle_data ghd; in lineevent_ioctl() local 1596 memset(&ghd, 0, sizeof(ghd)); in lineevent_ioctl() 1601 ghd.values[0] = val; in lineevent_ioctl() 1603 if (copy_to_user(ip, &ghd, sizeof(ghd))) in lineevent_ioctl()
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 264 …���������������Ɣ}���������Ũ������������������������������������������������ghd�������������������… 348 …���������������Í~���������¨������������������������������������������������ghd��������������������…
|