• Home
  • Raw
  • Download

Lines Matching defs:hw

26 	struct hw hw;  member
359 static int src_commit_write(struct hw *hw, unsigned int idx, void *blk) in src_commit_write()
416 static int src_get_ca(struct hw *hw, unsigned int idx, void *blk) in src_get_ca()
458 static int src_mgr_commit_write(struct hw *hw, void *blk) in src_mgr_commit_write()
557 static int srcimp_mgr_commit_write(struct hw *hw, void *blk) in srcimp_mgr_commit_write()
665 static int amixer_commit_write(struct hw *hw, unsigned int idx, void *blk) in amixer_commit_write()
868 static int dai_commit_write(struct hw *hw, unsigned int idx, void *blk) in dai_commit_write()
908 static int dao_commit_write(struct hw *hw, unsigned int idx, void *blk) in dao_commit_write()
1051 static int daio_mgr_commit_write(struct hw *hw, void *blk) in daio_mgr_commit_write()
1080 static int daio_mgr_get_ctrl_blk(struct hw *hw, void **rblk) in daio_mgr_get_ctrl_blk()
1108 static int set_timer_irq(struct hw *hw, int enable) in set_timer_irq()
1114 static int set_timer_tick(struct hw *hw, unsigned int ticks) in set_timer_tick()
1122 static unsigned int get_wc(struct hw *hw) in get_wc()
1146 static int hw_daio_init(struct hw *hw, const struct daio_conf *info) in hw_daio_init()
1232 static int hw_trn_init(struct hw *hw, const struct trn_conf *info) in hw_trn_init()
1301 static int hw_pll_init(struct hw *hw, unsigned int rsr) in hw_pll_init()
1354 static int hw_auto_init(struct hw *hw) in hw_auto_init()
1439 static int hw20k2_i2c_unlock_full_access(struct hw *hw) in hw20k2_i2c_unlock_full_access()
1455 static int hw20k2_i2c_lock_chip(struct hw *hw) in hw20k2_i2c_lock_chip()
1466 static int hw20k2_i2c_init(struct hw *hw, u8 dev_id, u8 addr_size, u8 data_size) in hw20k2_i2c_init()
1495 static int hw20k2_i2c_uninit(struct hw *hw) in hw20k2_i2c_uninit()
1514 static int hw20k2_i2c_wait_data_ready(struct hw *hw) in hw20k2_i2c_wait_data_ready()
1526 static int hw20k2_i2c_read(struct hw *hw, u16 addr, u32 *datap) in hw20k2_i2c_read()
1552 static int hw20k2_i2c_write(struct hw *hw, u16 addr, u32 data) in hw20k2_i2c_write()
1577 static void hw_dac_stop(struct hw *hw) in hw_dac_stop()
1586 static void hw_dac_start(struct hw *hw) in hw_dac_start()
1595 static void hw_dac_reset(struct hw *hw) in hw_dac_reset()
1601 static int hw_dac_init(struct hw *hw, const struct dac_conf *info) in hw_dac_init()
1756 static int hw_is_adc_input_selected(struct hw *hw, enum ADCSRC type) in hw_is_adc_input_selected()
1781 static void hw_wm8775_input_select(struct hw *hw, u8 input, s8 gain_in_db) in hw_wm8775_input_select()
1807 static int hw_adc_input_select(struct hw *hw, enum ADCSRC type) in hw_adc_input_select()
1829 static int hw_adc_init(struct hw *hw, const struct adc_conf *info) in hw_adc_init()
1908 static struct capabilities hw_capabilities(struct hw *hw) in hw_capabilities()
1920 static int hw_output_switch_get(struct hw *hw) in hw_output_switch_get()
1936 static int hw_output_switch_put(struct hw *hw, int position) in hw_output_switch_put()
1968 static int hw_mic_source_switch_get(struct hw *hw) in hw_mic_source_switch_get()
1975 static int hw_mic_source_switch_put(struct hw *hw, int position) in hw_mic_source_switch_put()
2003 struct hw *hw = dev_id; in ct_20k2_interrupt() local
2017 static int hw_card_start(struct hw *hw) in hw_card_start()
2078 static int hw_card_stop(struct hw *hw) in hw_card_stop()
2093 static int hw_card_shutdown(struct hw *hw) in hw_card_shutdown()
2112 static int hw_card_init(struct hw *hw, struct card_conf *info) in hw_card_init()
2193 static int hw_suspend(struct hw *hw) in hw_suspend()
2199 static int hw_resume(struct hw *hw, struct card_conf *info) in hw_resume()
2206 static u32 hw_read_20kx(struct hw *hw, u32 reg) in hw_read_20kx()
2211 static void hw_write_20kx(struct hw *hw, u32 reg, u32 data) in hw_write_20kx()
2339 int destroy_20k2_hw_obj(struct hw *hw) in destroy_20k2_hw_obj()