Searched refs:ADCSRC (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/sound/pci/ctxfi/ |
D | cthardware.h | 46 enum ADCSRC{ enum 77 int (*is_adc_source_selected)(struct hw *hw, enum ADCSRC source); 78 int (*select_adc_source)(struct hw *hw, enum ADCSRC source);
|
D | cthw20k1.c | 1484 static int is_adc_input_selected_SB055x(struct hw *hw, enum ADCSRC type) in is_adc_input_selected_SB055x() 1489 static int is_adc_input_selected_SBx(struct hw *hw, enum ADCSRC type) in is_adc_input_selected_SBx() 1510 static int is_adc_input_selected_hendrix(struct hw *hw, enum ADCSRC type) in is_adc_input_selected_hendrix() 1528 static int hw_is_adc_input_selected(struct hw *hw, enum ADCSRC type) in hw_is_adc_input_selected() 1543 adc_input_select_SB055x(struct hw *hw, enum ADCSRC type, unsigned char boost) in adc_input_select_SB055x() 1583 adc_input_select_SBx(struct hw *hw, enum ADCSRC type, unsigned char boost) in adc_input_select_SBx() 1633 adc_input_select_hendrix(struct hw *hw, enum ADCSRC type, unsigned char boost) in adc_input_select_hendrix() 1677 static int hw_adc_input_select(struct hw *hw, enum ADCSRC type) in hw_adc_input_select()
|
D | cthw20k2.c | 1756 static int hw_is_adc_input_selected(struct hw *hw, enum ADCSRC type) in hw_is_adc_input_selected() 1807 static int hw_adc_input_select(struct hw *hw, enum ADCSRC type) in hw_adc_input_select()
|