Searched refs:statusbuf (Results 1 – 3 of 3) sorted by relevance
152 char *statusbuf; /* status transfer_buffer */ member365 if ((error = usblp_read_status(usblp, usblp->statusbuf)) < 0) { in usblp_check_status()372 status = *usblp->statusbuf; in usblp_check_status()460 kfree(usblp->statusbuf); in usblp_cleanup()674 retval = usblp_read_status(usblp, usblp->statusbuf); in usblp_ioctl()682 status = *usblp->statusbuf; in usblp_ioctl()907 usblp_read_status(usblp, usblp->statusbuf); in usblp_wwait()1142 usblp->statusbuf = kmalloc(STATUS_BUF_SIZE, GFP_KERNEL); in usblp_probe()1143 if (!usblp->statusbuf) { in usblp_probe()1208 kfree(usblp->statusbuf); in usblp_probe()
351 u8 *statusbuf; member
1981 req->req.buf = udc->statusbuf; in ch9getstatus()2540 udc->statusbuf = devm_kzalloc(&ofdev->dev, 2, GFP_KERNEL); in qe_udc_probe()2541 if (udc->statusbuf == NULL) { in qe_udc_probe()