Symbol: usb_string_descriptor
sys/dev/usb/template/usb_template.c
150
usb_decode_str_desc(struct usb_string_descriptor *sd, char *buf, size_t buflen)
sys/dev/usb/template/usb_template.c
175
struct usb_string_descriptor *sd = arg1;
sys/dev/usb/template/usb_template.h
120
void usb_decode_str_desc(struct usb_string_descriptor *sd,
sys/dev/usb/template/usb_template_audio.c
89
static struct usb_string_descriptor audio_mixer;
sys/dev/usb/template/usb_template_audio.c
90
static struct usb_string_descriptor audio_record;
sys/dev/usb/template/usb_template_audio.c
91
static struct usb_string_descriptor audio_playback;
sys/dev/usb/template/usb_template_audio.c
92
static struct usb_string_descriptor audio_manufacturer;
sys/dev/usb/template/usb_template_audio.c
93
static struct usb_string_descriptor audio_product;
sys/dev/usb/template/usb_template_audio.c
94
static struct usb_string_descriptor audio_serial_number;
sys/dev/usb/template/usb_template_cdce.c
91
static struct usb_string_descriptor eth_mac;
sys/dev/usb/template/usb_template_cdce.c
92
static struct usb_string_descriptor eth_control;
sys/dev/usb/template/usb_template_cdce.c
93
static struct usb_string_descriptor eth_data;
sys/dev/usb/template/usb_template_cdce.c
94
static struct usb_string_descriptor eth_configuration;
sys/dev/usb/template/usb_template_cdce.c
95
static struct usb_string_descriptor eth_manufacturer;
sys/dev/usb/template/usb_template_cdce.c
96
static struct usb_string_descriptor eth_product;
sys/dev/usb/template/usb_template_cdce.c
97
static struct usb_string_descriptor eth_serial_number;
sys/dev/usb/template/usb_template_cdceem.c
87
static struct usb_string_descriptor cdceem_interface;
sys/dev/usb/template/usb_template_cdceem.c
88
static struct usb_string_descriptor cdceem_configuration;
sys/dev/usb/template/usb_template_cdceem.c
89
static struct usb_string_descriptor cdceem_manufacturer;
sys/dev/usb/template/usb_template_cdceem.c
90
static struct usb_string_descriptor cdceem_product;
sys/dev/usb/template/usb_template_cdceem.c
91
static struct usb_string_descriptor cdceem_serial_number;
sys/dev/usb/template/usb_template_kbd.c
85
static struct usb_string_descriptor kbd_interface;
sys/dev/usb/template/usb_template_kbd.c
86
static struct usb_string_descriptor kbd_manufacturer;
sys/dev/usb/template/usb_template_kbd.c
87
static struct usb_string_descriptor kbd_product;
sys/dev/usb/template/usb_template_kbd.c
88
static struct usb_string_descriptor kbd_serial_number;
sys/dev/usb/template/usb_template_midi.c
84
static struct usb_string_descriptor midi_interface;
sys/dev/usb/template/usb_template_midi.c
85
static struct usb_string_descriptor midi_manufacturer;
sys/dev/usb/template/usb_template_midi.c
86
static struct usb_string_descriptor midi_product;
sys/dev/usb/template/usb_template_midi.c
87
static struct usb_string_descriptor midi_serial_number;
sys/dev/usb/template/usb_template_modem.c
91
static struct usb_string_descriptor modem_interface;
sys/dev/usb/template/usb_template_modem.c
92
static struct usb_string_descriptor modem_manufacturer;
sys/dev/usb/template/usb_template_modem.c
93
static struct usb_string_descriptor modem_product;
sys/dev/usb/template/usb_template_modem.c
94
static struct usb_string_descriptor modem_serial_number;
sys/dev/usb/template/usb_template_mouse.c
85
static struct usb_string_descriptor mouse_interface;
sys/dev/usb/template/usb_template_mouse.c
86
static struct usb_string_descriptor mouse_manufacturer;
sys/dev/usb/template/usb_template_mouse.c
87
static struct usb_string_descriptor mouse_product;
sys/dev/usb/template/usb_template_mouse.c
88
static struct usb_string_descriptor mouse_serial_number;
sys/dev/usb/template/usb_template_msc.c
86
static struct usb_string_descriptor msc_interface;
sys/dev/usb/template/usb_template_msc.c
87
static struct usb_string_descriptor msc_configuration;
sys/dev/usb/template/usb_template_msc.c
88
static struct usb_string_descriptor msc_manufacturer;
sys/dev/usb/template/usb_template_msc.c
89
static struct usb_string_descriptor msc_product;
sys/dev/usb/template/usb_template_msc.c
90
static struct usb_string_descriptor msc_serial_number;
sys/dev/usb/template/usb_template_mtp.c
95
static struct usb_string_descriptor mtp_interface;
sys/dev/usb/template/usb_template_mtp.c
96
static struct usb_string_descriptor mtp_configuration;
sys/dev/usb/template/usb_template_mtp.c
97
static struct usb_string_descriptor mtp_manufacturer;
sys/dev/usb/template/usb_template_mtp.c
98
static struct usb_string_descriptor mtp_product;
sys/dev/usb/template/usb_template_mtp.c
99
static struct usb_string_descriptor mtp_serial_number;
sys/dev/usb/template/usb_template_multi.c
107
static struct usb_string_descriptor multi_modem;
sys/dev/usb/template/usb_template_multi.c
108
static struct usb_string_descriptor multi_eth_mac;
sys/dev/usb/template/usb_template_multi.c
109
static struct usb_string_descriptor multi_eth_control;
sys/dev/usb/template/usb_template_multi.c
110
static struct usb_string_descriptor multi_eth_data;
sys/dev/usb/template/usb_template_multi.c
111
static struct usb_string_descriptor multi_storage;
sys/dev/usb/template/usb_template_multi.c
112
static struct usb_string_descriptor multi_configuration;
sys/dev/usb/template/usb_template_multi.c
113
static struct usb_string_descriptor multi_manufacturer;
sys/dev/usb/template/usb_template_multi.c
114
static struct usb_string_descriptor multi_product;
sys/dev/usb/template/usb_template_multi.c
115
static struct usb_string_descriptor multi_serial_number;
sys/dev/usb/template/usb_template_phone.c
91
static struct usb_string_descriptor phone_mixer;
sys/dev/usb/template/usb_template_phone.c
92
static struct usb_string_descriptor phone_record;
sys/dev/usb/template/usb_template_phone.c
93
static struct usb_string_descriptor phone_playback;
sys/dev/usb/template/usb_template_phone.c
94
static struct usb_string_descriptor phone_hid;
sys/dev/usb/template/usb_template_phone.c
95
static struct usb_string_descriptor phone_manufacturer;
sys/dev/usb/template/usb_template_phone.c
96
static struct usb_string_descriptor phone_product;
sys/dev/usb/template/usb_template_phone.c
97
static struct usb_string_descriptor phone_serial_number;
sys/dev/usb/template/usb_template_serialnet.c
105
static struct usb_string_descriptor serialnet_modem;
sys/dev/usb/template/usb_template_serialnet.c
106
static struct usb_string_descriptor serialnet_eth_mac;
sys/dev/usb/template/usb_template_serialnet.c
107
static struct usb_string_descriptor serialnet_eth_control;
sys/dev/usb/template/usb_template_serialnet.c
108
static struct usb_string_descriptor serialnet_eth_data;
sys/dev/usb/template/usb_template_serialnet.c
109
static struct usb_string_descriptor serialnet_configuration;
sys/dev/usb/template/usb_template_serialnet.c
110
static struct usb_string_descriptor serialnet_manufacturer;
sys/dev/usb/template/usb_template_serialnet.c
111
static struct usb_string_descriptor serialnet_product;
sys/dev/usb/template/usb_template_serialnet.c
112
static struct usb_string_descriptor serialnet_serial_number;
sys/dev/usb/usb.h
583
typedef struct usb_string_descriptor usb_string_descriptor_t;
sys/dev/usb/usb_util.c
170
struct usb_string_descriptor *p = ptr;