Home
last modified time | relevance | path

Searched refs:ppConfigDesc (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/usb/template/
H A Dusb_template.h87 const struct usb_temp_config_desc **ppConfigDesc; member
H A Dusb_template_cdceem.c157 .ppConfigDesc = cdceem_configs,
H A Dusb_template_msc.c156 .ppConfigDesc = msc_configs,
H A Dusb_template_midi.c215 .ppConfigDesc = midi_configs,
H A Dusb_template_kbd.c175 .ppConfigDesc = keyboard_configs,
H A Dusb_template_mouse.c173 .ppConfigDesc = mouse_configs,
H A Dusb_template_mtp.c179 .ppConfigDesc = mtp_configs,
H A Dusb_template_modem.c216 .ppConfigDesc = modem_configs,
H A Dusb_template_cdce.c233 .ppConfigDesc = eth_configs,
H A Dusb_template_audio.c367 .ppConfigDesc = audio_configs,
H A Dusb_template_phone.c365 .ppConfigDesc = phone_configs,
H A Dusb_template_serialnet.c339 .ppConfigDesc = serialnet_configs,
H A Dusb_template_multi.c382 .ppConfigDesc = multi_configs,
H A Dusb_template.c526 tcd = tdd->ppConfigDesc; in usb_make_device_desc()