Searched refs:statusbuf (Results 1 – 3 of 3) sorted by relevance
137 char *statusbuf; /* status transfer_buffer */ member369 if ((error = usblp_read_status(usblp, usblp->statusbuf)) < 0) { in usblp_check_status()376 status = *usblp->statusbuf; in usblp_check_status()464 kfree(usblp->statusbuf); in usblp_cleanup()690 retval = usblp_read_status(usblp, usblp->statusbuf); in usblp_ioctl()698 status = *usblp->statusbuf; in usblp_ioctl()928 usblp_read_status(usblp, usblp->statusbuf); in usblp_wwait()1169 usblp->statusbuf = kmalloc(STATUS_BUF_SIZE, GFP_KERNEL); in usblp_probe()1170 if (!usblp->statusbuf) { in usblp_probe()1231 kfree(usblp->statusbuf); in usblp_probe()
347 u8 *statusbuf; member
1989 req->req.buf = udc->statusbuf; in ch9getstatus()2542 udc->statusbuf = devm_kzalloc(&ofdev->dev, 2, GFP_KERNEL); in qe_udc_probe()2543 if (udc->statusbuf == NULL) { in qe_udc_probe()