Searched defs:aw_device (Results 1 – 2 of 2) sorted by relevance
105 struct aw_device { struct127 struct aw_device_ops ops; argument131 int aw_dev_i2c_write_byte(struct aw_device *aw_dev, argument
423 struct aw_device { struct424 int status;425 struct mutex *i2c_lock;427 unsigned char cur_prof; /*current profile index*/428 unsigned char set_prof; /*set profile index*/429 unsigned char dsp_crc_st;430 uint16_t chip_id;432 unsigned int channel; /*pa channel select*/433 unsigned int fade_step;435 struct i2c_client *i2c;[all …]