Searched refs:chs_bytes (Results 1 – 3 of 3) sorted by relevance
697 int chs_bytes = chs * 4; in hdmi_chmap_ctl_tlv() 714 put_user(chs_bytes, dst + 1)) in hdmi_chmap_ctl_tlv() 721 if (size < chs_bytes) in hdmi_chmap_ctl_tlv() 724 size -= chs_bytes; in hdmi_chmap_ctl_tlv() 725 count += chs_bytes; in hdmi_chmap_ctl_tlv() 729 if (copy_to_user(dst, tlv_chmap, chs_bytes)) in hdmi_chmap_ctl_tlv() 694 int chs_bytes = chs * 4; hdmi_chmap_ctl_tlv() local
356 int chs_bytes = map->channels * 4; in mchp_pdmc_chmap_ctl_tlv() local361 put_user(chs_bytes, dst + 1)) in mchp_pdmc_chmap_ctl_tlv()366 if (size < chs_bytes) in mchp_pdmc_chmap_ctl_tlv()368 size -= chs_bytes; in mchp_pdmc_chmap_ctl_tlv()369 count += chs_bytes; in mchp_pdmc_chmap_ctl_tlv()
2541 int chs_bytes = map->channels * 4; in pcm_chmap_ctl_tlv() 2547 put_user(chs_bytes, dst + 1)) in pcm_chmap_ctl_tlv() 2552 if (size < chs_bytes) in pcm_chmap_ctl_tlv() 2554 size -= chs_bytes; in pcm_chmap_ctl_tlv() 2555 count += chs_bytes; in pcm_chmap_ctl_tlv() 2538 int chs_bytes = map->channels * 4; pcm_chmap_ctl_tlv() local