Searched refs:handlereq (Results 1 – 1 of 1) sorted by relevance
425 struct gpiohandle_request handlereq; in linehandle_create() local430 if (copy_from_user(&handlereq, ip, sizeof(handlereq))) in linehandle_create()432 if ((handlereq.lines == 0) || (handlereq.lines > GPIOHANDLES_MAX)) in linehandle_create()442 handlereq.consumer_label[sizeof(handlereq.consumer_label)-1] = '\0'; in linehandle_create()443 if (strlen(handlereq.consumer_label)) { in linehandle_create()444 lh->label = kstrdup(handlereq.consumer_label, in linehandle_create()453 for (i = 0; i < handlereq.lines; i++) { in linehandle_create()454 u32 offset = handlereq.lineoffsets[i]; in linehandle_create()455 u32 lflags = handlereq.flags; in linehandle_create()487 int val = !!handlereq.default_values[i]; in linehandle_create()[all …]