Searched refs:statusbuf (Results 1 – 3 of 3) sorted by relevance
144 char *statusbuf; /* status transfer_buffer */ member350 if ((error = usblp_read_status(usblp, usblp->statusbuf)) < 0) { in usblp_check_status()357 status = *usblp->statusbuf; in usblp_check_status()445 kfree(usblp->statusbuf); in usblp_cleanup()655 if ((retval = usblp_read_status(usblp, usblp->statusbuf))) { in usblp_ioctl()662 status = *usblp->statusbuf; in usblp_ioctl()884 usblp_read_status(usblp, usblp->statusbuf); in usblp_wwait()1118 usblp->statusbuf = kmalloc(STATUS_BUF_SIZE, GFP_KERNEL); in usblp_probe()1119 if (!usblp->statusbuf) { in usblp_probe()1183 kfree(usblp->statusbuf); in usblp_probe()
352 u8 *statusbuf; member
2038 req->req.buf = udc->statusbuf; in ch9getstatus()2628 udc_controller->statusbuf = kzalloc(2, GFP_KERNEL); in qe_udc_probe()2629 if (udc_controller->statusbuf == NULL) { in qe_udc_probe()2695 kfree(udc_controller->statusbuf); in qe_udc_probe()2749 kfree(udc_controller->statusbuf); in qe_udc_remove()