Lines Matching defs:buf
47 static int c67x00_hub_status_data(struct usb_hcd *hcd, char *buf)
54 *buf = 0;
58 *buf |= (1 << i);
61 *buf <<= 1;
63 return !!*buf;
67 u16 wIndex, char *buf, u16 wLength)
79 *(__le32 *) buf = cpu_to_le32(0);
106 *(__le16 *) buf = cpu_to_le16(wPortStatus);
107 *(__le16 *) (buf + 2) = cpu_to_le16(wPortChange);
216 memcpy(buf, c67x00_hub_des, len);