Searched refs:statusbuf (Results 1 – 3 of 3) sorted by relevance
138 char *statusbuf; /* status transfer_buffer */ member370 error = usblp_read_status(usblp, usblp->statusbuf); in usblp_check_status()378 status = *usblp->statusbuf; in usblp_check_status()466 kfree(usblp->statusbuf); in usblp_cleanup()692 retval = usblp_read_status(usblp, usblp->statusbuf); in usblp_ioctl()700 status = *usblp->statusbuf; in usblp_ioctl()936 usblp_read_status(usblp, usblp->statusbuf); in usblp_wwait()1181 usblp->statusbuf = kmalloc(STATUS_BUF_SIZE, GFP_KERNEL); in usblp_probe()1182 if (!usblp->statusbuf) { in usblp_probe()1243 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()