Searched refs:aw_device (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/sound/soc/codecs/aw88395/ |
A D | aw88395_device.h | 137 struct aw_device { struct 178 int aw88395_dev_init(struct aw_device *aw_dev, struct aw_container *aw_cfg); 179 int aw88395_dev_start(struct aw_device *aw_dev); 180 int aw88395_dev_stop(struct aw_device *aw_dev); 183 void aw88395_dev_set_volume(struct aw_device *aw_dev, unsigned short set_vol); 184 int aw88395_dev_get_prof_data(struct aw_device *aw_dev, int index, 186 char *aw88395_dev_get_prof_name(struct aw_device *aw_dev, int index); 187 int aw88395_dev_set_profile_index(struct aw_device *aw_dev, int index); 188 int aw88395_dev_get_profile_index(struct aw_device *aw_dev); 189 int aw88395_dev_get_profile_count(struct aw_device *aw_dev); [all …]
|
A D | aw88395_device.c | 17 static int aw_dev_dsp_write_16bit(struct aw_device *aw_dev, in aw_dev_dsp_write_16bit() 37 static int aw_dev_dsp_write_32bit(struct aw_device *aw_dev, in aw_dev_dsp_write_32bit() 66 static int aw_dev_dsp_write(struct aw_device *aw_dev, in aw_dev_dsp_write() 151 static int aw_dev_dsp_read(struct aw_device *aw_dev, in aw_dev_dsp_read() 293 static void aw_dev_fade_in(struct aw_device *aw_dev) in aw_dev_fade_in() 317 static void aw_dev_fade_out(struct aw_device *aw_dev) in aw_dev_fade_out() 1095 struct aw_device *aw_dev = in aw_dev_get_ra() 1402 struct aw_device *aw_dev = in aw_dev_update_cali_re() 1415 int aw88395_dev_start(struct aw_device *aw_dev) in aw88395_dev_start() 1496 int aw88395_dev_stop(struct aw_device *aw_dev) in aw88395_dev_stop() [all …]
|
A D | aw88395_lib.c | 24 static int aw_parse_bin_header(struct aw_device *aw_dev, struct aw_bin *bin); 458 static int aw_dev_parse_dev_type(struct aw_device *aw_dev, in aw_dev_parse_dev_type() 495 static int aw_dev_parse_dev_default_type(struct aw_device *aw_dev, in aw_dev_parse_dev_default_type() 530 static int aw_dev_cfg_get_valid_prof(struct aw_device *aw_dev, in aw_dev_cfg_get_valid_prof() 589 static int aw_dev_load_cfg_by_hdr(struct aw_device *aw_dev, in aw_dev_load_cfg_by_hdr() 694 static int aw_get_default_scene_count_v1(struct aw_device *aw_dev, in aw_get_default_scene_count_v1() 713 static int aw_dev_parse_scene_count_v1(struct aw_device *aw_dev, in aw_dev_parse_scene_count_v1() 767 static int aw_dev_parse_dev_type_v1(struct aw_device *aw_dev, in aw_dev_parse_dev_type_v1() 797 static int aw_dev_parse_default_type_v1(struct aw_device *aw_dev, in aw_dev_parse_default_type_v1() 826 static int aw_dev_parse_by_hdr_v1(struct aw_device *aw_dev, in aw_dev_parse_by_hdr_v1() [all …]
|
A D | aw88395.c | 109 struct aw_device *aw_dev = aw88395->aw_pa; in aw88395_get_fade_in_time() 123 struct aw_device *aw_dev = aw88395->aw_pa; in aw88395_set_fade_in_time() 144 struct aw_device *aw_dev = aw88395->aw_pa; in aw88395_get_fade_out_time() 158 struct aw_device *aw_dev = aw88395->aw_pa; in aw88395_set_fade_out_time() 321 struct aw_device *aw_dev = aw88395->aw_pa; in aw88395_re_get() 335 struct aw_device *aw_dev = aw88395->aw_pa; in aw88395_re_set()
|
A D | aw88395.h | 50 struct aw_device *aw_pa;
|
Completed in 12 milliseconds