Lines Matching refs:tbuf
474 u8 *tbuf = NULL; in rh_call_control() local
500 tbuf = kzalloc(tbuf_size, GFP_KERNEL); in rh_call_control()
501 if (!tbuf) in rh_call_control()
504 bufp = tbuf; in rh_call_control()
529 tbuf[0] = (device_may_wakeup(&hcd->self.root_hub->dev) in rh_call_control()
532 tbuf[1] = 0; in rh_call_control()
549 tbuf[0] = 1; in rh_call_control()
612 tbuf[0] = 0; in rh_call_control()
629 tbuf[0] = 0; in rh_call_control()
630 tbuf[1] = 0; in rh_call_control()
657 tbuf, wLength); in rh_call_control()
661 (struct usb_hub_descriptor *)tbuf); in rh_call_control()
704 kfree(tbuf); in rh_call_control()