Searched refs:handlereq (Results 1 – 1 of 1) sorted by relevance
510 struct gpiohandle_request handlereq; in linehandle_create() local516 if (copy_from_user(&handlereq, ip, sizeof(handlereq))) in linehandle_create()518 if ((handlereq.lines == 0) || (handlereq.lines > GPIOHANDLES_MAX)) in linehandle_create()521 lflags = handlereq.flags; in linehandle_create()549 handlereq.consumer_label[sizeof(handlereq.consumer_label)-1] = '\0'; in linehandle_create()550 if (strlen(handlereq.consumer_label)) { in linehandle_create()551 lh->label = kstrdup(handlereq.consumer_label, in linehandle_create()560 for (i = 0; i < handlereq.lines; i++) { in linehandle_create()561 u32 offset = handlereq.lineoffsets[i]; in linehandle_create()592 int val = !!handlereq.default_values[i]; in linehandle_create()[all …]