Lines Matching refs:tbuf
487 u8 *tbuf = NULL; in rh_call_control() local
513 tbuf = kzalloc(tbuf_size, GFP_KERNEL); in rh_call_control()
514 if (!tbuf) { in rh_call_control()
519 bufp = tbuf; in rh_call_control()
544 tbuf[0] = (device_may_wakeup(&hcd->self.root_hub->dev) in rh_call_control()
547 tbuf[1] = 0; in rh_call_control()
564 tbuf[0] = 1; in rh_call_control()
633 tbuf[0] = 0; in rh_call_control()
650 tbuf[0] = 0; in rh_call_control()
651 tbuf[1] = 0; in rh_call_control()
684 tbuf, wLength); in rh_call_control()
688 (struct usb_hub_descriptor *)tbuf); in rh_call_control()
731 kfree(tbuf); in rh_call_control()