• Home
  • Raw
  • Download

Lines Matching defs:hw

31 	struct hw hw;  member
363 static int src_commit_write(struct hw *hw, unsigned int idx, void *blk) in src_commit_write()
420 static int src_get_ca(struct hw *hw, unsigned int idx, void *blk) in src_get_ca()
462 static int src_mgr_commit_write(struct hw *hw, void *blk) in src_mgr_commit_write()
563 static int srcimp_mgr_commit_write(struct hw *hw, void *blk) in srcimp_mgr_commit_write()
667 static int amixer_commit_write(struct hw *hw, unsigned int idx, void *blk) in amixer_commit_write()
882 static int dai_commit_write(struct hw *hw, unsigned int idx, void *blk) in dai_commit_write()
928 static int dao_commit_write(struct hw *hw, unsigned int idx, void *blk) in dao_commit_write()
1102 static int daio_mgr_commit_write(struct hw *hw, void *blk) in daio_mgr_commit_write()
1143 static int daio_mgr_get_ctrl_blk(struct hw *hw, void **rblk) in daio_mgr_get_ctrl_blk()
1169 static int set_timer_irq(struct hw *hw, int enable) in set_timer_irq()
1175 static int set_timer_tick(struct hw *hw, unsigned int ticks) in set_timer_tick()
1183 static unsigned int get_wc(struct hw *hw) in get_wc()
1207 static int hw_daio_init(struct hw *hw, const struct daio_conf *info) in hw_daio_init()
1258 static int hw_trn_init(struct hw *hw, const struct trn_conf *info) in hw_trn_init()
1311 static int hw_pll_init(struct hw *hw, unsigned int rsr) in hw_pll_init()
1332 static int hw_auto_init(struct hw *hw) in hw_auto_init()
1356 static int i2c_unlock(struct hw *hw) in i2c_unlock()
1374 static void i2c_lock(struct hw *hw) in i2c_lock()
1380 static void i2c_write(struct hw *hw, u32 device, u32 addr, u32 data) in i2c_write()
1393 static int hw_reset_dac(struct hw *hw) in hw_reset_dac()
1426 static int hw_dac_init(struct hw *hw, const struct dac_conf *info) in hw_dac_init()
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()
1697 static int adc_init_SB055x(struct hw *hw, int input, int mic20db) in adc_init_SB055x()
1702 static int adc_init_SBx(struct hw *hw, int input, int mic20db) in adc_init_SBx()
1767 static int hw_adc_init(struct hw *hw, const struct adc_conf *info) in hw_adc_init()
1775 static struct capabilities hw_capabilities(struct hw *hw) in hw_capabilities()
1883 struct hw *hw = dev_id; in ct_20k1_interrupt() local
1897 static int hw_card_start(struct hw *hw) in hw_card_start()
1958 static int hw_card_stop(struct hw *hw) in hw_card_stop()
1975 static int hw_card_shutdown(struct hw *hw) in hw_card_shutdown()
1994 static int hw_card_init(struct hw *hw, struct card_conf *info) in hw_card_init()
2081 static int hw_suspend(struct hw *hw) in hw_suspend()
2095 static int hw_resume(struct hw *hw, struct card_conf *info) in hw_resume()
2102 static u32 hw_read_20kx(struct hw *hw, u32 reg) in hw_read_20kx()
2117 static void hw_write_20kx(struct hw *hw, u32 reg, u32 data) in hw_write_20kx()
2130 static u32 hw_read_pci(struct hw *hw, u32 reg) in hw_read_pci()
2145 static void hw_write_pci(struct hw *hw, u32 reg, u32 data) in hw_write_pci()
2280 int destroy_20k1_hw_obj(struct hw *hw) in destroy_20k1_hw_obj()