Searched refs:statusbuf (Results 1 – 3 of 3) sorted by relevance
143 char *statusbuf; /* status transfer_buffer */ member354 if ((error = usblp_read_status(usblp, usblp->statusbuf)) < 0) { in usblp_check_status()361 status = *usblp->statusbuf; in usblp_check_status()449 kfree(usblp->statusbuf); in usblp_cleanup()663 if ((retval = usblp_read_status(usblp, usblp->statusbuf))) { in usblp_ioctl()670 status = *usblp->statusbuf; in usblp_ioctl()892 usblp_read_status(usblp, usblp->statusbuf); in usblp_wwait()1126 usblp->statusbuf = kmalloc(STATUS_BUF_SIZE, GFP_KERNEL); in usblp_probe()1127 if (!usblp->statusbuf) { in usblp_probe()1192 kfree(usblp->statusbuf); in usblp_probe()
351 u8 *statusbuf; member
1990 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()