Lines Matching refs:tbuf
465 u8 *tbuf = NULL; in rh_call_control() local
491 tbuf = kzalloc(tbuf_size, GFP_KERNEL); in rh_call_control()
492 if (!tbuf) { in rh_call_control()
497 bufp = tbuf; in rh_call_control()
522 tbuf[0] = (device_may_wakeup(&hcd->self.root_hub->dev) in rh_call_control()
525 tbuf[1] = 0; in rh_call_control()
542 tbuf[0] = 1; in rh_call_control()
607 tbuf[0] = 0; in rh_call_control()
624 tbuf[0] = 0; in rh_call_control()
625 tbuf[1] = 0; in rh_call_control()
658 tbuf, wLength); in rh_call_control()
662 (struct usb_hub_descriptor *)tbuf); in rh_call_control()
705 kfree(tbuf); in rh_call_control()