Searched refs:sublocksize (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | pcm6240.c | 1687 unsigned char *data, int devn, int sublocksize) in pcmdev_single_byte_wr() argument 1694 if (offset + 4 * len > sublocksize) { in pcmdev_single_byte_wr() 1716 unsigned char *data, int devn, int sublocksize) in pcmdev_burst_wr() argument 1723 if (offset + 4 + len > sublocksize) { in pcmdev_burst_wr() 1747 unsigned char *data, int devn, int sublocksize) in pcmdev_delay() argument 1752 if (offset + 2 > sublocksize) { in pcmdev_delay() 1765 unsigned char *data, int devn, int sublocksize) in pcmdev_bits_wr() argument 1770 if (offset + 6 > sublocksize) { in pcmdev_bits_wr() 1789 unsigned char dev_idx, int sublocksize) in pcmdevice_process_block() argument 1807 ret = pcmdev_single_byte_wr(pcm_dev, data, devn, sublocksize); in pcmdevice_process_block() [all …]
|
| H A D | tas2781-fmwlib.c | 867 unsigned char dev_idx, int sublocksize) in tasdevice_process_block() argument 901 if (subblk_offset + 4 * len > sublocksize) { in tasdevice_process_block() 927 if (subblk_offset + 4 + len > sublocksize) { in tasdevice_process_block() 958 if (subblk_offset + 2 > sublocksize) { in tasdevice_process_block() 971 if (subblk_offset + 6 > sublocksize) { in tasdevice_process_block()
|