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);
877 int status, n, jack = 1, i = 0, endpoint_descriptor_index = 0;
881 status = f_midi_register_card(midi);
882 if (status < 0)
889 status = PTR_ERR(us);
895 status = usb_interface_id(c, f);
896 if (status < 0)
898 ac_interface_desc.bInterfaceNumber = status;
900 status = usb_interface_id(c, f);
901 if (status < 0)
903 ms_interface_desc.bInterfaceNumber = status;
904 ac_header_desc.baInterfaceNr[0] = status;
905 midi->ms_id = status;
907 status = -ENODEV;
922 status = -ENOMEM;
1061 ERROR(cdev, "%s: can't bind, err %d\n", f->name, status);
1063 return status;
1334 int status, i;
1341 status = -EINVAL;
1349 status = -ENOMEM;
1359 status = -ENOMEM;
1370 status = kfifo_alloc(&midi->in_req_fifo, midi->qlen, GFP_KERNEL);
1371 if (status)
1395 return ERR_PTR(status);