Lines Matching refs:status
291 if (urb->status == -ESHUTDOWN)
409 unsigned char *status;
415 status = kmalloc(1, GFP_KERNEL);
416 if (!status)
434 0x0012, 0x0000, status, 1, LINE6_TIMEOUT,
438 "receiving status failed (error %d)\n", ret);
442 if (*status != 0xff)
446 if (*status == 0xff) {
450 } else if (*status != 0) {
455 kfree(status);