Lines Matching refs:status
274 int status = req->status;
276 switch (status) {
294 VDBG(cdev, "%s gone (%d), %d/%d\n", ep->name, status,
309 status, req->actual, req->length);
315 status = usb_ep_queue(ep, req, GFP_ATOMIC);
316 if (status) {
318 ep->name, req->length, status);
875 int status, n, jack = 1, i = 0, endpoint_descriptor_index = 0;
879 status = f_midi_register_card(midi);
880 if (status < 0)
887 status = PTR_ERR(us);
893 status = usb_interface_id(c, f);
894 if (status < 0)
896 ac_interface_desc.bInterfaceNumber = status;
898 status = usb_interface_id(c, f);
899 if (status < 0)
901 ms_interface_desc.bInterfaceNumber = status;
902 ac_header_desc.baInterfaceNr[0] = status;
903 midi->ms_id = status;
905 status = -ENODEV;
920 status = -ENOMEM;
1069 ERROR(cdev, "%s: can't bind, err %d\n", f->name, status);
1071 return status;
1298 int status, i;
1305 status = -EINVAL;
1313 status = -ENOMEM;
1323 status = -ENOMEM;
1334 status = kfifo_alloc(&midi->in_req_fifo, midi->qlen, GFP_KERNEL);
1335 if (status)
1359 return ERR_PTR(status);