• Home
  • Raw
  • Download

Lines Matching defs:hw

30 	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()
561 static int srcimp_mgr_commit_write(struct hw *hw, void *blk) in srcimp_mgr_commit_write()
669 static int amixer_commit_write(struct hw *hw, unsigned int idx, void *blk) in amixer_commit_write()
872 static int dai_commit_write(struct hw *hw, unsigned int idx, void *blk) in dai_commit_write()
912 static int dao_commit_write(struct hw *hw, unsigned int idx, void *blk) in dao_commit_write()
1055 static int daio_mgr_commit_write(struct hw *hw, void *blk) in daio_mgr_commit_write()
1084 static int daio_mgr_get_ctrl_blk(struct hw *hw, void **rblk) in daio_mgr_get_ctrl_blk()
1112 static int set_timer_irq(struct hw *hw, int enable) in set_timer_irq()
1118 static int set_timer_tick(struct hw *hw, unsigned int ticks) in set_timer_tick()
1126 static unsigned int get_wc(struct hw *hw) in get_wc()
1150 static int hw_daio_init(struct hw *hw, const struct daio_conf *info) in hw_daio_init()
1236 static int hw_trn_init(struct hw *hw, const struct trn_conf *info) in hw_trn_init()
1305 static int hw_pll_init(struct hw *hw, unsigned int rsr) in hw_pll_init()
1358 static int hw_auto_init(struct hw *hw) in hw_auto_init()
1443 static int hw20k2_i2c_unlock_full_access(struct hw *hw) in hw20k2_i2c_unlock_full_access()
1459 static int hw20k2_i2c_lock_chip(struct hw *hw) in hw20k2_i2c_lock_chip()
1470 static int hw20k2_i2c_init(struct hw *hw, u8 dev_id, u8 addr_size, u8 data_size) in hw20k2_i2c_init()
1499 static int hw20k2_i2c_uninit(struct hw *hw) in hw20k2_i2c_uninit()
1518 static int hw20k2_i2c_wait_data_ready(struct hw *hw) in hw20k2_i2c_wait_data_ready()
1530 static int hw20k2_i2c_read(struct hw *hw, u16 addr, u32 *datap) in hw20k2_i2c_read()
1556 static int hw20k2_i2c_write(struct hw *hw, u16 addr, u32 data) in hw20k2_i2c_write()
1581 static void hw_dac_stop(struct hw *hw) in hw_dac_stop()
1590 static void hw_dac_start(struct hw *hw) in hw_dac_start()
1599 static void hw_dac_reset(struct hw *hw) in hw_dac_reset()
1605 static int hw_dac_init(struct hw *hw, const struct dac_conf *info) in hw_dac_init()
1760 static int hw_is_adc_input_selected(struct hw *hw, enum ADCSRC type) in hw_is_adc_input_selected()
1785 static void hw_wm8775_input_select(struct hw *hw, u8 input, s8 gain_in_db) in hw_wm8775_input_select()
1811 static int hw_adc_input_select(struct hw *hw, enum ADCSRC type) in hw_adc_input_select()
1833 static int hw_adc_init(struct hw *hw, const struct adc_conf *info) in hw_adc_init()
1912 static struct capabilities hw_capabilities(struct hw *hw) in hw_capabilities()
1924 static int hw_output_switch_get(struct hw *hw) in hw_output_switch_get()
1940 static int hw_output_switch_put(struct hw *hw, int position) in hw_output_switch_put()
1972 static int hw_mic_source_switch_get(struct hw *hw) in hw_mic_source_switch_get()
1979 static int hw_mic_source_switch_put(struct hw *hw, int position) in hw_mic_source_switch_put()
2007 struct hw *hw = dev_id; in ct_20k2_interrupt() local
2021 static int hw_card_start(struct hw *hw) in hw_card_start()
2085 static int hw_card_stop(struct hw *hw) in hw_card_stop()
2100 static int hw_card_shutdown(struct hw *hw) in hw_card_shutdown()
2119 static int hw_card_init(struct hw *hw, struct card_conf *info) in hw_card_init()
2200 static int hw_suspend(struct hw *hw) in hw_suspend()
2206 static int hw_resume(struct hw *hw, struct card_conf *info) in hw_resume()
2213 static u32 hw_read_20kx(struct hw *hw, u32 reg) in hw_read_20kx()
2218 static void hw_write_20kx(struct hw *hw, u32 reg, u32 data) in hw_write_20kx()
2346 int destroy_20k2_hw_obj(struct hw *hw) in destroy_20k2_hw_obj()