Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/template/
H A Dusb_template.h88 const struct usb_temp_config_desc **ppConfigDesc; member
H A Dusb_template_msc.c157 .ppConfigDesc = msc_configs,
H A Dusb_template_cdceem.c158 .ppConfigDesc = cdceem_configs,
H A Dusb_template_midi.c216 .ppConfigDesc = midi_configs,
H A Dusb_template_mouse.c174 .ppConfigDesc = mouse_configs,
H A Dusb_template_kbd.c176 .ppConfigDesc = keyboard_configs,
H A Dusb_template_modem.c217 .ppConfigDesc = modem_configs,
H A Dusb_template_mtp.c180 .ppConfigDesc = mtp_configs,
H A Dusb_template_cdce.c234 .ppConfigDesc = eth_configs,
H A Dusb_template_audio.c368 .ppConfigDesc = audio_configs,
H A Dusb_template_serialnet.c341 .ppConfigDesc = serialnet_configs,
H A Dusb_template_phone.c366 .ppConfigDesc = phone_configs,
H A Dusb_template_multi.c384 .ppConfigDesc = multi_configs,
H A Dusb_template.c527 tcd = tdd->ppConfigDesc; in usb_make_device_desc()