Searched refs:sublocksize (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | pcm6240.c | 1691 unsigned char *data, int devn, int sublocksize) in pcmdev_single_byte_wr() argument 1698 if (offset + 4 * len > sublocksize) { in pcmdev_single_byte_wr() 1720 unsigned char *data, int devn, int sublocksize) in pcmdev_burst_wr() argument 1727 if (offset + 4 + len > sublocksize) { in pcmdev_burst_wr() 1751 unsigned char *data, int devn, int sublocksize) in pcmdev_delay() argument 1756 if (offset + 2 > sublocksize) { in pcmdev_delay() 1769 unsigned char *data, int devn, int sublocksize) in pcmdev_bits_wr() argument 1774 if (offset + 6 > sublocksize) { in pcmdev_bits_wr() 1793 unsigned char dev_idx, int sublocksize) in pcmdevice_process_block() argument 1811 ret = pcmdev_single_byte_wr(pcm_dev, data, devn, sublocksize); in pcmdevice_process_block() [all …]
|
H A D | tas2781-fmwlib.c | 798 unsigned char dev_idx, int sublocksize) in tasdevice_process_block() argument 832 if (subblk_offset + 4 * len > sublocksize) { in tasdevice_process_block() 858 if (subblk_offset + 4 + len > sublocksize) { in tasdevice_process_block() 889 if (subblk_offset + 2 > sublocksize) { in tasdevice_process_block() 902 if (subblk_offset + 6 > sublocksize) { in tasdevice_process_block()
|