Lines Matching defs:len
44 int ret = 0, len; in hidraw_read() local
184 int ret = 0, len; in hidraw_get_report() local
399 __u32 len; in hidraw_ioctl() local
433 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
438 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
444 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
449 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
455 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
460 int len = _IOC_SIZE(cmd); in hidraw_ioctl() local
472 int len = strlen(hid->name) + 1; in hidraw_ioctl() local
481 int len = strlen(hid->phys) + 1; in hidraw_ioctl() local
490 int len = strlen(hid->uniq) + 1; in hidraw_ioctl() local
519 int hidraw_report_event(struct hid_device *hid, u8 *data, int len) in hidraw_report_event()