Home
last modified time | relevance | path

Searched refs:usb_host_interface (Results 1 – 25 of 147) sorted by relevance

123456

/linux-6.6.21/sound/usb/
Dimplicit.c85 const struct usb_host_interface *alts) in add_implicit_fb_sync_ep()
115 struct usb_host_interface *alts; in add_generic_uac2_implicit_fb()
135 static bool roland_sanity_check_iface(struct usb_host_interface *alts) in roland_sanity_check_iface()
148 struct usb_host_interface *alts) in add_roland_implicit_fb()
178 struct usb_host_interface *alts) in add_roland_capture_quirk()
205 struct usb_host_interface *alts) in is_pioneer_implicit_fb()
239 struct usb_host_interface *alts; in __add_generic_implicit_fb()
261 struct usb_host_interface *alts) in add_generic_implicit_fb()
278 const struct usb_host_interface *alts) in find_implicit_fb_entry()
294 struct usb_host_interface *alts) in audioformat_implicit_fb_quirk()
[all …]
Dhelper.h15 struct usb_host_interface *alts);
17 struct usb_host_interface *
Dhelper.c107 struct usb_host_interface *alts) in snd_usb_parse_datainterval()
123 struct usb_host_interface *
Dimplicit.h7 struct usb_host_interface *alts);
Dpower.h21 snd_usb_find_power_domain(struct usb_host_interface *ctrl_iface,
Dstream.c574 struct usb_host_interface *alts, in parse_uac_endpoint_attributes()
638 snd_usb_find_input_terminal_descriptor(struct usb_host_interface *ctrl_iface, in snd_usb_find_input_terminal_descriptor()
656 snd_usb_find_output_terminal_descriptor(struct usb_host_interface *ctrl_iface, in snd_usb_find_output_terminal_descriptor()
676 struct usb_host_interface *alts, in audio_format_alloc_init()
706 struct usb_host_interface *alts, in snd_usb_get_audioformat_uac12()
859 struct usb_host_interface *alts, in snd_usb_get_audioformat_uac3()
1091 struct usb_host_interface *alts; in __snd_usb_parse_audio_interface()
Dpower.c17 snd_usb_find_power_domain(struct usb_host_interface *ctrl_iface, in snd_usb_find_power_domain()
Dquirks.c95 struct usb_host_interface *alts; in create_standard_audio_quirk()
155 struct usb_host_interface *alts; in create_fixed_stream_quirk()
220 struct usb_host_interface *alts; in create_auto_pcm_quirk()
261 struct usb_host_interface *alts) in create_yamaha_midi_quirk()
293 struct usb_host_interface *alts) in create_roland_midi_quirk()
317 struct usb_host_interface *alts) in create_std_midi_quirk()
346 struct usb_host_interface *alts; in create_auto_midi_quirk()
408 struct usb_host_interface *alts; in create_uaxx_quirk()
Dmidi.c1061 struct usb_host_interface *hostif; in update_roland_altsetting()
1746 struct usb_host_interface *hostif, uint8_t jack_id) in find_usb_in_jack_descriptor()
1769 struct usb_host_interface *hostif, uint8_t jack_id) in find_usb_out_jack_descriptor()
1798 struct usb_host_interface *hostif; in snd_usbmidi_init_substream()
1929 struct usb_host_interface *hostif; in snd_usbmidi_get_ms_info()
2067 struct usb_host_interface *hostif; in snd_usbmidi_switch_roland_altsetting()
2104 struct usb_host_interface *hostif; in snd_usbmidi_detect_endpoints()
2169 struct usb_host_interface *hostif; in snd_usbmidi_detect_yamaha()
2210 struct usb_host_interface *hostif; in snd_usbmidi_detect_roland()
2251 struct usb_host_interface *hostif; in snd_usbmidi_create_endpoints_midiman()
Dmixer.h18 struct usb_host_interface *hostif;
Dusbaudio.h63 struct usb_host_interface *ctrl_intf; /* the audio control interface */
Dmidi2.c95 struct usb_host_interface *hostif;
523 struct usb_host_interface *hostif = umidi->hostif; in get_group_terminal_block_descs()
665 struct usb_host_interface *hostif = umidi->hostif; in parse_midi_2_0_endpoints()
1000 static bool is_midi2_altset(struct usb_host_interface *hostif) in is_midi2_altset()
1075 struct usb_host_interface *hostif; in snd_usb_midi_v2_create()
Dcard.c143 struct usb_host_interface *alts; in snd_usb_create_stream()
224 struct usb_host_interface *host_iface; in snd_usb_create_streams()
776 struct usb_host_interface *alts; in usb_audio_probe()
/linux-6.6.21/drivers/usb/storage/
Duas-detect.h6 static int uas_is_interface(struct usb_host_interface *intf) in uas_is_interface()
13 static struct usb_host_interface *uas_find_uas_alt_setting( in uas_find_uas_alt_setting()
19 struct usb_host_interface *alt = &intf->altsetting[i]; in uas_find_uas_alt_setting()
28 static int uas_find_endpoints(struct usb_host_interface *alt, in uas_find_endpoints()
63 struct usb_host_interface *alt; in uas_use_uas_driver()
/linux-6.6.21/include/linux/
Dusb.h81 struct usb_host_interface { struct
103 usb_find_common_endpoints(struct usb_host_interface *alt, argument
110 usb_find_common_endpoints_reverse(struct usb_host_interface *alt,
117 usb_find_bulk_in_endpoint(struct usb_host_interface *alt, in usb_find_bulk_in_endpoint()
124 usb_find_bulk_out_endpoint(struct usb_host_interface *alt, in usb_find_bulk_out_endpoint()
131 usb_find_int_in_endpoint(struct usb_host_interface *alt, in usb_find_int_in_endpoint()
138 usb_find_int_out_endpoint(struct usb_host_interface *alt, in usb_find_int_out_endpoint()
145 usb_find_last_bulk_in_endpoint(struct usb_host_interface *alt, in usb_find_last_bulk_in_endpoint()
152 usb_find_last_bulk_out_endpoint(struct usb_host_interface *alt, in usb_find_last_bulk_out_endpoint()
159 usb_find_last_int_in_endpoint(struct usb_host_interface *alt, in usb_find_last_int_in_endpoint()
[all …]
/linux-6.6.21/drivers/input/misc/
Dati_remote2.c802 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_probe()
893 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_disconnect()
916 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_suspend()
940 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_resume()
966 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_reset_resume()
997 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_pre_reset()
1017 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_post_reset()
/linux-6.6.21/drivers/usb/core/
Dusb.h42 struct usb_host_interface *intf,
71 struct usb_host_interface *intf,
Dusb.c135 int usb_find_common_endpoints(struct usb_host_interface *alt, in usb_find_common_endpoints()
181 int usb_find_common_endpoints_reverse(struct usb_host_interface *alt, in usb_find_common_endpoints_reverse()
297 struct usb_host_interface *usb_find_alt_setting( in usb_find_alt_setting()
384 struct usb_host_interface *usb_altnum_to_altsetting( in usb_altnum_to_altsetting()
Dmessage.c1243 struct usb_host_interface *alt = intf->cur_altsetting; in create_intf_ep_devs()
1257 struct usb_host_interface *alt = intf->cur_altsetting; in remove_intf_ep_devs()
1342 struct usb_host_interface *alt = intf->cur_altsetting; in usb_disable_interface()
1478 struct usb_host_interface *alt = intf->cur_altsetting; in usb_enable_interface()
1527 struct usb_host_interface *alt; in usb_set_interface()
1739 struct usb_host_interface *alt; in usb_reset_configuration()
1822 const struct usb_host_interface *alt; in usb_if_uevent()
2101 struct usb_host_interface *alt; in usb_set_configuration()
Dquirks.c587 struct usb_host_interface *intf, in usb_endpoint_is_ignored()
619 struct usb_host_interface *intf; in usb_match_any_interface()
Dconfig.c229 struct usb_host_interface *alt; in config_endpoint_is_duplicate()
256 struct usb_host_interface *ifp, int num_ep, in usb_parse_endpoint()
490 struct usb_host_interface *alt = &intfc->altsetting[j]; in usb_release_interface_cache()
506 struct usb_host_interface *alt; in usb_parse_interface()
/linux-6.6.21/drivers/media/usb/gspca/stv06xx/
Dstv06xx.c274 struct usb_host_interface *alt; in stv06xx_start()
313 struct usb_host_interface *alt; in stv06xx_isoc_init()
336 struct usb_host_interface *alt; in stv06xx_isoc_nego()
/linux-6.6.21/drivers/hid/usbhid/
Dhid-core.c876 struct usb_host_interface *interface = intf->cur_altsetting; in usbhid_get_raw_report()
909 struct usb_host_interface *interface = intf->cur_altsetting; in usbhid_set_raw_report()
982 struct usb_host_interface *interface = intf->cur_altsetting; in usbhid_parse()
1063 struct usb_host_interface *interface = intf->cur_altsetting; in usbhid_start()
1305 struct usb_host_interface *interface = intf->cur_altsetting; in usbhid_idle()
1344 struct usb_host_interface *interface = intf->cur_altsetting; in usbhid_probe()
1525 struct usb_host_interface *interface = intf->cur_altsetting; in hid_post_reset()
/linux-6.6.21/drivers/media/rc/
Dimon_raw.c109 struct usb_host_interface *idesc; in imon_probe()
/linux-6.6.21/include/linux/usb/
Dhcd.h446 struct usb_host_interface *old_alt,
447 struct usb_host_interface *new_alt);

123456