Lines Matching defs:len
42 int ret = 0, len; in hidraw_read() local
182 int ret = 0, len; in hidraw_get_report() local
387 __u32 len; in hidraw_ioctl() local
421 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
426 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
432 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
437 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
443 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
448 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
460 int len = strlen(hid->name) + 1; in hidraw_ioctl() local
469 int len = strlen(hid->phys) + 1; in hidraw_ioctl() local
478 int len = strlen(hid->uniq) + 1; in hidraw_ioctl() local
507 int hidraw_report_event(struct hid_device *hid, u8 *data, int len) in hidraw_report_event()