Searched refs:ADCSRC (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/sound/pci/ctxfi/ |
D | cthardware.h | 49 enum ADCSRC{ enum 80 int (*is_adc_source_selected)(struct hw *hw, enum ADCSRC source); 81 int (*select_adc_source)(struct hw *hw, enum ADCSRC source);
|
D | cthw20k1.c | 1488 static int is_adc_input_selected_SB055x(struct hw *hw, enum ADCSRC type) in is_adc_input_selected_SB055x() 1493 static int is_adc_input_selected_SBx(struct hw *hw, enum ADCSRC type) in is_adc_input_selected_SBx() 1514 static int is_adc_input_selected_hendrix(struct hw *hw, enum ADCSRC type) in is_adc_input_selected_hendrix() 1532 static int hw_is_adc_input_selected(struct hw *hw, enum ADCSRC type) in hw_is_adc_input_selected() 1547 adc_input_select_SB055x(struct hw *hw, enum ADCSRC type, unsigned char boost) in adc_input_select_SB055x() 1587 adc_input_select_SBx(struct hw *hw, enum ADCSRC type, unsigned char boost) in adc_input_select_SBx() 1637 adc_input_select_hendrix(struct hw *hw, enum ADCSRC type, unsigned char boost) in adc_input_select_hendrix() 1681 static int hw_adc_input_select(struct hw *hw, enum ADCSRC type) in hw_adc_input_select()
|
D | cthw20k2.c | 1760 static int hw_is_adc_input_selected(struct hw *hw, enum ADCSRC type) in hw_is_adc_input_selected() 1811 static int hw_adc_input_select(struct hw *hw, enum ADCSRC type) in hw_adc_input_select()
|