Home
last modified time | relevance | path

Searched refs:usb_descriptor (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/bus/u4b/
HDusb_parse.c64 struct usb_descriptor *
66 struct usb_descriptor *_desc) in usb_desc_foreach()
102 return ((struct usb_descriptor *)desc); in usb_desc_foreach()
130 usb_desc_foreach(cd, (struct usb_descriptor *)id); in usb_idesc_foreach()
162 ps->desc = (struct usb_descriptor *)id; in usb_idesc_foreach()
181 struct usb_descriptor *desc; in usb_edesc_foreach()
183 desc = ((struct usb_descriptor *)ped); in usb_edesc_foreach()
216 struct usb_descriptor *desc; in usb_ed_comp_foreach()
218 desc = ((struct usb_descriptor *)ped); in usb_ed_comp_foreach()
245 struct usb_descriptor *desc = NULL; in usbd_get_no_descriptors()
[all …]
HDusbdi_util.h34 struct usb_descriptor *desc;
46 struct usb_descriptor *usb_desc_foreach(struct usb_config_descriptor *cd,
47 struct usb_descriptor *desc);
HDusb.h269 struct usb_descriptor { struct
274 typedef struct usb_descriptor usb_descriptor_t; argument
HDusb_hid.c774 struct usb_descriptor *desc = (void *)id; in hid_get_descriptor_from_usb()
HDusb_device.c2051 struct usb_descriptor *desc; in usb_cdev_create()
2260 struct usb_descriptor *desc; in usbd_find_descriptor()
/dragonfly/sys/bus/u4b/template/
HDusb_template.c94 struct usb_descriptor *);
678 struct usb_descriptor *desc; in usb_hw_ep_get_needs()
841 struct usb_descriptor *desc) in usb_hw_ep_resolve()
/dragonfly/sys/bus/u4b/audio/
HDuaudio.c360 const struct usb_descriptor *desc;
1548 struct usb_descriptor *desc = NULL; in uaudio_chan_fill_info_sub()
3811 const struct usb_descriptor *desc; in uaudio_mixer_verify_desc()
3944 const struct usb_descriptor *desc; in uaudio20_mixer_verify_desc()
4092 const struct usb_descriptor *dp; in uaudio_mixer_get_cluster()
4156 const struct usb_descriptor *dp; in uaudio20_mixer_get_cluster()
4859 const struct usb_descriptor *dp; in uaudio_mixer_fill_info()
/dragonfly/sys/bus/u4b/serial/
HDufoma.c497 struct usb_descriptor *desc = (void *)id; in ufoma_get_intconf()
/dragonfly/sys/netgraph7/bluetooth/drivers/ubt/
HDng_ubt.c618 (struct usb_descriptor *)ed))) { in ubt_attach()