Lines Matching defs:status
250 int status;
266 status = gether_register_netdev(eem_opts->net);
268 if (status)
269 return status;
280 status = usb_interface_id(c, f);
281 if (status < 0)
283 eem->ctrl_id = status;
284 eem_intf.bInterfaceNumber = status;
286 status = -ENODEV;
309 status = usb_assign_descriptors(f, eem_fs_function, eem_hs_function,
311 if (status)
321 ERROR(cdev, "%s: can't bind, err %d\n", f->name, status);
323 return status;
399 int status = 0;
407 status = -EINVAL;
440 status = -EOVERFLOW;
510 status = -EINVAL;
554 return status;