Home
last modified time | relevance | path

Searched refs:bos (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/usb/wusbcore/
Ddevconnect.c723 struct usb_bos_descriptor *bos, size_t desc_size) in wusb_dev_bos_grok() argument
730 itr = (void *)bos + sizeof(*bos); in wusb_dev_bos_grok()
731 top = itr + desc_size - sizeof(*bos); in wusb_dev_bos_grok()
739 (int)(itr - (void *)bos), top - itr); in wusb_dev_bos_grok()
751 (int)(itr - (void *)bos), in wusb_dev_bos_grok()
769 cap_size, (int)(itr - (void *)bos)); in wusb_dev_bos_grok()
797 struct usb_bos_descriptor *bos; in wusb_dev_bos_add() local
800 bos = kmalloc(alloc_size, GFP_KERNEL); in wusb_dev_bos_add()
801 if (bos == NULL) in wusb_dev_bos_add()
803 result = usb_get_descriptor(usb_dev, USB_DT_BOS, 0, bos, desc_size); in wusb_dev_bos_add()
[all …]
Dwusbhc.h104 struct usb_bos_descriptor *bos; member
/linux-2.6.39/Documentation/early-userspace/
DREADME152 Bryan O'Sullivan <bos@serpentine.com>