Lines Matching refs:tbuf
488 u8 *tbuf = NULL; in rh_call_control() local
514 tbuf = kzalloc(tbuf_size, GFP_KERNEL); in rh_call_control()
515 if (!tbuf) { in rh_call_control()
520 bufp = tbuf; in rh_call_control()
545 tbuf[0] = (device_may_wakeup(&hcd->self.root_hub->dev) in rh_call_control()
548 tbuf[1] = 0; in rh_call_control()
565 tbuf[0] = 1; in rh_call_control()
634 tbuf[0] = 0; in rh_call_control()
651 tbuf[0] = 0; in rh_call_control()
652 tbuf[1] = 0; in rh_call_control()
685 tbuf, wLength); in rh_call_control()
689 (struct usb_hub_descriptor *)tbuf); in rh_call_control()
732 kfree(tbuf); in rh_call_control()