Home
last modified time | relevance | path

Searched refs:gpio_multi_mode (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
DBcmchar.c639 GPIO_MULTI_MODE gpio_multi_mode[MAX_IDX]; in bcm_char_ioctl() local
640 PGPIO_MULTI_MODE pgpio_multi_mode = (PGPIO_MULTI_MODE)gpio_multi_mode; in bcm_char_ioctl()
650 if (IoBuffer.InputLength > sizeof(gpio_multi_mode)) in bcm_char_ioctl()
653 if (copy_from_user(&gpio_multi_mode, IoBuffer.InputBuffer, IoBuffer.InputLength)) in bcm_char_ioctl()
704 Status = copy_to_user(IoBuffer.OutputBuffer, &gpio_multi_mode, IoBuffer.OutputLength); in bcm_char_ioctl()