Lines Matching defs:ghd
198 struct gpiohandle_data ghd;
215 memset(&ghd, 0, sizeof(ghd));
217 ghd.values[i] = test_bit(i, vals);
219 if (copy_to_user(ip, &ghd, sizeof(ghd)))
231 if (copy_from_user(&ghd, ip, sizeof(ghd)))
236 __assign_bit(i, vals, ghd.values[i]);
1607 struct gpiohandle_data ghd;
1619 memset(&ghd, 0, sizeof(ghd));
1624 ghd.values[0] = val;
1626 if (copy_to_user(ip, &ghd, sizeof(ghd)))