Searched refs:UINPUT_MAX_NAME_SIZE (Results 1 – 5 of 5) sorted by relevance
24 #define UINPUT_MAX_NAME_SIZE 80 macro41 char name[UINPUT_MAX_NAME_SIZE];71 char name[UINPUT_MAX_NAME_SIZE];
70 if (!device_name || strlen(device_name) >= UINPUT_MAX_NAME_SIZE) { in ConfigureBegin()88 strncpy(uidev_.name, device_name, UINPUT_MAX_NAME_SIZE); in ConfigureBegin()
41 strlcpy(device.name, mName, UINPUT_MAX_NAME_SIZE); in init()
118 strlcpy(setupDescriptor.name, name, UINPUT_MAX_NAME_SIZE); in open()
205 strlcpy(mUinputDescriptor.name, name, UINPUT_MAX_NAME_SIZE); in Open()