| /linux/sound/usb/ |
| H A D | implicit.c | 86 const struct usb_host_interface *alts) in add_implicit_fb_sync_ep() 116 struct usb_host_interface *alts; in add_generic_uac2_implicit_fb() 136 static bool roland_sanity_check_iface(struct usb_host_interface *alts) in roland_sanity_check_iface() 149 struct usb_host_interface *alts) in add_roland_implicit_fb() 179 struct usb_host_interface *alts) in add_roland_capture_quirk() 206 struct usb_host_interface *alts) in is_pioneer_implicit_fb() 240 struct usb_host_interface *alts; in __add_generic_implicit_fb() 262 struct usb_host_interface *alts) in add_generic_implicit_fb() 279 const struct usb_host_interface *alts) in find_implicit_fb_entry() 295 struct usb_host_interface *alts) in audioformat_implicit_fb_quirk() [all …]
|
| H A D | helper.h | 15 struct usb_host_interface *alts); 17 struct usb_host_interface * 23 struct usb_host_interface *snd_usb_find_ctrl_interface(struct snd_usb_audio *chip, 37 static inline int snd_usb_ctrl_intf(struct usb_host_interface *ctrl_intf) in snd_usb_ctrl_intf()
|
| H A D | helper.c | 108 struct usb_host_interface *alts) in snd_usb_parse_datainterval() 124 struct usb_host_interface * 139 struct usb_host_interface *host_iface; in snd_usb_add_ctrl_interface_link() 156 struct usb_host_interface *snd_usb_find_ctrl_interface(struct snd_usb_audio *chip, in snd_usb_find_ctrl_interface()
|
| H A D | power.h | 9 struct usb_host_interface *ctrl_iface; /* Control interface */ 22 snd_usb_find_power_domain(struct usb_host_interface *ctrl_iface,
|
| H A D | clock.c | 48 static void *find_uac_clock_desc(struct usb_host_interface *iface, int id, in find_uac_clock_desc() 104 struct usb_host_interface *ctrl_intf = \ 124 struct usb_host_interface *ctrl_intf; in uac_clock_selector_get_val() 145 struct usb_host_interface *ctrl_intf; in uac_clock_selector_set_val() 188 struct usb_host_interface *ctrl_intf; in uac_clock_source_is_valid_quirk() 259 struct usb_host_interface *ctrl_intf; in uac_clock_source_is_valid() 535 struct usb_host_interface *ctrl_intf; in get_sample_rate_v2v3() 570 struct usb_host_interface *ctrl_intf; in snd_usb_set_sample_rate_v2v3()
|
| H A D | stream.c | 586 struct usb_host_interface *alts, in snd_usb_add_audio_stream_v3() 650 snd_usb_find_input_terminal_descriptor(struct usb_host_interface *ctrl_iface, in parse_uac_endpoint_attributes() 668 snd_usb_find_output_terminal_descriptor(struct usb_host_interface *ctrl_iface, in snd_usb_find_input_terminal_descriptor() 688 struct usb_host_interface *alts, in snd_usb_find_output_terminal_descriptor() 716 struct usb_host_interface *alts, in audio_format_alloc_init() 723 struct usb_host_interface *ctrl_intf; 872 struct usb_host_interface *alts, in snd_usb_get_audioformat_uac12() 883 struct usb_host_interface *ctrl_intf; in snd_usb_get_audioformat_uac3() 1118 struct usb_host_interface *alts; in snd_usb_get_audioformat_uac3()
|
| H A D | implicit.h | 7 struct usb_host_interface *alts);
|
| H A D | usbaudio.h | 30 struct usb_host_interface *ctrl_intf; 72 struct usb_host_interface *ctrl_intf; /* the audio control interface */
|
| H A D | power.c | 17 snd_usb_find_power_domain(struct usb_host_interface *ctrl_iface, in snd_usb_find_power_domain()
|
| H A D | format.c | 345 struct usb_host_interface *alts; in focusrite_valid_sample_rate() 550 struct usb_host_interface *alts; in validate_sample_rate_table_v2v3() 628 struct usb_host_interface *ctrl_intf; in parse_audio_format_rates_v2v3()
|
| H A D | midi2.c | 95 struct usb_host_interface *hostif; 517 struct usb_host_interface *hostif = umidi->hostif; in get_group_terminal_block_descs() 649 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() 1074 struct usb_host_interface *hostif; in snd_usb_midi_v2_create()
|
| H A D | mixer.h | 18 struct usb_host_interface *hostif;
|
| H A D | quirks.c | 98 struct usb_host_interface *alts; in create_standard_audio_quirk() 158 struct usb_host_interface *alts; in create_fixed_stream_quirk() 223 struct usb_host_interface *alts; in create_auto_pcm_quirk() 264 struct usb_host_interface *alts) in create_yamaha_midi_quirk() 296 struct usb_host_interface *alts) in create_roland_midi_quirk() 320 struct usb_host_interface *alts) in create_std_midi_quirk() 349 struct usb_host_interface *alts; in create_auto_midi_quirk() 411 struct usb_host_interface *alts; in create_uaxx_quirk()
|
| H A D | midi.c | 1126 struct usb_host_interface *hostif; in update_roland_altsetting() 1806 static int find_usb_ijack(struct usb_host_interface *hostif, uint8_t jack_id) in find_usb_ijack() 1852 struct usb_host_interface *hostif; in snd_usbmidi_init_substream() 1976 struct usb_host_interface *hostif; in snd_usbmidi_get_ms_info() 2113 struct usb_host_interface *hostif; in snd_usbmidi_switch_roland_altsetting() 2150 struct usb_host_interface *hostif; in snd_usbmidi_detect_endpoints() 2215 struct usb_host_interface *hostif; in snd_usbmidi_detect_yamaha() 2256 struct usb_host_interface *hostif; in snd_usbmidi_detect_roland() 2297 struct usb_host_interface *hostif; in snd_usbmidi_create_endpoints_midiman()
|
| /linux/drivers/usb/storage/ |
| H A D | uas-detect.h | 6 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/include/linux/ |
| H A D | usb.h | 85 struct usb_host_interface { struct 107 usb_find_common_endpoints(struct usb_host_interface *alt, argument 114 usb_find_common_endpoints_reverse(struct usb_host_interface *alt, 121 usb_find_bulk_in_endpoint(struct usb_host_interface *alt, in usb_find_bulk_in_endpoint() 128 usb_find_bulk_out_endpoint(struct usb_host_interface *alt, in usb_find_bulk_out_endpoint() 135 usb_find_int_in_endpoint(struct usb_host_interface *alt, in usb_find_int_in_endpoint() 142 usb_find_int_out_endpoint(struct usb_host_interface *alt, in usb_find_int_out_endpoint() 149 usb_find_last_bulk_in_endpoint(struct usb_host_interface *alt, in usb_find_last_bulk_in_endpoint() 156 usb_find_last_bulk_out_endpoint(struct usb_host_interface *alt, in usb_find_last_bulk_out_endpoint() 163 usb_find_last_int_in_endpoint(struct usb_host_interface *alt, in usb_find_last_int_in_endpoint() [all …]
|
| /linux/drivers/input/misc/ |
| H A D | ati_remote2.c | 768 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_probe() 853 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_disconnect() 874 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_suspend() 896 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_resume() 920 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_reset_resume() 948 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_pre_reset() 968 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_post_reset()
|
| /linux/drivers/usb/core/ |
| H A D | message.c | 1305 struct usb_host_interface *alt = intf->cur_altsetting; in create_intf_ep_devs() 1319 struct usb_host_interface *alt = intf->cur_altsetting; in remove_intf_ep_devs() 1404 struct usb_host_interface *alt = intf->cur_altsetting; in usb_disable_interface() 1540 struct usb_host_interface *alt = intf->cur_altsetting; in usb_enable_interface() 1590 struct usb_host_interface *alt; in usb_set_interface() 1802 struct usb_host_interface *alt; in usb_reset_configuration() 1885 const struct usb_host_interface *alt; in usb_if_uevent() 2162 struct usb_host_interface *alt; in usb_set_configuration()
|
| H A D | usb.c | 136 int usb_find_common_endpoints(struct usb_host_interface *alt, in usb_find_common_endpoints() 182 int usb_find_common_endpoints_reverse(struct usb_host_interface *alt, in usb_find_common_endpoints_reverse() 298 struct usb_host_interface *usb_find_alt_setting( in usb_find_alt_setting() 385 struct usb_host_interface *usb_altnum_to_altsetting( in usb_altnum_to_altsetting()
|
| H A D | config.c | 261 struct usb_host_interface *alt; in config_endpoint_is_duplicate() 288 struct usb_host_interface *ifp, int num_ep, in usb_parse_endpoint() 544 struct usb_host_interface *alt = &intfc->altsetting[j]; in usb_release_interface_cache() 560 struct usb_host_interface *alt; in usb_parse_interface()
|
| H A D | quirks.c | 652 struct usb_host_interface *intf, in usb_endpoint_is_ignored() 684 struct usb_host_interface *intf; in usb_match_any_interface()
|
| /linux/drivers/media/usb/gspca/stv06xx/ |
| H A D | stv06xx.c | 274 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/drivers/hid/usbhid/ |
| H A D | hid-core.c | 879 struct usb_host_interface *interface = intf->cur_altsetting; in usbhid_get_raw_report() 912 struct usb_host_interface *interface = intf->cur_altsetting; in usbhid_set_raw_report() 985 struct usb_host_interface *interface = intf->cur_altsetting; in usbhid_parse() 1084 struct usb_host_interface *interface = intf->cur_altsetting; in usbhid_start() 1326 struct usb_host_interface *interface = intf->cur_altsetting; in usbhid_idle() 1365 struct usb_host_interface *interface = intf->cur_altsetting; in usbhid_probe() 1545 struct usb_host_interface *interface = intf->cur_altsetting; in hid_post_reset()
|
| H A D | usbmouse.c | 109 struct usb_host_interface *interface; in usb_mouse_probe()
|
| /linux/drivers/media/usb/b2c2/ |
| H A D | flexcop-usb.c | 426 struct usb_host_interface *alt = fc_usb->uintf->cur_altsetting; in flexcop_usb_transfer_init() 504 struct usb_host_interface *alt; in flexcop_usb_init()
|