Lines Matching refs:tbuf
475 u8 *tbuf = NULL; in rh_call_control() local
501 tbuf = kzalloc(tbuf_size, GFP_KERNEL); in rh_call_control()
502 if (!tbuf) in rh_call_control()
505 bufp = tbuf; in rh_call_control()
530 tbuf[0] = (device_may_wakeup(&hcd->self.root_hub->dev) in rh_call_control()
533 tbuf[1] = 0; in rh_call_control()
550 tbuf[0] = 1; in rh_call_control()
615 tbuf[0] = 0; in rh_call_control()
632 tbuf[0] = 0; in rh_call_control()
633 tbuf[1] = 0; in rh_call_control()
660 tbuf, wLength); in rh_call_control()
664 (struct usb_hub_descriptor *)tbuf); in rh_call_control()
707 kfree(tbuf); in rh_call_control()