Lines Matching defs:len
44 int ret = 0, len; in hidraw_read() local
184 int ret = 0, len; in hidraw_get_report() local
396 __u32 len; in hidraw_ioctl() local
430 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
435 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
441 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
446 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
452 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
457 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
469 int len = strlen(hid->name) + 1; in hidraw_ioctl() local
478 int len = strlen(hid->phys) + 1; in hidraw_ioctl() local
487 int len = strlen(hid->uniq) + 1; in hidraw_ioctl() local
516 int hidraw_report_event(struct hid_device *hid, u8 *data, int len) in hidraw_report_event()