Searched refs:statusbuf (Results 1 – 3 of 3) sorted by relevance
137 char *statusbuf; /* status transfer_buffer */ member352 if ((error = usblp_read_status(usblp, usblp->statusbuf)) < 0) { in usblp_check_status()359 status = *usblp->statusbuf; in usblp_check_status()447 kfree(usblp->statusbuf); in usblp_cleanup()664 retval = usblp_read_status(usblp, usblp->statusbuf); in usblp_ioctl()672 status = *usblp->statusbuf; in usblp_ioctl()897 usblp_read_status(usblp, usblp->statusbuf); in usblp_wwait()1138 usblp->statusbuf = kmalloc(STATUS_BUF_SIZE, GFP_KERNEL); in usblp_probe()1139 if (!usblp->statusbuf) { in usblp_probe()1200 kfree(usblp->statusbuf); in usblp_probe()
347 u8 *statusbuf; member
1977 req->req.buf = udc->statusbuf; in ch9getstatus()2536 udc->statusbuf = devm_kzalloc(&ofdev->dev, 2, GFP_KERNEL); in qe_udc_probe()2537 if (udc->statusbuf == NULL) { in qe_udc_probe()