Searched refs:in_ext (Results 1 – 5 of 5) sorted by relevance
| /drivers/usb/gadget/function/ |
| A D | f_midi.c | 957 struct usb_midi_in_jack_descriptor *in_ext = &jack_in_ext_desc[n]; in f_midi_bind() local 960 in_ext->bLength = USB_DT_MIDI_IN_SIZE; in f_midi_bind() 961 in_ext->bDescriptorType = USB_DT_CS_INTERFACE; in f_midi_bind() 962 in_ext->bDescriptorSubtype = USB_MS_MIDI_IN_JACK; in f_midi_bind() 963 in_ext->bJackType = USB_MS_EXTERNAL; in f_midi_bind() 964 in_ext->bJackID = jack++; in f_midi_bind() 965 in_ext->iJack = 0; in f_midi_bind() 966 midi_function[i++] = (struct usb_descriptor_header *) in_ext; in f_midi_bind() 975 out_emb->pins[0].baSourceID = in_ext->bJackID; in f_midi_bind()
|
| /drivers/hwmon/ |
| A D | lm85.c | 312 u8 in_ext[8]; /* Decoded values */ member 396 data->in_ext[i] = in lm85_update_device() 455 data->in_ext[0] = ext3 & 0x0f; in lm85_update_device() 456 data->in_ext[1] = ext4 & 0x0f; in lm85_update_device() 457 data->in_ext[2] = ext4 >> 4; in lm85_update_device() 458 data->in_ext[3] = ext3 >> 4; in lm85_update_device() 459 data->in_ext[4] = ext2 >> 4; in lm85_update_device() 849 data->in_ext[nr])); in in_show()
|
| /drivers/hid/ |
| A D | hid-wiimote.h | 203 void (*in_ext) (struct wiimote_data *wdata, const __u8 *ext); member
|
| A D | hid-wiimote-modules.c | 996 .in_ext = wiimod_nunchuk_in_ext, 1293 .in_ext = wiimod_classic_in_ext, 1569 .in_ext = wiimod_bboard_in_ext, 1965 .in_ext = wiimod_pro_in_ext, 2187 .in_ext = wiimod_drums_in_ext, 2403 .in_ext = wiimod_guitar_in_ext, 2627 .in_ext = wiimod_turntable_in_ext,
|
| A D | hid-wiimote-core.c | 1294 if (!ops->in_ext) in valid_ext_handler() 1359 ops->in_ext(wdata, payload); in handler_ext() 1369 ops->in_ext(wdata, payload); in handler_ext() 1381 ops->in_ext(wdata, payload); in handler_ext()
|
Completed in 23 milliseconds