ghd 441 drivers/gpio/gpiolib.c struct gpiohandle_data ghd; ghd 456 drivers/gpio/gpiolib.c memset(&ghd, 0, sizeof(ghd)); ghd 458 drivers/gpio/gpiolib.c ghd.values[i] = test_bit(i, vals); ghd 460 drivers/gpio/gpiolib.c if (copy_to_user(ip, &ghd, sizeof(ghd))) ghd 472 drivers/gpio/gpiolib.c if (copy_from_user(&ghd, ip, sizeof(ghd))) ghd 477 drivers/gpio/gpiolib.c __assign_bit(i, vals, ghd.values[i]); ghd 789 drivers/gpio/gpiolib.c struct gpiohandle_data ghd; ghd 798 drivers/gpio/gpiolib.c memset(&ghd, 0, sizeof(ghd)); ghd 803 drivers/gpio/gpiolib.c ghd.values[0] = val; ghd 805 drivers/gpio/gpiolib.c if (copy_to_user(ip, &ghd, sizeof(ghd)))