Searched refs:bClockID (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/sound/usb/ |
H A D | clock.c | 69 return GET_VAL(cs, proto, bClockID) == id; in validate_clock_source() 78 if (GET_VAL(cs, proto, bClockID) != id) in validate_clock_selector() 97 return GET_VAL(cs, proto, bClockID) == id; in validate_clock_multiplier() 194 (fmt->clock & 0xff) == cs_desc->v2.bClockID && in uac_clock_source_is_valid_quirk() 299 entity_id = GET_VAL(source, proto, bClockID); in __uac_clock_find_source() 313 clock_id = GET_VAL(selector, proto, bClockID); in __uac_clock_find_source()
|
H A D | mixer.c | 1951 snd_usb_mixer_elem_init_std(&cval->head, state->mixer, hdr->bClockID); in parse_clock_source_unit() 1975 "Clock Source %d Validity", hdr->bClockID); in parse_clock_source_unit()
|
/openbmc/linux/include/linux/usb/ |
H A D | audio-v2.h | 71 __u8 bClockID; member 91 __u8 bClockID; member 103 __u8 bClockID; member
|
H A D | audio-v3.h | 135 __u8 bClockID; member 153 __u8 bClockID; member 164 __u8 bClockID; member
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_uac2.c | 32 #define USB_OUT_CLK_ID (out_clk_src_desc.bClockID) 33 #define USB_IN_CLK_ID (in_clk_src_desc.bClockID) 923 out_clk_src_desc.bClockID = i++; in setup_descriptor() 925 in_clk_src_desc.bClockID = i++; in setup_descriptor() 927 usb_out_it_desc.bCSourceID = out_clk_src_desc.bClockID; in setup_descriptor() 936 usb_in_ot_desc.bCSourceID = in_clk_src_desc.bClockID; in setup_descriptor() 937 io_in_it_desc.bCSourceID = in_clk_src_desc.bClockID; in setup_descriptor() 938 io_out_ot_desc.bCSourceID = out_clk_src_desc.bClockID; in setup_descriptor()
|