Home
last modified time | relevance | path

Searched refs:format_val (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/base/regmap/
Dregmap.c269 map->format.format_val = regmap_format_8; in regmap_init()
273 map->format.format_val = regmap_format_16; in regmap_init()
277 map->format.format_val = regmap_format_32; in regmap_init()
283 !(map->format.format_reg && map->format.format_val)) in regmap_init()
482 BUG_ON(!map->format.format_write && !map->format.format_val); in _regmap_write()
508 map->format.format_val(map->work_buf + map->format.reg_bytes in _regmap_write()
737 map->format.format_val(val + (i * val_bytes), v); in regmap_raw_read()
Dinternal.h30 void (*format_val)(void *buf, unsigned int val); member
/linux-3.4.99/sound/pci/hda/
Dhda_intel.c381 unsigned int format_val; /* format value to be set in the member
1450 azx_sd_writew(azx_dev, SD_FORMAT, azx_dev->format_val); in azx_setup_controller()
1795 azx_dev->format_val = 0; in azx_pcm_hw_params()
1817 azx_dev->format_val = 0; in azx_pcm_hw_free()
1832 unsigned int bufsize, period_bytes, format_val, stream_tag; in azx_pcm_prepare() local
1839 format_val = snd_hda_calc_stream_format(runtime->rate, in azx_pcm_prepare()
1844 if (!format_val) { in azx_pcm_prepare()
1855 bufsize, format_val); in azx_pcm_prepare()
1859 format_val != azx_dev->format_val) { in azx_pcm_prepare()
1862 azx_dev->format_val = format_val; in azx_pcm_prepare()
[all …]