Searched refs:oterm (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/ |
H A D | mixer.c | 72 struct usb_audio_term oterm; member 1588 struct usb_audio_term *oterm, in __build_feature_ctl() 1677 if (!len && oterm) in __build_feature_ctl() 1678 len = get_term_name(mixer->chip, oterm, in __build_feature_ctl() 1694 if (!mapped_name && oterm && !(oterm->type >> 16)) { in __build_feature_ctl() 1695 if ((oterm->type & 0xff00) == 0x0100) in __build_feature_ctl() 1766 iterm, &state->oterm, unitid, nameid, readonly_mask); in build_feature_ctl() 2753 len = get_term_name(state->chip, &state->oterm, in parse_audio_selector_unit() 2763 else if ((state->oterm in parse_audio_selector_unit() 1584 __build_feature_ctl(struct usb_mixer_interface *mixer, const struct usbmix_name_map *imap, unsigned int ctl_mask, int control, struct usb_audio_term *iterm, struct usb_audio_term *oterm, int unitid, int nameid, int readonly_mask) __build_feature_ctl() argument 3110 struct usb_audio_term iterm, oterm; snd_usb_mixer_controls_badd() local [all...] |
/kernel/linux/linux-6.6/sound/usb/ |
H A D | mixer.c | 72 struct usb_audio_term oterm; member 1659 struct usb_audio_term *oterm, in __build_feature_ctl() 1748 if (!len && oterm) in __build_feature_ctl() 1749 len = get_term_name(mixer->chip, oterm, in __build_feature_ctl() 1765 if (!mapped_name && oterm && !(oterm->type >> 16)) { in __build_feature_ctl() 1766 if ((oterm->type & 0xff00) == 0x0100) in __build_feature_ctl() 1837 iterm, &state->oterm, unitid, nameid, readonly_mask); in build_feature_ctl() 2834 len = get_term_name(state->chip, &state->oterm, in parse_audio_selector_unit() 2844 else if ((state->oterm in parse_audio_selector_unit() 1655 __build_feature_ctl(struct usb_mixer_interface *mixer, const struct usbmix_name_map *imap, unsigned int ctl_mask, int control, struct usb_audio_term *iterm, struct usb_audio_term *oterm, int unitid, int nameid, int readonly_mask) __build_feature_ctl() argument 3191 struct usb_audio_term iterm, oterm; snd_usb_mixer_controls_badd() local [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 1835 struct uvc_entity *oterm = NULL; in uvc_scan_fallback() local 1851 if (oterm) in uvc_scan_fallback() 1853 oterm = entity; in uvc_scan_fallback() 1857 if (iterm == NULL || oterm == NULL) in uvc_scan_fallback() 1865 if (uvc_scan_chain_entity(chain, oterm) < 0) in uvc_scan_fallback() 1868 prev = oterm; in uvc_scan_fallback()
|
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 1705 struct uvc_entity *oterm = NULL; in uvc_scan_fallback() local 1721 if (oterm) in uvc_scan_fallback() 1723 oterm = entity; in uvc_scan_fallback() 1727 if (iterm == NULL || oterm == NULL) in uvc_scan_fallback() 1735 if (uvc_scan_chain_entity(chain, oterm) < 0) in uvc_scan_fallback() 1738 prev = oterm; in uvc_scan_fallback()
|
Completed in 15 milliseconds