Lines Matching defs:len
42 int ret = 0, len; in hidraw_read() local
182 int ret = 0, len; in hidraw_get_report() local
389 __u32 len; in hidraw_ioctl() local
423 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
428 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
434 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
439 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
445 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
450 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
462 int len = strlen(hid->name) + 1; in hidraw_ioctl() local
471 int len = strlen(hid->phys) + 1; in hidraw_ioctl() local
480 int len = strlen(hid->uniq) + 1; in hidraw_ioctl() local
509 int hidraw_report_event(struct hid_device *hid, u8 *data, int len) in hidraw_report_event()