Lines Matching defs:len
49 int ret = 0, len; in hidraw_read() local
196 int ret = 0, len; in hidraw_get_report() local
422 __u32 len; in hidraw_ioctl() local
464 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
469 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
475 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
480 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
486 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
491 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
503 int len = strlen(hid->name) + 1; in hidraw_ioctl() local
512 int len = strlen(hid->phys) + 1; in hidraw_ioctl() local
521 int len = strlen(hid->uniq) + 1; in hidraw_ioctl() local
550 int hidraw_report_event(struct hid_device *hid, u8 *data, int len) in hidraw_report_event()