Searched refs:statusbuf (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/class/
H A Dusblp.c29 * v0.13 - alloc space for statusbuf (<status> not on stack);
143 char *statusbuf; /* status transfer_buffer */ member in struct:usblp
349 if ((error = usblp_read_status(usblp, usblp->statusbuf)) < 0) {
357 status = *usblp->statusbuf;
445 kfree(usblp->statusbuf);
655 if ((retval = usblp_read_status(usblp, usblp->statusbuf))) {
663 status = *usblp->statusbuf;
885 usblp_read_status(usblp, usblp->statusbuf);
1118 usblp->statusbuf = kmalloc(STATUS_BUF_SIZE, GFP_KERNEL);
1119 if (!usblp->statusbuf) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_qe_udc.h352 u8 *statusbuf; member in struct:qe_udc
H A Dfsl_qe_udc.c2015 req->req.buf = udc->statusbuf;
2601 udc_controller->statusbuf = kzalloc(2, GFP_KERNEL);
2602 if (udc_controller->statusbuf == NULL) {
2662 kfree(udc_controller->statusbuf);
2714 kfree(udc_controller->statusbuf);

Completed in 107 milliseconds