Searched refs:handlereq (Results 1 – 1 of 1) sorted by relevance
516 struct gpiohandle_request handlereq; in linehandle_create() local522 if (copy_from_user(&handlereq, ip, sizeof(handlereq))) in linehandle_create()524 if ((handlereq.lines == 0) || (handlereq.lines > GPIOHANDLES_MAX)) in linehandle_create()527 lflags = handlereq.flags; in linehandle_create()563 handlereq.consumer_label[sizeof(handlereq.consumer_label)-1] = '\0'; in linehandle_create()564 if (strlen(handlereq.consumer_label)) { in linehandle_create()565 lh->label = kstrdup(handlereq.consumer_label, in linehandle_create()574 for (i = 0; i < handlereq.lines; i++) { in linehandle_create()575 u32 offset = handlereq.lineoffsets[i]; in linehandle_create()606 int val = !!handlereq.default_values[i]; in linehandle_create()[all …]