ARRAY_SIZE         42 arch/x86/boot/compressed/relocs.c 	for (i = 0; i < ARRAY_SIZE(safe_abs_relocs); i++) {
ARRAY_SIZE         77 arch/x86/boot/compressed/relocs.c 	if (type < ARRAY_SIZE(type_name)) {
ARRAY_SIZE         93 arch/x86/boot/compressed/relocs.c 	if (bind < ARRAY_SIZE(bind_name)) {
ARRAY_SIZE        110 arch/x86/boot/compressed/relocs.c 	if (visibility < ARRAY_SIZE(visibility_name)) {
ARRAY_SIZE        134 arch/x86/boot/compressed/relocs.c 	if (type < ARRAY_SIZE(type_name)) {
ARRAY_SIZE         56 arch/x86/boot/memory.c 	} while (next && count < ARRAY_SIZE(boot_params.e820_map));
ARRAY_SIZE        286 arch/x86/kernel/aperture_64.c 	for (i = 0; i < ARRAY_SIZE(bus_dev_ranges); i++) {
ARRAY_SIZE        341 arch/x86/kernel/aperture_64.c 	for (i = 0; i < ARRAY_SIZE(bus_dev_ranges); i++) {
ARRAY_SIZE        382 arch/x86/kernel/aperture_64.c 	for (i = 0; i < ARRAY_SIZE(bus_dev_ranges); i++) {
ARRAY_SIZE        484 arch/x86/kernel/aperture_64.c 	for (i = 0; i < ARRAY_SIZE(bus_dev_ranges); i++) {
ARRAY_SIZE        434 arch/x86/kernel/apm_32.c #define NR_APM_EVENT_NAME ARRAY_SIZE(apm_event_name)
ARRAY_SIZE        465 arch/x86/kernel/apm_32.c #define ERROR_COUNT	ARRAY_SIZE(error_table)
ARRAY_SIZE       1091 arch/x86/kernel/apm_32.c 	for (i = 0; i < ARRAY_SIZE(dev); i++) {
ARRAY_SIZE        779 arch/x86/kernel/cpu/common.c 	for (i = 0; i < ARRAY_SIZE(msr_range_array); i++) {
ARRAY_SIZE         60 arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c #define N_IDS	ARRAY_SIZE(cpu_ids)
ARRAY_SIZE        144 arch/x86/kernel/cpu/proc.c 			if (i < ARRAY_SIZE(x86_power_flags) &&
ARRAY_SIZE        117 arch/x86/kernel/e820.c 	if (x == ARRAY_SIZE(e820.map)) {
ARRAY_SIZE        517 arch/x86/kernel/e820.c 	if (sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &nr_map))
ARRAY_SIZE        528 arch/x86/kernel/e820.c 	if (sanitize_e820_map(e820_saved.map, ARRAY_SIZE(e820_saved.map), &nr_map))
ARRAY_SIZE        629 arch/x86/kernel/e820.c 	sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map);
ARRAY_SIZE       1250 arch/x86/kernel/e820.c 		if (sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &nr) < 0)
ARRAY_SIZE       1340 arch/x86/kernel/e820.c 			ARRAY_SIZE(boot_params.e820_map),
ARRAY_SIZE        249 arch/x86/kernel/efi.c 	sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map);
ARRAY_SIZE        267 arch/x86/kernel/genx2apic_uv_x.c 	for (i = 0; i < ARRAY_SIZE(redir_addrs); i++) {
ARRAY_SIZE         35 arch/x86/kernel/geode_32.c 	for (i = 0; i < ARRAY_SIZE(lbars); i++) {
ARRAY_SIZE         48 arch/x86/kernel/geode_32.c 	BUG_ON(dev >= ARRAY_SIZE(lbars));
ARRAY_SIZE        782 arch/x86/kernel/io_apic_32.c 	get_options(str, ARRAY_SIZE(ints), ints);
ARRAY_SIZE        160 arch/x86/kernel/kprobes.c const int kretprobe_blacklist_size = ARRAY_SIZE(kretprobe_blacklist);
ARRAY_SIZE        137 arch/x86/kernel/mca_32.c #define MCA_STANDARD_RESOURCES	ARRAY_SIZE(mca_standard_resources)
ARRAY_SIZE         79 arch/x86/kernel/mmconf-fam10h_64.c 	for (i = 0; i < ARRAY_SIZE(pci_probes); i++) {
ARRAY_SIZE        927 arch/x86/kernel/pci-calgary_64.c 	for (i = 0; i < ARRAY_SIZE(errregs); i++) {
ARRAY_SIZE       1184 arch/x86/kernel/pci-calgary_64.c 	for (bus = 0; bus < ARRAY_SIZE(bus_info); bus++)
ARRAY_SIZE        144 arch/x86/kernel/probe_roms_32.c 	for (i = 0; i < ARRAY_SIZE(adapter_rom_resources) && start < upper; start += 2048) {
ARRAY_SIZE       1423 arch/x86/kernel/ptrace.c 	.regsets = x86_64_regsets, .n = ARRAY_SIZE(x86_64_regsets)
ARRAY_SIZE       1475 arch/x86/kernel/ptrace.c 	.regsets = x86_32_regsets, .n = ARRAY_SIZE(x86_32_regsets)
ARRAY_SIZE         76 arch/x86/kernel/reboot_fixups_32.c 	for (i=0; i < ARRAY_SIZE(fixups_table); i++) {
ARRAY_SIZE        220 arch/x86/kernel/rtc.c 	.num_resources	= ARRAY_SIZE(rtc_resources),
ARRAY_SIZE        234 arch/x86/kernel/rtc.c 			for (i = 0; i < ARRAY_SIZE(ids); i++) {
ARRAY_SIZE        415 arch/x86/kernel/setup.c 	sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map);
ARRAY_SIZE        559 arch/x86/kernel/setup.c 	for (i = 0; i < ARRAY_SIZE(standard_io_resources); i++)
ARRAY_SIZE        742 arch/x86/kernel/setup.c 	sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map);
ARRAY_SIZE        922 arch/x86/kernel/setup.c 		sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map);
ARRAY_SIZE        548 arch/x86/kernel/smpboot.c 	for (i = 0; i < ARRAY_SIZE(regs); i++) {
ARRAY_SIZE         20 arch/x86/kvm/kvm_svm.h #define NR_HOST_SAVE_USER_MSRS ARRAY_SIZE(host_save_user_msrs)
ARRAY_SIZE        261 arch/x86/kvm/mmu.c 	while (cache->nobjs < ARRAY_SIZE(cache->objects)) {
ARRAY_SIZE        283 arch/x86/kvm/mmu.c 	while (cache->nobjs < ARRAY_SIZE(cache->objects)) {
ARRAY_SIZE        491 arch/x86/kvm/paging_tmpl.h 	for (i = 0; i < PT64_ENT_PER_PAGE; i += ARRAY_SIZE(pt)) {
ARRAY_SIZE        493 arch/x86/kvm/paging_tmpl.h 		pte_gpa += ARRAY_SIZE(pt) * sizeof(pt_element_t);
ARRAY_SIZE        494 arch/x86/kvm/paging_tmpl.h 		for (j = 0; j < ARRAY_SIZE(pt); ++j)
ARRAY_SIZE        104 arch/x86/kvm/svm.c #define NUM_MSR_MAPS ARRAY_SIZE(msrpm_ranges)
ARRAY_SIZE       1503 arch/x86/kvm/svm.c 	if (exit_code >= ARRAY_SIZE(svm_exit_handlers)
ARRAY_SIZE        157 arch/x86/kvm/vmx.c #define NR_VMX_MSR ARRAY_SIZE(vmx_msr_index)
ARRAY_SIZE       2726 arch/x86/kvm/vmx.c 	ARRAY_SIZE(kvm_vmx_exit_handlers);
ARRAY_SIZE        209 arch/x86/kvm/x86.c 	u64 pdpte[ARRAY_SIZE(vcpu->arch.pdptrs)];
ARRAY_SIZE        217 arch/x86/kvm/x86.c 	for (i = 0; i < ARRAY_SIZE(pdpte); ++i) {
ARRAY_SIZE        234 arch/x86/kvm/x86.c 	u64 pdpte[ARRAY_SIZE(vcpu->arch.pdptrs)];
ARRAY_SIZE        928 arch/x86/kvm/x86.c 		msr_list.nmsrs = num_msrs_to_save + ARRAY_SIZE(emulated_msrs);
ARRAY_SIZE        941 arch/x86/kvm/x86.c 				 ARRAY_SIZE(emulated_msrs) * sizeof(u32)))
ARRAY_SIZE       1792 arch/x86/kvm/x86.c 	for (i = j = 0; i < ARRAY_SIZE(msrs_to_save); i++) {
ARRAY_SIZE       2191 arch/x86/kvm/x86.c 	for (i = 0; i < ARRAY_SIZE(vcpu->arch.pio.guest_pages); ++i)
ARRAY_SIZE       3611 arch/x86/kvm/x86.c 		for (i = 0; i < ARRAY_SIZE(vcpu->arch.irq_pending); ++i)
ARRAY_SIZE        947 arch/x86/lguest/boot.c 	if (type >= ARRAY_SIZE(lguest_insns) || !lguest_insns[type].start)
ARRAY_SIZE         38 arch/x86/mach-rdc321x/platform.c 	.num_leds = ARRAY_SIZE(default_leds),
ARRAY_SIZE         66 arch/x86/mach-rdc321x/platform.c 	return platform_add_devices(rdc321x_devs, ARRAY_SIZE(rdc321x_devs));
ARRAY_SIZE         78 arch/x86/mm/numa_64.c 	if (memnodemapsize <= ARRAY_SIZE(memnode.embedded_map))
ARRAY_SIZE         92 arch/x86/mm/pf_in.c 	for (i = 0; i < ARRAY_SIZE(prefix_codes); i++) {
ARRAY_SIZE        127 arch/x86/mm/pf_in.c 	for (i = 0; i < ARRAY_SIZE(array); i++) { \
ARRAY_SIZE        165 arch/x86/mm/pf_in.c 	for (i = 0; i < ARRAY_SIZE(rw8); i++)
ARRAY_SIZE        169 arch/x86/mm/pf_in.c 	for (i = 0; i < ARRAY_SIZE(rw32); i++)
ARRAY_SIZE        187 arch/x86/mm/pf_in.c 	for (i = 0; i < ARRAY_SIZE(mw8); i++)
ARRAY_SIZE        191 arch/x86/mm/pf_in.c 	for (i = 0; i < ARRAY_SIZE(mw16); i++)
ARRAY_SIZE        195 arch/x86/mm/pf_in.c 	for (i = 0; i < ARRAY_SIZE(mw32); i++)
ARRAY_SIZE        199 arch/x86/mm/pf_in.c 	for (i = 0; i < ARRAY_SIZE(mw64); i++)
ARRAY_SIZE        377 arch/x86/mm/pf_in.c 	for (i = 0; i < ARRAY_SIZE(reg_rop); i++)
ARRAY_SIZE        383 arch/x86/mm/pf_in.c 	for (i = 0; i < ARRAY_SIZE(reg_wop); i++)
ARRAY_SIZE        431 arch/x86/mm/pf_in.c 	for (i = 0; i < ARRAY_SIZE(imm_wop); i++)
ARRAY_SIZE        305 arch/x86/pci/amd_bus.c 	for (i = 0; i < ARRAY_SIZE(pci_probes); i++) {
ARRAY_SIZE        192 arch/x86/pci/mmconfig-shared.c 	for (i = 0; !name && i < ARRAY_SIZE(pci_mmcfg_probes); i++) {
ARRAY_SIZE       1462 arch/x86/xen/enlighten.c 			if (ident_pte == ARRAY_SIZE(level1_ident_pgt))
ARRAY_SIZE        163 arch/x86/xen/mmu.c 	for(idx = 0; idx < ARRAY_SIZE(p2m_top_mfn_list); idx++) {
ARRAY_SIZE         65 arch/x86/xen/setup.c 	sanitize_e820_map(e820.map, ARRAY_SIZE(e820.map), &e820.nr_map);
ARRAY_SIZE        309 block/compat_ioctl.c #define NR_FD_IOCTL_TRANS ARRAY_SIZE(fd_ioctl_trans_table)
ARRAY_SIZE        255 block/genhd.c  		for (index = ARRAY_SIZE(major_names)-1; index > 0; index--) {
ARRAY_SIZE       1779 crypto/testmgr.c 	int end = ARRAY_SIZE(alg_test_descs);
ARRAY_SIZE       6601 crypto/testmgr.h #define FCRYPT_ENC_TEST_VECTORS	ARRAY_SIZE(fcrypt_pcbc_enc_tv_template)
ARRAY_SIZE       6602 crypto/testmgr.h #define FCRYPT_DEC_TEST_VECTORS	ARRAY_SIZE(fcrypt_pcbc_dec_tv_template)
ARRAY_SIZE         29 fs/afs/callback.c 		   ARRAY_SIZE((server)->cb_break))
ARRAY_SIZE        237 fs/afs/callback.c 		(ARRAY_SIZE(server->cb_break) - 1);
ARRAY_SIZE        560 fs/afs/fsclient.c 			      ARRAY_SIZE(server->cb_break));
ARRAY_SIZE        600 fs/afs/fsclient.c 			(ARRAY_SIZE(server->cb_break) - 1);
ARRAY_SIZE        259 fs/afs/rxrpc.c 		if (count > ARRAY_SIZE(pages))
ARRAY_SIZE        260 fs/afs/rxrpc.c 			count = ARRAY_SIZE(pages);
ARRAY_SIZE        389 fs/afs/write.c 		if (n > ARRAY_SIZE(pages))
ARRAY_SIZE        390 fs/afs/write.c 			n = ARRAY_SIZE(pages);
ARRAY_SIZE        110 fs/char_dev.c  		for (i = ARRAY_SIZE(chrdevs)-1; i > 0; i--) {
ARRAY_SIZE       1266 fs/compat_ioctl.c #define NR_ATM_IOCTL ARRAY_SIZE(atm_ioctl_map)
ARRAY_SIZE       2876 fs/compat_ioctl.c 	for (i = 0; i < ARRAY_SIZE(ioctl_start); i++) {
ARRAY_SIZE       1175 fs/ecryptfs/crypto.c 		for (i = 0; i < ARRAY_SIZE(ecryptfs_cipher_code_str_map); i++)
ARRAY_SIZE       1197 fs/ecryptfs/crypto.c 	for (i = 0; i < ARRAY_SIZE(ecryptfs_cipher_code_str_map); i++)
ARRAY_SIZE        666 fs/ecryptfs/main.c 	for (i = 0; i < ARRAY_SIZE(ecryptfs_cache_infos); i++) {
ARRAY_SIZE        684 fs/ecryptfs/main.c 	for (i = 0; i < ARRAY_SIZE(ecryptfs_cache_infos); i++) {
ARRAY_SIZE        133 fs/ext2/xattr.c 	if (name_index > 0 && name_index < ARRAY_SIZE(ext2_xattr_handler_map))
ARRAY_SIZE        137 fs/ext3/xattr.c 	if (name_index > 0 && name_index < ARRAY_SIZE(ext3_xattr_handler_map))
ARRAY_SIZE        130 fs/ext4/xattr.c 	if (name_index > 0 && name_index < ARRAY_SIZE(ext4_xattr_handler_map))
ARRAY_SIZE         85 fs/jfs/jfs_debug.c #define NPROCENT	ARRAY_SIZE(Entries)
ARRAY_SIZE        313 fs/lockd/mon.c 		.nrprocs	= ARRAY_SIZE(nsm_procedures),
ARRAY_SIZE        326 fs/lockd/mon.c 		.nrvers		= ARRAY_SIZE(nsm_version),
ARRAY_SIZE        547 fs/lockd/svc.c #define NLM_NRVERS	ARRAY_SIZE(nlmsvc_version)
ARRAY_SIZE        600 fs/lockd/xdr.c 		.nrvers		= ARRAY_SIZE(nlm_versions),
ARRAY_SIZE        214 fs/nfs/callback.c 	.pg_nvers = ARRAY_SIZE(nfs4_callback_version),	/* Number of entries */
ARRAY_SIZE        479 fs/nfs/callback_xdr.c 	.vs_nproc = ARRAY_SIZE(nfs4_callback_procedures1),
ARRAY_SIZE         72 fs/nfs/client.c 	.nrvers			= ARRAY_SIZE(nfs_version),
ARRAY_SIZE         92 fs/nfs/client.c 	.nrvers			= ARRAY_SIZE(nfsacl_version),
ARRAY_SIZE        199 fs/nfs/mount_clnt.c 	.nrvers		= ARRAY_SIZE(mnt_version),
ARRAY_SIZE        758 fs/nfs/nfs2xdr.c 	.nrprocs		= ARRAY_SIZE(nfs_procedures),
ARRAY_SIZE       1188 fs/nfs/nfs3xdr.c 	.nrprocs		= ARRAY_SIZE(nfs3_procedures),
ARRAY_SIZE       4759 fs/nfs/nfs4xdr.c 	.nrprocs		= ARRAY_SIZE(nfs4_procedures),
ARRAY_SIZE         48 fs/nfs/read.c  		if (pagecount <= ARRAY_SIZE(p->page_array))
ARRAY_SIZE         74 fs/nfs/write.c 		if (pagecount <= ARRAY_SIZE(p->page_array))
ARRAY_SIZE         99 fs/nfsctl.c    	if (cmd < 0 || cmd >= ARRAY_SIZE(map) || !map[cmd].name)
ARRAY_SIZE        822 fs/nfsd/nfs4acl.c 	for (i = 0; i < ARRAY_SIZE(s2t_map); i++) {
ARRAY_SIZE        835 fs/nfsd/nfs4acl.c 	for (i = 0; i < ARRAY_SIZE(s2t_map); i++) {
ARRAY_SIZE        339 fs/nfsd/nfs4callback.c         .nrprocs                = ARRAY_SIZE(nfs4_cb_procedures),
ARRAY_SIZE        358 fs/nfsd/nfs4callback.c 		.nrvers		= ARRAY_SIZE(nfs_cb_version),
ARRAY_SIZE       1121 fs/nfsd/nfs4proc.c 	if (opnum < ARRAY_SIZE(nfsd4_ops))
ARRAY_SIZE       1061 fs/nfsd/nfs4xdr.c 	[0] = { nfsd4_dec_ops, ARRAY_SIZE(nfsd4_dec_ops) },
ARRAY_SIZE       1090 fs/nfsd/nfs4xdr.c 	if (argp->opcnt > ARRAY_SIZE(argp->iops)) {
ARRAY_SIZE       1099 fs/nfsd/nfs4xdr.c 	if (argp->minorversion >= ARRAY_SIZE(nfsd4_minorversion))
ARRAY_SIZE       2636 fs/nfsd/nfs4xdr.c 	BUG_ON(op->opnum < 0 || op->opnum >= ARRAY_SIZE(nfsd4_enc_ops) ||
ARRAY_SIZE        128 fs/nfsd/nfsctl.c 	if (ino >= ARRAY_SIZE(write_op) || !write_op[ino])
ARRAY_SIZE        628 fs/nfsd/nfsproc.c 	for (i = 0; i < ARRAY_SIZE(nfs_errtbl); i++) {
ARRAY_SIZE         80 fs/nfsd/nfssvc.c #define NFSD_ACL_NRVERS		ARRAY_SIZE(nfsd_acl_version)
ARRAY_SIZE        109 fs/nfsd/nfssvc.c #define NFSD_NRVERS		ARRAY_SIZE(nfsd_version)
ARRAY_SIZE        311 fs/nls/nls_euc-jp.c 	max_index = ARRAY_SIZE(euc2sjisibm_jisx0212_map) - 1;
ARRAY_SIZE        340 fs/nls/nls_euc-jp.c 	if ((index < 0) || (index >= ARRAY_SIZE(euc2sjisibm_g3upper_map)))
ARRAY_SIZE        912 fs/ocfs2/cluster/heartbeat.c 	for (i = 0; i < ARRAY_SIZE(o2hb_callbacks); i++)
ARRAY_SIZE        915 fs/ocfs2/cluster/heartbeat.c 	for (i = 0; i < ARRAY_SIZE(o2hb_live_slots); i++)
ARRAY_SIZE        271 fs/ocfs2/cluster/nodemanager.c 	for (i = 0; i < ARRAY_SIZE(octets); i++) {
ARRAY_SIZE        397 fs/ocfs2/cluster/nodemanager.c 	for (i = 0; i < ARRAY_SIZE(o2nm_node_attrs); i++) {
ARRAY_SIZE        241 fs/ocfs2/cluster/tcp.c 	BUG_ON(node_num >= ARRAY_SIZE(o2net_nodes));
ARRAY_SIZE       1995 fs/ocfs2/cluster/tcp.c 	for (i = 0; i < ARRAY_SIZE(o2net_nodes); i++) {
ARRAY_SIZE       2041 fs/ocfs2/cluster/tcp.c 	for (i = 0; i < ARRAY_SIZE(o2net_nodes); i++) {
ARRAY_SIZE       2137 fs/proc/base.c 				   attr_dir_stuff,ARRAY_SIZE(attr_dir_stuff));
ARRAY_SIZE       2149 fs/proc/base.c 				  attr_dir_stuff, ARRAY_SIZE(attr_dir_stuff));
ARRAY_SIZE       2370 fs/proc/base.c 	last = &proc_base_stuff[ARRAY_SIZE(proc_base_stuff) - 1];
ARRAY_SIZE       2527 fs/proc/base.c 				   tgid_base_stuff,ARRAY_SIZE(tgid_base_stuff));
ARRAY_SIZE       2537 fs/proc/base.c 				  tgid_base_stuff, ARRAY_SIZE(tgid_base_stuff));
ARRAY_SIZE       2656 fs/proc/base.c 		ARRAY_SIZE(tgid_base_stuff));
ARRAY_SIZE       2741 fs/proc/base.c #define TGID_OFFSET (FIRST_PROCESS_ENTRY + ARRAY_SIZE(proc_base_stuff))
ARRAY_SIZE       2763 fs/proc/base.c 	for (; nr < ARRAY_SIZE(proc_base_stuff); filp->f_pos++, nr++) {
ARRAY_SIZE       2859 fs/proc/base.c 				   tid_base_stuff,ARRAY_SIZE(tid_base_stuff));
ARRAY_SIZE       2864 fs/proc/base.c 				  tid_base_stuff, ARRAY_SIZE(tid_base_stuff));
ARRAY_SIZE       2893 fs/proc/base.c 		ARRAY_SIZE(tid_base_stuff));
ARRAY_SIZE        578 fs/read_write.c 			ARRAY_SIZE(iovstack), iovstack, &iov);
ARRAY_SIZE       1760 fs/reiserfs/do_balan.c 	for (i = 0; i < ARRAY_SIZE(tb->thrown); i++)
ARRAY_SIZE       1773 fs/reiserfs/do_balan.c 	for (i = 0; i < ARRAY_SIZE(tb->thrown); i++) {
ARRAY_SIZE        603 fs/reiserfs/prints.c 	for (h = 0; h < ARRAY_SIZE(tb->insert_size); h++) {
ARRAY_SIZE        659 fs/reiserfs/prints.c 	for (i = 0; i < ARRAY_SIZE(tb->FEB); i++)
ARRAY_SIZE        665 fs/reiserfs/prints.c 			(i == ARRAY_SIZE(tb->FEB) - 1) ? "\n" : ", ");
ARRAY_SIZE        377 fs/sysv/super.c 	for (i = 0; i < ARRAY_SIZE(flavours) && !size; i++) {
ARRAY_SIZE        723 fs/udf/super.c 	for (i = 0; i < ARRAY_SIZE(last); i++) {
ARRAY_SIZE        795 fs/udf/super.c 	for (i = 0; i < ARRAY_SIZE(sbi->s_anchor); i++) {
ARRAY_SIZE       1694 fs/udf/super.c 	for (i = 0; i < ARRAY_SIZE(sbi->s_anchor); i++) {
ARRAY_SIZE       1730 fs/udf/super.c 	if (i == ARRAY_SIZE(sbi->s_anchor)) {
ARRAY_SIZE         59 fs/xfs/linux-2.6/xfs_stats.c 	for (i=j=len = 0; i < ARRAY_SIZE(xstats); i++) {
ARRAY_SIZE        975 fs/xfs/xfs_vnodeops.c 	nmaps = ARRAY_SIZE(mval);
ARRAY_SIZE        214 include/drm/drmP.h #define DRM_ARRAY_SIZE(x) ARRAY_SIZE(x)
ARRAY_SIZE        167 include/linux/moduleparam.h 	= { ARRAY_SIZE(array), nump, param_set_##type, param_get_##type,\
ARRAY_SIZE         66 include/linux/netfilter/xt_sctp.h 	__sctp_chunkmap_is_clear((chunkmap), ARRAY_SIZE(chunkmap))
ARRAY_SIZE         78 include/linux/netfilter/xt_sctp.h 	__sctp_chunkmap_is_all_set((chunkmap), ARRAY_SIZE(chunkmap))
ARRAY_SIZE         60 include/linux/netfilter_ipv4/ipt_sctp.h 		for (i = 0; i < ARRAY_SIZE(chunkmap); i++)	\
ARRAY_SIZE         67 include/linux/netfilter_ipv4/ipt_sctp.h 		for (i = 0; i < ARRAY_SIZE(chunkmap); i++)	\
ARRAY_SIZE         74 include/linux/netfilter_ipv4/ipt_sctp.h 		for (i = 0; i < ARRAY_SIZE(chunkmap); i++)	\
ARRAY_SIZE         82 include/linux/netfilter_ipv4/ipt_sctp.h 	for (i = 0; i < ARRAY_SIZE(chunkmap); i++) {	\
ARRAY_SIZE         95 include/linux/netfilter_ipv4/ipt_sctp.h 	for (i = 0; i < ARRAY_SIZE(chunkmap); i++) {	\
ARRAY_SIZE        593 include/net/ip_vs.h #define IP_VS_INIT_HASH_TABLE(t) ip_vs_init_hash_table((t), ARRAY_SIZE((t)))
ARRAY_SIZE         24 include/net/netfilter/nf_conntrack_tuple.h #define NF_CT_TUPLE_L3SIZE	ARRAY_SIZE(((union nf_inet_addr *)NULL)->all)
ARRAY_SIZE         75 init/do_mounts_md.c 	if (ent >= ARRAY_SIZE(md_setup_args)) {
ARRAY_SIZE         58 kernel/backtracetest.c 	trace.max_entries = ARRAY_SIZE(entries);
ARRAY_SIZE       2243 kernel/cgroup.c 	err = cgroup_add_files(cgrp, NULL, files, ARRAY_SIZE(files));
ARRAY_SIZE         98 kernel/cgroup_debug.c 	return cgroup_add_files(cont, ss, files, ARRAY_SIZE(files));
ARRAY_SIZE       1674 kernel/cpuset.c 	err = cgroup_add_files(cont, ss, files, ARRAY_SIZE(files));
ARRAY_SIZE       2090 kernel/futex.c 	for (i = 0; i < ARRAY_SIZE(futex_queues); i++) {
ARRAY_SIZE        143 kernel/lockdep.c 	for (i = 0; i < ARRAY_SIZE(class->contention_point); i++) {
ARRAY_SIZE        185 kernel/lockdep.c 		for (i = 0; i < ARRAY_SIZE(stats.contention_point); i++)
ARRAY_SIZE        194 kernel/lockdep.c 		for (i = 0; i < ARRAY_SIZE(stats.bounces); i++)
ARRAY_SIZE        406 kernel/lockdep.c 	.max_entries = ARRAY_SIZE(lockdep_init_trace_data),
ARRAY_SIZE       3031 kernel/lockdep.c 	if (point < ARRAY_SIZE(stats->contention_point))
ARRAY_SIZE        559 kernel/lockdep_proc.c 	for (i = 0; i < ARRAY_SIZE(class->contention_point); i++) {
ARRAY_SIZE        216 kernel/module.c 	if (each_symbol_in_section(arr, ARRAY_SIZE(arr), NULL, fn, data))
ARRAY_SIZE        242 kernel/module.c 		if (each_symbol_in_section(arr, ARRAY_SIZE(arr), mod, fn, data))
ARRAY_SIZE       1272 kernel/module.c 					(ARRAY_SIZE(modinfo_attrs) + 1)),
ARRAY_SIZE       1484 kernel/module.c 	for (i = 0; i < ARRAY_SIZE(arr); i++) {
ARRAY_SIZE       1594 kernel/module.c 	for (m = 0; m < ARRAY_SIZE(masks); ++m) {
ARRAY_SIZE       1612 kernel/module.c 	for (m = 0; m < ARRAY_SIZE(masks); ++m) {
ARRAY_SIZE       1019 kernel/rcutorture.c 	for (i = 0; i < ARRAY_SIZE(torture_ops); i++) {
ARRAY_SIZE       1024 kernel/rcutorture.c 	if (i == ARRAY_SIZE(torture_ops)) {
ARRAY_SIZE       1042 kernel/rcutorture.c 	for (i = 0; i < ARRAY_SIZE(rcu_tortures); i++) {
ARRAY_SIZE       6908 kernel/sched.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
ARRAY_SIZE       9207 kernel/sched.c 	return cgroup_add_files(cont, ss, cpu_files, ARRAY_SIZE(cpu_files));
ARRAY_SIZE       9338 kernel/sched.c 	return cgroup_add_files(cgrp, ss, files, ARRAY_SIZE(files));
ARRAY_SIZE         66 lib/kobject_uevent.c 	for (action = 0; action < ARRAY_SIZE(kobject_actions); action++) {
ARRAY_SIZE        287 lib/kobject_uevent.c 	if (env->envp_idx >= ARRAY_SIZE(env->envp)) {
ARRAY_SIZE         75 lib/prio_tree.c 	for (i = 0; i < ARRAY_SIZE(index_bits_to_maxindex) - 1; i++)
ARRAY_SIZE         77 lib/prio_tree.c 	index_bits_to_maxindex[ARRAY_SIZE(index_bits_to_maxindex) - 1] = ~0UL;
ARRAY_SIZE        212 lib/radix-tree.c 	while (rtp->nr < ARRAY_SIZE(rtp->nodes)) {
ARRAY_SIZE        219 lib/radix-tree.c 		if (rtp->nr < ARRAY_SIZE(rtp->nodes))
ARRAY_SIZE       1207 lib/radix-tree.c 	for (i = 0; i < ARRAY_SIZE(height_to_maxindex); i++)
ARRAY_SIZE        366 mm/highmem.c   	for (i = 0; i < ARRAY_SIZE(page_address_maps); i++)
ARRAY_SIZE        368 mm/highmem.c   	for (i = 0; i < ARRAY_SIZE(page_address_htable); i++) {
ARRAY_SIZE       1006 mm/memcontrol.c 	for (i = 0; i < ARRAY_SIZE(stat->cpustat[0].count); i++) {
ARRAY_SIZE       1173 mm/memcontrol.c 					ARRAY_SIZE(mem_cgroup_files));
ARRAY_SIZE        710 mm/vmstat.c    	for (i = 1; i < ARRAY_SIZE(zone->lowmem_reserve); i++)
ARRAY_SIZE        769 mm/vmstat.c    	if (*pos >= ARRAY_SIZE(vmstat_text))
ARRAY_SIZE        796 mm/vmstat.c    	if (*pos >= ARRAY_SIZE(vmstat_text))
ARRAY_SIZE        643 net/8021q/vlan_dev.c 	for (i = 0; i < ARRAY_SIZE(vlan->egress_priority_map); i++) {
ARRAY_SIZE        177 net/8021q/vlan_netlink.c 		for (i = 0; i < ARRAY_SIZE(vlan->ingress_priority_map); i++) {
ARRAY_SIZE        194 net/8021q/vlan_netlink.c 		for (i = 0; i < ARRAY_SIZE(vlan->egress_priority_map); i++) {
ARRAY_SIZE        263 net/8021q/vlanproc.c 		if (vn->name_type < ARRAY_SIZE(vlan_name_type_str))
ARRAY_SIZE        276 net/9p/trans_fd.c 	if (n > ARRAY_SIZE(p9_mux_poll_tasks))
ARRAY_SIZE        277 net/9p/trans_fd.c 		n = ARRAY_SIZE(p9_mux_poll_tasks);
ARRAY_SIZE        294 net/9p/trans_fd.c 		for (i = 0; i < ARRAY_SIZE(p9_mux_poll_tasks); i++) {
ARRAY_SIZE        313 net/9p/trans_fd.c 		if (i >= ARRAY_SIZE(p9_mux_poll_tasks))
ARRAY_SIZE        322 net/9p/trans_fd.c 	for (i = 0; i < ARRAY_SIZE(p9_mux_poll_tasks); i++) {
ARRAY_SIZE        339 net/9p/trans_fd.c 	if (i >= ARRAY_SIZE(p9_mux_poll_tasks)) {
ARRAY_SIZE        367 net/9p/trans_fd.c 	for (i = 0; i < ARRAY_SIZE(m->poll_waddr); i++) {
ARRAY_SIZE        434 net/9p/trans_fd.c 	for (i = 0; i < ARRAY_SIZE(m->poll_waddr); i++) {
ARRAY_SIZE        483 net/9p/trans_fd.c 	for (i = 0; i < ARRAY_SIZE(m->poll_waddr); i++)
ARRAY_SIZE        487 net/9p/trans_fd.c 	if (i >= ARRAY_SIZE(m->poll_waddr)) {
ARRAY_SIZE       1607 net/9p/trans_fd.c 	for (i = 0; i < ARRAY_SIZE(p9_mux_poll_tasks); i++)
ARRAY_SIZE       1065 net/atm/lec.c  	for (q = state->misc_table; q < ARRAY_SIZE(lec_misc_tables); q++) {
ARRAY_SIZE        163 net/atm/proc.c 	    vcc->qos.aal >= ARRAY_SIZE(aal_name) ? "err" :
ARRAY_SIZE        985 net/bridge/br_netfilter.c 	ret = nf_register_hooks(br_nf_ops, ARRAY_SIZE(br_nf_ops));
ARRAY_SIZE        993 net/bridge/br_netfilter.c 		nf_unregister_hooks(br_nf_ops, ARRAY_SIZE(br_nf_ops));
ARRAY_SIZE       1003 net/bridge/br_netfilter.c 	nf_unregister_hooks(br_nf_ops, ARRAY_SIZE(br_nf_ops));
ARRAY_SIZE        101 net/bridge/netfilter/ebtable_filter.c 	ret = nf_register_hooks(ebt_ops_filter, ARRAY_SIZE(ebt_ops_filter));
ARRAY_SIZE        109 net/bridge/netfilter/ebtable_filter.c 	nf_unregister_hooks(ebt_ops_filter, ARRAY_SIZE(ebt_ops_filter));
ARRAY_SIZE        108 net/bridge/netfilter/ebtable_nat.c 	ret = nf_register_hooks(ebt_ops_nat, ARRAY_SIZE(ebt_ops_nat));
ARRAY_SIZE        116 net/bridge/netfilter/ebtable_nat.c 	nf_unregister_hooks(ebt_ops_nat, ARRAY_SIZE(ebt_ops_nat));
ARRAY_SIZE        304 net/core/dev.c static struct lock_class_key netdev_xmit_lock_key[ARRAY_SIZE(netdev_lock_type)];
ARRAY_SIZE        305 net/core/dev.c static struct lock_class_key netdev_addr_lock_key[ARRAY_SIZE(netdev_lock_type)];
ARRAY_SIZE        311 net/core/dev.c 	for (i = 0; i < ARRAY_SIZE(netdev_lock_type); i++)
ARRAY_SIZE        315 net/core/dev.c 	return ARRAY_SIZE(netdev_lock_type) - 1;
ARRAY_SIZE        554 net/core/dev.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
ARRAY_SIZE        164 net/core/net-sysfs.c 	if (operstate >= ARRAY_SIZE(operstates))
ARRAY_SIZE       1395 net/core/rtnetlink.c 	for (i = 0; i < ARRAY_SIZE(rta_max); i++)
ARRAY_SIZE        153 net/decnet/dn_dev.c #define DN_DEV_LIST_SIZE ARRAY_SIZE(dn_dev_list)
ARRAY_SIZE        244 net/decnet/dn_dev.c 	for(i = 0; i < ARRAY_SIZE(t->dn_dev_vars) - 1; i++) {
ARRAY_SIZE        379 net/dsa/mv88e6123_61_65.c 	mv88e6xxx_get_strings(ds, ARRAY_SIZE(mv88e6123_61_65_hw_stats),
ARRAY_SIZE        387 net/dsa/mv88e6123_61_65.c 	mv88e6xxx_get_ethtool_stats(ds, ARRAY_SIZE(mv88e6123_61_65_hw_stats),
ARRAY_SIZE        393 net/dsa/mv88e6123_61_65.c 	return ARRAY_SIZE(mv88e6123_61_65_hw_stats);
ARRAY_SIZE        338 net/dsa/mv88e6131.c 	mv88e6xxx_get_strings(ds, ARRAY_SIZE(mv88e6131_hw_stats),
ARRAY_SIZE        346 net/dsa/mv88e6131.c 	mv88e6xxx_get_ethtool_stats(ds, ARRAY_SIZE(mv88e6131_hw_stats),
ARRAY_SIZE        352 net/dsa/mv88e6131.c 	return ARRAY_SIZE(mv88e6131_hw_stats);
ARRAY_SIZE        965 net/ipv4/af_inet.c #define INETSW_ARRAY_LEN ARRAY_SIZE(inetsw_array)
ARRAY_SIZE       1482 net/ipv4/devinet.c 	for (i = 0; i < ARRAY_SIZE(t->devinet_vars) - 1; i++) {
ARRAY_SIZE        140 net/ipv4/netfilter/arptable_filter.c 	ret = nf_register_hooks(arpt_ops, ARRAY_SIZE(arpt_ops));
ARRAY_SIZE        152 net/ipv4/netfilter/arptable_filter.c 	nf_unregister_hooks(arpt_ops, ARRAY_SIZE(arpt_ops));
ARRAY_SIZE        123 net/ipv4/netfilter/ipt_addrtype.c 				   ARRAY_SIZE(addrtype_mt_reg));
ARRAY_SIZE        128 net/ipv4/netfilter/ipt_addrtype.c 	xt_unregister_matches(addrtype_mt_reg, ARRAY_SIZE(addrtype_mt_reg));
ARRAY_SIZE        172 net/ipv4/netfilter/iptable_filter.c 	ret = nf_register_hooks(ipt_ops, ARRAY_SIZE(ipt_ops));
ARRAY_SIZE        185 net/ipv4/netfilter/iptable_filter.c 	nf_unregister_hooks(ipt_ops, ARRAY_SIZE(ipt_ops));
ARRAY_SIZE        233 net/ipv4/netfilter/iptable_mangle.c 	ret = nf_register_hooks(ipt_ops, ARRAY_SIZE(ipt_ops));
ARRAY_SIZE        246 net/ipv4/netfilter/iptable_mangle.c 	nf_unregister_hooks(ipt_ops, ARRAY_SIZE(ipt_ops));
ARRAY_SIZE        125 net/ipv4/netfilter/iptable_raw.c 	ret = nf_register_hooks(ipt_ops, ARRAY_SIZE(ipt_ops));
ARRAY_SIZE        138 net/ipv4/netfilter/iptable_raw.c 	nf_unregister_hooks(ipt_ops, ARRAY_SIZE(ipt_ops));
ARRAY_SIZE        162 net/ipv4/netfilter/iptable_security.c 	ret = nf_register_hooks(ipt_ops, ARRAY_SIZE(ipt_ops));
ARRAY_SIZE        175 net/ipv4/netfilter/iptable_security.c 	nf_unregister_hooks(ipt_ops, ARRAY_SIZE(ipt_ops));
ARRAY_SIZE        407 net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c 				ARRAY_SIZE(ipv4_conntrack_ops));
ARRAY_SIZE        420 net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c 	nf_unregister_hooks(ipv4_conntrack_ops, ARRAY_SIZE(ipv4_conntrack_ops));
ARRAY_SIZE        441 net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c 	nf_unregister_hooks(ipv4_conntrack_ops, ARRAY_SIZE(ipv4_conntrack_ops));
ARRAY_SIZE         80 net/ipv4/netfilter/nf_defrag_ipv4.c 	return nf_register_hooks(ipv4_defrag_ops, ARRAY_SIZE(ipv4_defrag_ops));
ARRAY_SIZE         85 net/ipv4/netfilter/nf_defrag_ipv4.c 	nf_unregister_hooks(ipv4_defrag_ops, ARRAY_SIZE(ipv4_defrag_ops));
ARRAY_SIZE        300 net/ipv4/netfilter/nf_nat_standalone.c 	ret = nf_register_hooks(nf_nat_ops, ARRAY_SIZE(nf_nat_ops));
ARRAY_SIZE        319 net/ipv4/netfilter/nf_nat_standalone.c 	nf_unregister_hooks(nf_nat_ops, ARRAY_SIZE(nf_nat_ops));
ARRAY_SIZE       1471 net/ipv4/route.c 	for (i = 0; i < ARRAY_SIZE(mtu_plateau); i++)
ARRAY_SIZE        156 net/ipv4/syncookies.c #define NUM_MSS (ARRAY_SIZE(msstab) - 1)
ARRAY_SIZE         94 net/ipv4/tcp_highspeed.c #define HSTCP_AIMD_MAX	ARRAY_SIZE(hstcp_aimd_vals)
ARRAY_SIZE         79 net/ipv4/tcp_hybla.c 	return (odds < ARRAY_SIZE(fractions)) ? fractions[odds] : 128;
ARRAY_SIZE       1434 net/ipv4/tcp_input.c 	return cache < tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache);
ARRAY_SIZE       1541 net/ipv4/tcp_input.c 		cache = tp->recv_sack_cache + ARRAY_SIZE(tp->recv_sack_cache);
ARRAY_SIZE       1633 net/ipv4/tcp_input.c 	for (i = 0; i < ARRAY_SIZE(tp->recv_sack_cache) - used_sacks; i++) {
ARRAY_SIZE        370 net/ipv6/addrlabel.c 	for (i = 0; i < ARRAY_SIZE(ip6addrlbl_init_table); i++) {
ARRAY_SIZE        120 net/ipv6/ip6mr.c 	for (it->ct = 0; it->ct < ARRAY_SIZE(mfc6_cache_array); it->ct++)
ARRAY_SIZE        254 net/ipv6/ip6mr.c 	while (++it->ct < ARRAY_SIZE(mfc6_cache_array)) {
ARRAY_SIZE       1100 net/ipv6/ip6mr.c 	for (i = 0; i < ARRAY_SIZE(mfc6_cache_array); i++) {
ARRAY_SIZE        203 net/ipv6/netfilter/ip6t_hbh.c 	return xt_register_matches(hbh_mt6_reg, ARRAY_SIZE(hbh_mt6_reg));
ARRAY_SIZE        208 net/ipv6/netfilter/ip6t_hbh.c 	xt_unregister_matches(hbh_mt6_reg, ARRAY_SIZE(hbh_mt6_reg));
ARRAY_SIZE        171 net/ipv6/netfilter/ip6table_filter.c 	ret = nf_register_hooks(ip6t_ops, ARRAY_SIZE(ip6t_ops));
ARRAY_SIZE        184 net/ipv6/netfilter/ip6table_filter.c 	nf_unregister_hooks(ip6t_ops, ARRAY_SIZE(ip6t_ops));
ARRAY_SIZE        203 net/ipv6/netfilter/ip6table_mangle.c 	ret = nf_register_hooks(ip6t_ops, ARRAY_SIZE(ip6t_ops));
ARRAY_SIZE        216 net/ipv6/netfilter/ip6table_mangle.c 	nf_unregister_hooks(ip6t_ops, ARRAY_SIZE(ip6t_ops));
ARRAY_SIZE        115 net/ipv6/netfilter/ip6table_raw.c 	ret = nf_register_hooks(ip6t_ops, ARRAY_SIZE(ip6t_ops));
ARRAY_SIZE        128 net/ipv6/netfilter/ip6table_raw.c 	nf_unregister_hooks(ip6t_ops, ARRAY_SIZE(ip6t_ops));
ARRAY_SIZE        154 net/ipv6/netfilter/ip6table_security.c 	ret = nf_register_hooks(ip6t_ops, ARRAY_SIZE(ip6t_ops));
ARRAY_SIZE        167 net/ipv6/netfilter/ip6table_security.c 	nf_unregister_hooks(ip6t_ops, ARRAY_SIZE(ip6t_ops));
ARRAY_SIZE        406 net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c 				ARRAY_SIZE(ipv6_conntrack_ops));
ARRAY_SIZE        430 net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c 	nf_unregister_hooks(ipv6_conntrack_ops, ARRAY_SIZE(ipv6_conntrack_ops));
ARRAY_SIZE         51 net/ipv6/syncookies.c #define NUM_MSS (ARRAY_SIZE(msstab) - 1)
ARRAY_SIZE        157 net/irda/irnetlink.c 	for (i = 0; i < ARRAY_SIZE(irda_nl_ops); i++) {
ARRAY_SIZE         75 net/irda/irproc.c 	for (i = 0; i < ARRAY_SIZE(irda_dirs); i++)
ARRAY_SIZE         91 net/irda/irproc.c 		for (i=0; i<ARRAY_SIZE(irda_dirs); i++)
ARRAY_SIZE       1075 net/mac80211/mlme.c 			const int num_algs = ARRAY_SIZE(algs);
ARRAY_SIZE       1230 net/mac80211/wext.c 	.num_standard	= ARRAY_SIZE(ieee80211_handler),
ARRAY_SIZE        259 net/netfilter/core.c 	for (i = 0; i < ARRAY_SIZE(nf_hooks); i++) {
ARRAY_SIZE       1508 net/netfilter/ipvs/ip_vs_core.c 	ret = nf_register_hooks(ip_vs_ops, ARRAY_SIZE(ip_vs_ops));
ARRAY_SIZE       1531 net/netfilter/ipvs/ip_vs_core.c 	nf_unregister_hooks(ip_vs_ops, ARRAY_SIZE(ip_vs_ops));
ARRAY_SIZE       3366 net/netfilter/ipvs/ip_vs_ctl.c 	for (i = 0; i < ARRAY_SIZE(ip_vs_genl_ops); i++) {
ARRAY_SIZE        200 net/netfilter/nf_conntrack_amanda.c 	for (i = 0; i < ARRAY_SIZE(search); i++)
ARRAY_SIZE        208 net/netfilter/nf_conntrack_amanda.c 	for (i = 0; i < ARRAY_SIZE(search); i++) {
ARRAY_SIZE         79 net/netfilter/nf_conntrack_expect.c 	hash = jhash2(tuple->dst.u3.all, ARRAY_SIZE(tuple->dst.u3.all),
ARRAY_SIZE        414 net/netfilter/nf_conntrack_ftp.c 	for (i = 0; i < ARRAY_SIZE(search[dir]); i++) {
ARRAY_SIZE        163 net/netfilter/nf_conntrack_irc.c 		for (i = 0; i < ARRAY_SIZE(dccprotos); i++) {
ARRAY_SIZE        858 net/netfilter/nf_conntrack_sip.c 	for (i = 0; i < ARRAY_SIZE(sdp_media_types); i++) {
ARRAY_SIZE        909 net/netfilter/nf_conntrack_sip.c 	for (i = 0; i < ARRAY_SIZE(sdp_media_types); ) {
ARRAY_SIZE       1216 net/netfilter/nf_conntrack_sip.c 	for (i = 0; i < ARRAY_SIZE(sip_handlers); i++) {
ARRAY_SIZE       1238 net/netfilter/nf_conntrack_sip.c 	for (i = 0; i < ARRAY_SIZE(sip_handlers); i++) {
ARRAY_SIZE         27 net/netfilter/nf_log.c 	if (pf >= ARRAY_SIZE(nf_loggers))
ARRAY_SIZE         50 net/netfilter/nf_log.c 	if (pf >= ARRAY_SIZE(nf_loggers))
ARRAY_SIZE         66 net/netfilter/nf_log.c 	for (i = 0; i < ARRAY_SIZE(nf_loggers); i++) {
ARRAY_SIZE        106 net/netfilter/nf_log.c 	if (*pos >= ARRAY_SIZE(nf_loggers))
ARRAY_SIZE        116 net/netfilter/nf_log.c 	if (*pos >= ARRAY_SIZE(nf_loggers))
ARRAY_SIZE         29 net/netfilter/nf_queue.c 	if (pf >= ARRAY_SIZE(queue_handler))
ARRAY_SIZE         50 net/netfilter/nf_queue.c 	if (pf >= ARRAY_SIZE(queue_handler))
ARRAY_SIZE         73 net/netfilter/nf_queue.c 	for (pf = 0; pf < ARRAY_SIZE(queue_handler); pf++)  {
ARRAY_SIZE        288 net/netfilter/nf_queue.c 	if (*pos >= ARRAY_SIZE(queue_handler))
ARRAY_SIZE        298 net/netfilter/nf_queue.c 	if (*pos >= ARRAY_SIZE(queue_handler))
ARRAY_SIZE        961 net/netfilter/x_tables.c 	if (af >= ARRAY_SIZE(xt_prefix))
ARRAY_SIZE        216 net/netfilter/xt_CONNMARK.c 	       ARRAY_SIZE(connmark_tg_reg));
ARRAY_SIZE        221 net/netfilter/xt_CONNMARK.c 	xt_unregister_targets(connmark_tg_reg, ARRAY_SIZE(connmark_tg_reg));
ARRAY_SIZE        201 net/netfilter/xt_DSCP.c 	return xt_register_targets(dscp_tg_reg, ARRAY_SIZE(dscp_tg_reg));
ARRAY_SIZE        206 net/netfilter/xt_DSCP.c 	xt_unregister_targets(dscp_tg_reg, ARRAY_SIZE(dscp_tg_reg));
ARRAY_SIZE        192 net/netfilter/xt_MARK.c 	return xt_register_targets(mark_tg_reg, ARRAY_SIZE(mark_tg_reg));
ARRAY_SIZE        197 net/netfilter/xt_MARK.c 	xt_unregister_targets(mark_tg_reg, ARRAY_SIZE(mark_tg_reg));
ARRAY_SIZE         60 net/netfilter/xt_NFQUEUE.c 	return xt_register_targets(nfqueue_tg_reg, ARRAY_SIZE(nfqueue_tg_reg));
ARRAY_SIZE         65 net/netfilter/xt_NFQUEUE.c 	xt_unregister_targets(nfqueue_tg_reg, ARRAY_SIZE(nfqueue_tg_reg));
ARRAY_SIZE        164 net/netfilter/xt_RATEEST.c 	for (i = 0; i < ARRAY_SIZE(rateest_hash); i++)
ARRAY_SIZE        305 net/netfilter/xt_TCPMSS.c 	return xt_register_targets(tcpmss_tg_reg, ARRAY_SIZE(tcpmss_tg_reg));
ARRAY_SIZE        310 net/netfilter/xt_TCPMSS.c 	xt_unregister_targets(tcpmss_tg_reg, ARRAY_SIZE(tcpmss_tg_reg));
ARRAY_SIZE        128 net/netfilter/xt_TCPOPTSTRIP.c 				   ARRAY_SIZE(tcpoptstrip_tg_reg));
ARRAY_SIZE        134 net/netfilter/xt_TCPOPTSTRIP.c 			      ARRAY_SIZE(tcpoptstrip_tg_reg));
ARRAY_SIZE         67 net/netfilter/xt_connlimit.c 	for (i = 0; i < ARRAY_SIZE(addr->ip6); ++i)
ARRAY_SIZE         70 net/netfilter/xt_connlimit.c 	return jhash2((u32 *)res.ip6, ARRAY_SIZE(res.ip6), connlimit_rnd) & 0xFF;
ARRAY_SIZE         93 net/netfilter/xt_connlimit.c 		for (i = 0; i < ARRAY_SIZE(addr->ip6); ++i) {
ARRAY_SIZE        243 net/netfilter/xt_connlimit.c 	for (i = 0; i < ARRAY_SIZE(info->data->iphash); ++i)
ARRAY_SIZE        259 net/netfilter/xt_connlimit.c 	for (i = 0; i < ARRAY_SIZE(info->data->iphash); ++i) {
ARRAY_SIZE        157 net/netfilter/xt_connmark.c 	       ARRAY_SIZE(connmark_mt_reg));
ARRAY_SIZE        162 net/netfilter/xt_connmark.c 	xt_unregister_matches(connmark_mt_reg, ARRAY_SIZE(connmark_mt_reg));
ARRAY_SIZE        376 net/netfilter/xt_conntrack.c 	       ARRAY_SIZE(conntrack_mt_reg));
ARRAY_SIZE        381 net/netfilter/xt_conntrack.c 	xt_unregister_matches(conntrack_mt_reg, ARRAY_SIZE(conntrack_mt_reg));
ARRAY_SIZE        164 net/netfilter/xt_dccp.c 	ret = xt_register_matches(dccp_mt_reg, ARRAY_SIZE(dccp_mt_reg));
ARRAY_SIZE        176 net/netfilter/xt_dccp.c 	xt_unregister_matches(dccp_mt_reg, ARRAY_SIZE(dccp_mt_reg));
ARRAY_SIZE        123 net/netfilter/xt_dscp.c 	return xt_register_matches(dscp_mt_reg, ARRAY_SIZE(dscp_mt_reg));
ARRAY_SIZE        128 net/netfilter/xt_dscp.c 	xt_unregister_matches(dscp_mt_reg, ARRAY_SIZE(dscp_mt_reg));
ARRAY_SIZE        104 net/netfilter/xt_esp.c 	return xt_register_matches(esp_mt_reg, ARRAY_SIZE(esp_mt_reg));
ARRAY_SIZE        109 net/netfilter/xt_esp.c 	xt_unregister_matches(esp_mt_reg, ARRAY_SIZE(esp_mt_reg));
ARRAY_SIZE        970 net/netfilter/xt_hashlimit.c 	      ARRAY_SIZE(hashlimit_mt_reg));
ARRAY_SIZE       1003 net/netfilter/xt_hashlimit.c 	xt_unregister_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg));
ARRAY_SIZE       1016 net/netfilter/xt_hashlimit.c 	xt_unregister_matches(hashlimit_mt_reg, ARRAY_SIZE(hashlimit_mt_reg));
ARRAY_SIZE        160 net/netfilter/xt_iprange.c 	return xt_register_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg));
ARRAY_SIZE        165 net/netfilter/xt_iprange.c 	xt_unregister_matches(iprange_mt_reg, ARRAY_SIZE(iprange_mt_reg));
ARRAY_SIZE         61 net/netfilter/xt_length.c 	return xt_register_matches(length_mt_reg, ARRAY_SIZE(length_mt_reg));
ARRAY_SIZE         66 net/netfilter/xt_length.c 	xt_unregister_matches(length_mt_reg, ARRAY_SIZE(length_mt_reg));
ARRAY_SIZE        110 net/netfilter/xt_mark.c 	return xt_register_matches(mark_mt_reg, ARRAY_SIZE(mark_mt_reg));
ARRAY_SIZE        115 net/netfilter/xt_mark.c 	xt_unregister_matches(mark_mt_reg, ARRAY_SIZE(mark_mt_reg));
ARRAY_SIZE        239 net/netfilter/xt_multiport.c 	       ARRAY_SIZE(multiport_mt_reg));
ARRAY_SIZE        244 net/netfilter/xt_multiport.c 	xt_unregister_matches(multiport_mt_reg, ARRAY_SIZE(multiport_mt_reg));
ARRAY_SIZE        174 net/netfilter/xt_owner.c 	return xt_register_matches(owner_mt_reg, ARRAY_SIZE(owner_mt_reg));
ARRAY_SIZE        179 net/netfilter/xt_owner.c 	xt_unregister_matches(owner_mt_reg, ARRAY_SIZE(owner_mt_reg));
ARRAY_SIZE        180 net/netfilter/xt_policy.c 	return xt_register_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg));
ARRAY_SIZE        185 net/netfilter/xt_policy.c 	xt_unregister_matches(policy_mt_reg, ARRAY_SIZE(policy_mt_reg));
ARRAY_SIZE        115 net/netfilter/xt_recent.c 	return jhash2((u32 *)addr->ip6, ARRAY_SIZE(addr->ip6), hash_rnd) &
ARRAY_SIZE        653 net/netfilter/xt_recent.c 	err = xt_register_matches(recent_mt_reg, ARRAY_SIZE(recent_mt_reg));
ARRAY_SIZE        659 net/netfilter/xt_recent.c 		xt_unregister_matches(recent_mt_reg, ARRAY_SIZE(recent_mt_reg));
ARRAY_SIZE        668 net/netfilter/xt_recent.c 		xt_unregister_matches(recent_mt_reg, ARRAY_SIZE(recent_mt_reg));
ARRAY_SIZE        679 net/netfilter/xt_recent.c 	xt_unregister_matches(recent_mt_reg, ARRAY_SIZE(recent_mt_reg));
ARRAY_SIZE        187 net/netfilter/xt_sctp.c 	return xt_register_matches(sctp_mt_reg, ARRAY_SIZE(sctp_mt_reg));
ARRAY_SIZE        192 net/netfilter/xt_sctp.c 	xt_unregister_matches(sctp_mt_reg, ARRAY_SIZE(sctp_mt_reg));
ARRAY_SIZE         78 net/netfilter/xt_state.c 	return xt_register_matches(state_mt_reg, ARRAY_SIZE(state_mt_reg));
ARRAY_SIZE         83 net/netfilter/xt_state.c 	xt_unregister_matches(state_mt_reg, ARRAY_SIZE(state_mt_reg));
ARRAY_SIZE        104 net/netfilter/xt_string.c 				   ARRAY_SIZE(xt_string_mt_reg));
ARRAY_SIZE        109 net/netfilter/xt_string.c 	xt_unregister_matches(xt_string_mt_reg, ARRAY_SIZE(xt_string_mt_reg));
ARRAY_SIZE        101 net/netfilter/xt_tcpmss.c 	return xt_register_matches(tcpmss_mt_reg, ARRAY_SIZE(tcpmss_mt_reg));
ARRAY_SIZE        106 net/netfilter/xt_tcpmss.c 	xt_unregister_matches(tcpmss_mt_reg, ARRAY_SIZE(tcpmss_mt_reg));
ARRAY_SIZE        231 net/netfilter/xt_tcpudp.c 	return xt_register_matches(tcpudp_mt_reg, ARRAY_SIZE(tcpudp_mt_reg));
ARRAY_SIZE        236 net/netfilter/xt_tcpudp.c 	xt_unregister_matches(tcpudp_mt_reg, ARRAY_SIZE(tcpudp_mt_reg));
ARRAY_SIZE        140 net/netfilter/xt_time.c 		for (i = ARRAY_SIZE(days_since_leapyear) - 1;
ARRAY_SIZE        145 net/netfilter/xt_time.c 		for (i = ARRAY_SIZE(days_since_year) - 1;
ARRAY_SIZE        819 net/netlabel/netlabel_cipso_v4.c 	for (i = 0; i < ARRAY_SIZE(netlbl_cipsov4_ops); i++) {
ARRAY_SIZE        789 net/netlabel/netlabel_mgmt.c 	for (i = 0; i < ARRAY_SIZE(netlbl_mgmt_genl_ops); i++) {
ARRAY_SIZE       1483 net/netlabel/netlabel_unlabeled.c 	for (i = 0; i < ARRAY_SIZE(netlbl_unlabel_genl_ops); i++) {
ARRAY_SIZE         97 net/sctp/objcnt.c 	return (*pos >= ARRAY_SIZE(sctp_dbg_objcnt)) ? NULL : (void *)pos;
ARRAY_SIZE        107 net/sctp/objcnt.c 	return (*pos >= ARRAY_SIZE(sctp_dbg_objcnt)) ? NULL : (void *)pos;
ARRAY_SIZE        240 net/sunrpc/auth_gss/gss_krb5_mech.c 	.gm_pf_num	= ARRAY_SIZE(gss_kerberos_pfs),
ARRAY_SIZE        222 net/sunrpc/auth_gss/gss_spkm3_mech.c 	.gm_pf_num	= ARRAY_SIZE(gss_spkm3_pfs),
ARRAY_SIZE        549 net/sunrpc/rpc_pipe.c 			if (n == ARRAY_SIZE(dvec))
ARRAY_SIZE        846 net/sunrpc/rpcb_clnt.c 	.nrvers		= ARRAY_SIZE(rpcb_version),
ARRAY_SIZE        196 net/sunrpc/sched.c 	for (i = 0; i < ARRAY_SIZE(queue->tasks); i++)
ARRAY_SIZE        529 net/sunrpc/svc.c 	for (i = 0; i < ARRAY_SIZE(rqstp->rq_pages); i++)
ARRAY_SIZE       1940 net/wireless/nl80211.c 	for (i = 0; i < ARRAY_SIZE(nl80211_ops); i++) {
ARRAY_SIZE        462 net/wireless/reg.c 	for (i = 0; i < ARRAY_SIZE(supported_bandwidths); i++) {
ARRAY_SIZE        341 net/wireless/wext.c static const unsigned standard_ioctl_num = ARRAY_SIZE(standard_ioctl);
ARRAY_SIZE        391 net/wireless/wext.c static const unsigned standard_event_num = ARRAY_SIZE(standard_event);
ARRAY_SIZE        452 net/xfrm/xfrm_algo.c 	return ARRAY_SIZE(aead_list);
ARRAY_SIZE        457 net/xfrm/xfrm_algo.c 	return ARRAY_SIZE(aalg_list);
ARRAY_SIZE        462 net/xfrm/xfrm_algo.c 	return ARRAY_SIZE(ealg_list);
ARRAY_SIZE        467 net/xfrm/xfrm_algo.c 	return ARRAY_SIZE(calg_list);
ARRAY_SIZE        479 net/xfrm/xfrm_algo.c 	.entries = ARRAY_SIZE(aead_list),
ARRAY_SIZE        486 net/xfrm/xfrm_algo.c 	.entries = ARRAY_SIZE(aalg_list),
ARRAY_SIZE        493 net/xfrm/xfrm_algo.c 	.entries = ARRAY_SIZE(ealg_list),
ARRAY_SIZE        500 net/xfrm/xfrm_algo.c 	.entries = ARRAY_SIZE(calg_list),
ARRAY_SIZE       1566 net/xfrm/xfrm_policy.c 	for (pi = 0; pi < ARRAY_SIZE(pols); pi++)
ARRAY_SIZE         64 samples/markers/probe-example.c 	for (i = 0; i < ARRAY_SIZE(probe_array); i++) {
ARRAY_SIZE         79 samples/markers/probe-example.c 	for (i = 0; i < ARRAY_SIZE(probe_array); i++)
ARRAY_SIZE        683 scripts/mod/file2alias.c 	for (i = 0; i < ARRAY_SIZE(dmi_fields); i++) {
ARRAY_SIZE        489 security/device_cgroup.c 					ARRAY_SIZE(dev_cgroup_files));
ARRAY_SIZE         63 security/selinux/avc.c 	ARRAY_SIZE(av_perm_to_string),
ARRAY_SIZE         65 security/selinux/avc.c 	ARRAY_SIZE(class_to_string),
ARRAY_SIZE         67 security/selinux/avc.c 	ARRAY_SIZE(av_inherit)
ARRAY_SIZE        150 security/selinux/avc.c 	for (i = 0; i < ARRAY_SIZE(av_inherit); i++) {
ARRAY_SIZE        172 security/selinux/avc.c 			for (i2 = 0; i2 < ARRAY_SIZE(av_perm_to_string); i2++) {
ARRAY_SIZE        177 security/selinux/avc.c 			if (i2 < ARRAY_SIZE(av_perm_to_string)) {
ARRAY_SIZE        221 security/selinux/avc.c 	BUG_ON(tclass >= ARRAY_SIZE(class_to_string) || !class_to_string[tclass]);
ARRAY_SIZE        404 security/selinux/hooks.c 	if (sbsec->behavior > ARRAY_SIZE(labeling_behaviors))
ARRAY_SIZE       5801 security/selinux/hooks.c 	err = nf_register_hooks(selinux_ipv4_ops, ARRAY_SIZE(selinux_ipv4_ops));
ARRAY_SIZE       5806 security/selinux/hooks.c 	err = nf_register_hooks(selinux_ipv6_ops, ARRAY_SIZE(selinux_ipv6_ops));
ARRAY_SIZE       5822 security/selinux/hooks.c 	nf_unregister_hooks(selinux_ipv4_ops, ARRAY_SIZE(selinux_ipv4_ops));
ARRAY_SIZE       5824 security/selinux/hooks.c 	nf_unregister_hooks(selinux_ipv6_ops, ARRAY_SIZE(selinux_ipv6_ops));
ARRAY_SIZE        527 security/selinux/selinuxfs.c 	if (ino >= ARRAY_SIZE(write_op) || !write_op[ino])
ARRAY_SIZE       1282 security/selinux/selinuxfs.c 	for (i = 0; i < ARRAY_SIZE(files); i++) {
ARRAY_SIZE       1600 security/selinux/selinuxfs.c 		if (iter < ARRAY_SIZE(policycap_names))
ARRAY_SIZE        350 security/selinux/ss/avtab.c 		if (items2 > ARRAY_SIZE(buf32)) {
ARRAY_SIZE        394 security/selinux/ss/avtab.c 		for (i = 0; i < ARRAY_SIZE(spec_order); i++) {
ARRAY_SIZE        431 security/selinux/ss/avtab.c 	for (i = 0; i < ARRAY_SIZE(spec_order); i++) {
ARRAY_SIZE        133 security/selinux/ss/policydb.c 	for (i = 0; i < ARRAY_SIZE(policydb_compat); i++) {
ARRAY_SIZE        840 security/selinux/ss/policydb.c 	if (items > ARRAY_SIZE(buf)) {
ARRAY_SIZE        925 security/smack/smackfs.c 	for (i = 0; i < ARRAY_SIZE(netlbl_choices); i++)
ARRAY_SIZE        969 security/smack/smackfs.c 	for (i = 0; i < ARRAY_SIZE(netlbl_choices); i++)
ARRAY_SIZE        568 sound/aoa/codecs/snd-aoa-codec-onyx.c static u8 initial_values[ARRAY_SIZE(register_map)] = {
ARRAY_SIZE        390 sound/arm/aaci.c 				 ARRAY_SIZE(rate_list), rate_list,
ARRAY_SIZE        597 sound/arm/aaci.c 				 ARRAY_SIZE(channel_list), channel_list,
ARRAY_SIZE        632 sound/arm/aaci.c 	WARN_ON(channels >= ARRAY_SIZE(channels_to_txmask) ||
ARRAY_SIZE        976 sound/arm/aaci.c 	ret = snd_ac97_pcm_assign(ac97_bus, ARRAY_SIZE(ac97_defs), ac97_defs);
ARRAY_SIZE        140 sound/arm/sa11xx-uda1341.c 	.count	= ARRAY_SIZE(rates),
ARRAY_SIZE       1273 sound/core/oss/mixer_oss.c 	for (idx = 0; idx < ARRAY_SIZE(table); idx++)
ARRAY_SIZE        323 sound/core/oss/pcm_plugin.c 		for (i = 0; i < ARRAY_SIZE(preferred_formats); i++) {
ARRAY_SIZE        344 sound/core/oss/pcm_plugin.c 			for (i = 0; i < ARRAY_SIZE(preferred_formats); ++i) {
ARRAY_SIZE        896 sound/core/pcm_lib.c 		if (snd_BUG_ON(k >= ARRAY_SIZE(c->deps)))
ARRAY_SIZE       1153 sound/core/pcm_lib.c 				 ARRAY_SIZE(pow2_sizes), pow2_sizes, 0);
ARRAY_SIZE       1761 sound/core/pcm_native.c 	.count = ARRAY_SIZE(rates),
ARRAY_SIZE       3287 sound/core/pcm_native.c 	for (i = 0; i < ARRAY_SIZE(oparams->masks); i++)
ARRAY_SIZE       3306 sound/core/pcm_native.c 	for (i = 0; i < ARRAY_SIZE(oparams->masks); i++)
ARRAY_SIZE        364 sound/core/seq/seq_midi_event.c 	for (type = 0; type < ARRAY_SIZE(status_event); type++) {
ARRAY_SIZE        368 sound/core/seq/seq_midi_event.c 	for (type = 0; type < ARRAY_SIZE(extra_event); type++) {
ARRAY_SIZE        109 sound/core/sound.c 	if (minor >= ARRAY_SIZE(snd_minors))
ARRAY_SIZE        130 sound/core/sound.c 	if (minor >= ARRAY_SIZE(snd_minors))
ARRAY_SIZE        188 sound/core/sound.c 	for (minor = 0; minor < ARRAY_SIZE(snd_minors); ++minor) {
ARRAY_SIZE        303 sound/core/sound.c 	for (minor = 0; minor < ARRAY_SIZE(snd_minors); ++minor)
ARRAY_SIZE         47 sound/core/sound_oss.c 	if (minor >= ARRAY_SIZE(snd_oss_minors))
ARRAY_SIZE        576 sound/drivers/dummy.c 	for (idx = 0; idx < ARRAY_SIZE(snd_dummy_controls); idx++) {
ARRAY_SIZE        670 sound/drivers/dummy.c 	for (i = 0; i < ARRAY_SIZE(devices); ++i)
ARRAY_SIZE        238 sound/drivers/mpu401/mpu401.c 	for (i = 0; i < ARRAY_SIZE(platform_devices); ++i)
ARRAY_SIZE        926 sound/drivers/opl4/yrw801.c #define REGION(num) { ARRAY_SIZE(regions ## num), regions ## num }
ARRAY_SIZE        133 sound/drivers/pcsp/pcsp_mixer.c 	for (i = 0; i < ARRAY_SIZE(snd_pcsp_controls); i++) {
ARRAY_SIZE       1005 sound/drivers/serial-u16550.c 	for (i = 0; i < ARRAY_SIZE(devices); ++i)
ARRAY_SIZE        151 sound/drivers/virmidi.c 	for (i = 0; i < ARRAY_SIZE(devices); ++i)
ARRAY_SIZE        532 sound/i2c/cs8427.c 	for (idx = 0; idx < ARRAY_SIZE(snd_cs8427_iec958_controls); idx++) {
ARRAY_SIZE        786 sound/i2c/l3/uda1341.c 	for (idx = 0; idx < ARRAY_SIZE(snd_uda1341_controls); idx++) {
ARRAY_SIZE        351 sound/i2c/tea6330t.c 	for (idx = 0; idx < ARRAY_SIZE(snd_tea6330t_controls); idx++) {
ARRAY_SIZE        972 sound/isa/ad1816a/ad1816a_lib.c 	for (idx = 0; idx < ARRAY_SIZE(snd_ad1816a_controls); idx++) {
ARRAY_SIZE        273 sound/isa/cmi8330.c 	for (idx = 0; idx < ARRAY_SIZE(cmi8330_sb_init_values); idx++) {
ARRAY_SIZE        280 sound/isa/cmi8330.c 	for (idx = 0; idx < ARRAY_SIZE(cmi8330_sb_mixers); idx++) {
ARRAY_SIZE        295 sound/isa/cmi8330.c 	for (idx = 0; idx < ARRAY_SIZE(snd_cmi8330_controls); idx++) {
ARRAY_SIZE        977 sound/isa/cs423x/cs4236_lib.c 		for (idx = 0; idx < ARRAY_SIZE(snd_cs4235_controls); idx++) {
ARRAY_SIZE        982 sound/isa/cs423x/cs4236_lib.c 		for (idx = 0; idx < ARRAY_SIZE(snd_cs4236_controls); idx++) {
ARRAY_SIZE        990 sound/isa/cs423x/cs4236_lib.c 		count = ARRAY_SIZE(snd_cs4236_3d_controls_cs4235);
ARRAY_SIZE        994 sound/isa/cs423x/cs4236_lib.c 		count = ARRAY_SIZE(snd_cs4236_3d_controls_cs4237);
ARRAY_SIZE        998 sound/isa/cs423x/cs4236_lib.c 		count = ARRAY_SIZE(snd_cs4236_3d_controls_cs4238);
ARRAY_SIZE       1011 sound/isa/cs423x/cs4236_lib.c 		for (idx = 0; idx < ARRAY_SIZE(snd_cs4236_iec958_controls); idx++) {
ARRAY_SIZE        114 sound/isa/es1688/es1688.c 	} while (error < 0 && ++i < ARRAY_SIZE(possible_ports));
ARRAY_SIZE       1019 sound/isa/es1688/es1688_lib.c 	for (idx = 0; idx < ARRAY_SIZE(snd_es1688_controls); idx++) {
ARRAY_SIZE       1870 sound/isa/es18xx.c 	for (idx = 0; idx < ARRAY_SIZE(snd_es18xx_base_controls); idx++) {
ARRAY_SIZE       1889 sound/isa/es18xx.c 		for (idx = 0; idx < ARRAY_SIZE(snd_es18xx_pcm2_controls); idx++) {
ARRAY_SIZE       1894 sound/isa/es18xx.c 		for (idx = 0; idx < ARRAY_SIZE(snd_es18xx_pcm1_controls); idx++) {
ARRAY_SIZE       1901 sound/isa/es18xx.c 		for (idx = 0; idx < ARRAY_SIZE(snd_es18xx_recmix_controls); idx++) {
ARRAY_SIZE       1918 sound/isa/es18xx.c 		for (idx = 0; idx < ARRAY_SIZE(snd_es18xx_spatializer_controls); idx++) {
ARRAY_SIZE       1924 sound/isa/es18xx.c 		for (idx = 0; idx < ARRAY_SIZE(snd_es18xx_hw_volume_controls); idx++) {
ARRAY_SIZE       1946 sound/isa/es18xx.c 		for (idx = 0; idx < ARRAY_SIZE(snd_es18xx_opt_1869); idx++) {
ARRAY_SIZE       1959 sound/isa/es18xx.c 		for (idx = 0; idx < ARRAY_SIZE(snd_es18xx_opt_1879); idx++) {
ARRAY_SIZE       2242 sound/isa/es18xx.c 		for (i = 0; i < ARRAY_SIZE(possible_ports); i++) {
ARRAY_SIZE        181 sound/isa/gus/gus_mixer.c 		max = gus->ess_flag ? 1 : ARRAY_SIZE(snd_gf1_controls);
ARRAY_SIZE        187 sound/isa/gus/gus_mixer.c 		for (idx = 0; idx < ARRAY_SIZE(snd_ics_controls); idx++) {
ARRAY_SIZE        124 sound/isa/gus/gusclassic.c 	} while (error < 0 && ++i < ARRAY_SIZE(possible_ports));
ARRAY_SIZE        132 sound/isa/gus/gusextreme.c 	} while (error < 0 && ++i < ARRAY_SIZE(possible_ports));
ARRAY_SIZE        263 sound/isa/gus/gusmax.c 		for (i = 0; i < ARRAY_SIZE(possible_ports); i++) {
ARRAY_SIZE        415 sound/isa/gus/interwave.c 		for (i = 0; i < ARRAY_SIZE(lmc); i++)
ARRAY_SIZE        424 sound/isa/gus/interwave.c 		if (i >= ARRAY_SIZE(lmc) && !gus->gf1.enh_mode)
ARRAY_SIZE        531 sound/isa/gus/interwave.c 	for (idx = 0; idx < ARRAY_SIZE(snd_interwave_controls); idx++)
ARRAY_SIZE        837 sound/isa/gus/interwave.c 		for (i = 0; i < ARRAY_SIZE(possible_ports); i++) {
ARRAY_SIZE        533 sound/isa/opl3sa2.c 	for (idx = 0; idx < ARRAY_SIZE(snd_opl3sa2_controls); idx++) {
ARRAY_SIZE        542 sound/isa/opl3sa2.c 		for (idx = 0; idx < ARRAY_SIZE(snd_opl3sa2_tone_controls); idx++)
ARRAY_SIZE        657 sound/isa/opti9xx/miro.c 	for (idx = 0; idx < ARRAY_SIZE(aci_init_values); idx++)
ARRAY_SIZE        695 sound/isa/opti9xx/miro.c 	for (idx = 0; idx < ARRAY_SIZE(snd_miro_controls); idx++) {
ARRAY_SIZE        721 sound/isa/opti9xx/miro.c 		for (idx = 0; idx < ARRAY_SIZE(snd_miro_eq_controls); idx++) {
ARRAY_SIZE        354 sound/isa/sb/emu8000.c 	send_array(emu, init1, ARRAY_SIZE(init1)/4);
ARRAY_SIZE        357 sound/isa/sb/emu8000.c 	send_array(emu, init2, ARRAY_SIZE(init2)/4);
ARRAY_SIZE        358 sound/isa/sb/emu8000.c 	send_array(emu, init3, ARRAY_SIZE(init3)/4);
ARRAY_SIZE        364 sound/isa/sb/emu8000.c 	send_array(emu, init4, ARRAY_SIZE(init4)/4);
ARRAY_SIZE        552 sound/isa/sb/sb16.c 		for (i = 0; i < ARRAY_SIZE(possible_ports); i++) {
ARRAY_SIZE        174 sound/isa/sb/sb16_csp.c 		for (i = 0; i < ARRAY_SIZE(p->csp_programs); ++i)
ARRAY_SIZE        710 sound/isa/sb/sb16_csp.c 	BUILD_BUG_ON(ARRAY_SIZE(names) != CSP_PROGRAM_COUNT);
ARRAY_SIZE        130 sound/isa/sb/sb8.c 		for (i = 0; i < ARRAY_SIZE(possible_ports); i++) {
ARRAY_SIZE        143 sound/isa/sb/sb8.c 		if (i >= ARRAY_SIZE(possible_ports))
ARRAY_SIZE        807 sound/isa/sb/sb_mixer.c 					    ARRAY_SIZE(snd_sb20_controls),
ARRAY_SIZE        809 sound/isa/sb/sb_mixer.c 					    ARRAY_SIZE(snd_sb20_init_values),
ARRAY_SIZE        816 sound/isa/sb/sb_mixer.c 					    ARRAY_SIZE(snd_sbpro_controls),
ARRAY_SIZE        818 sound/isa/sb/sb_mixer.c 					    ARRAY_SIZE(snd_sbpro_init_values),
ARRAY_SIZE        827 sound/isa/sb/sb_mixer.c 					    ARRAY_SIZE(snd_sb16_controls),
ARRAY_SIZE        829 sound/isa/sb/sb_mixer.c 					    ARRAY_SIZE(snd_sb16_init_values),
ARRAY_SIZE        836 sound/isa/sb/sb_mixer.c 					    ARRAY_SIZE(snd_als4000_controls),
ARRAY_SIZE        838 sound/isa/sb/sb_mixer.c 					    ARRAY_SIZE(snd_als4000_init_values),
ARRAY_SIZE        845 sound/isa/sb/sb_mixer.c 					    ARRAY_SIZE(snd_dt019x_controls),
ARRAY_SIZE        847 sound/isa/sb/sb_mixer.c 					    ARRAY_SIZE(snd_dt019x_init_values),
ARRAY_SIZE        929 sound/isa/sb/sb_mixer.c 	if (snd_BUG_ON(num_regs > ARRAY_SIZE(chip->saved_regs)))
ARRAY_SIZE        938 sound/isa/sb/sb_mixer.c 	if (snd_BUG_ON(num_regs > ARRAY_SIZE(chip->saved_regs)))
ARRAY_SIZE        949 sound/isa/sb/sb_mixer.c 		save_mixer(chip, sb20_saved_regs, ARRAY_SIZE(sb20_saved_regs));
ARRAY_SIZE        952 sound/isa/sb/sb_mixer.c 		save_mixer(chip, sbpro_saved_regs, ARRAY_SIZE(sbpro_saved_regs));
ARRAY_SIZE        957 sound/isa/sb/sb_mixer.c 		save_mixer(chip, sb16_saved_regs, ARRAY_SIZE(sb16_saved_regs));
ARRAY_SIZE        960 sound/isa/sb/sb_mixer.c 		save_mixer(chip, als4000_saved_regs, ARRAY_SIZE(als4000_saved_regs));
ARRAY_SIZE        963 sound/isa/sb/sb_mixer.c 		save_mixer(chip, dt019x_saved_regs, ARRAY_SIZE(dt019x_saved_regs));
ARRAY_SIZE        975 sound/isa/sb/sb_mixer.c 		restore_mixer(chip, sb20_saved_regs, ARRAY_SIZE(sb20_saved_regs));
ARRAY_SIZE        978 sound/isa/sb/sb_mixer.c 		restore_mixer(chip, sbpro_saved_regs, ARRAY_SIZE(sbpro_saved_regs));
ARRAY_SIZE        983 sound/isa/sb/sb_mixer.c 		restore_mixer(chip, sb16_saved_regs, ARRAY_SIZE(sb16_saved_regs));
ARRAY_SIZE        986 sound/isa/sb/sb_mixer.c 		restore_mixer(chip, als4000_saved_regs, ARRAY_SIZE(als4000_saved_regs));
ARRAY_SIZE        989 sound/isa/sb/sb_mixer.c 		restore_mixer(chip, dt019x_saved_regs, ARRAY_SIZE(dt019x_saved_regs));
ARRAY_SIZE        214 sound/isa/sgalaxy.c 	for (idx = 0; idx < ARRAY_SIZE(snd_sgalaxy_controls); idx++) {
ARRAY_SIZE        805 sound/isa/sscape.c 	for (cfg = 0; cfg < ARRAY_SIZE(valid_irq); ++cfg) {
ARRAY_SIZE         77 sound/isa/wss/wss_lib.c 	.count = ARRAY_SIZE(rates),
ARRAY_SIZE        544 sound/isa/wss/wss_lib.c 	for (i = 0; i < ARRAY_SIZE(rates); i++)
ARRAY_SIZE        548 sound/isa/wss/wss_lib.c 	return freq_bits[ARRAY_SIZE(rates) - 1];
ARRAY_SIZE       2274 sound/isa/wss/wss_lib.c 		for (idx = 0; idx < ARRAY_SIZE(snd_opti93x_controls); idx++) {
ARRAY_SIZE       2282 sound/isa/wss/wss_lib.c 		for (idx = 0; idx < ARRAY_SIZE(snd_ad1848_controls); idx++) {
ARRAY_SIZE       2290 sound/isa/wss/wss_lib.c 		for (idx = 0; idx < ARRAY_SIZE(snd_wss_controls); idx++) {
ARRAY_SIZE        261 sound/mips/au1x00.c 	.count	= ARRAY_SIZE(rates),
ARRAY_SIZE        830 sound/mips/sgio2audio.c 	for (i = 0; i < ARRAY_SIZE(snd_sgio2_isr_table); i++)
ARRAY_SIZE        890 sound/mips/sgio2audio.c 	for (i = 0; i < ARRAY_SIZE(snd_sgio2_isr_table); i++) {
ARRAY_SIZE        719 sound/oss/ac97_codec.c 	for (i = 0; i < ARRAY_SIZE(ac97_codec_ids); i++) {
ARRAY_SIZE       3055 sound/oss/ad1848.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
ARRAY_SIZE       1360 sound/oss/aedsp16.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
ARRAY_SIZE       1356 sound/oss/au1550_ac97.c 	for (count = 0; count < ARRAY_SIZE(ioctl_str); count++) {
ARRAY_SIZE       1360 sound/oss/au1550_ac97.c 	if (count < ARRAY_SIZE(ioctl_str))
ARRAY_SIZE        913 sound/oss/dmasound/dmasound_atari.c 	for (i = 0; i < ARRAY_SIZE(freq); i++)
ARRAY_SIZE       1039 sound/oss/dmasound/dmasound_atari.c 	for (i = 0; i < ARRAY_SIZE(freq); i++)
ARRAY_SIZE       1414 sound/oss/dmasound/dmasound_core.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
ARRAY_SIZE       1805 sound/oss/mpu401.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
ARRAY_SIZE       1241 sound/oss/opl3.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
ARRAY_SIZE        441 sound/oss/pas2_card.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
ARRAY_SIZE       1253 sound/oss/pss.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
ARRAY_SIZE       1641 sound/oss/sb_ess.c 			devc->iomap_sz                          = ARRAY_SIZE(es1887_mix);
ARRAY_SIZE       1644 sound/oss/sb_ess.c 			devc->iomap_sz                          = ARRAY_SIZE(es_rec_mix);
ARRAY_SIZE       1652 sound/oss/sb_ess.c 			devc->iomap_sz                                  = ARRAY_SIZE(es688_mix);
ARRAY_SIZE       1662 sound/oss/sb_ess.c 				devc->iomap_sz                          = ARRAY_SIZE(es688_mix);
ARRAY_SIZE       1665 sound/oss/sb_ess.c 				devc->iomap_sz                          = ARRAY_SIZE(es1688later_mix);
ARRAY_SIZE        340 sound/oss/sb_mixer.c 			if (dev < 0 || dev >= ARRAY_SIZE(smw_mix_regs))
ARRAY_SIZE        694 sound/oss/sb_mixer.c 			devc->iomap_sz = ARRAY_SIZE(sbpro_mix);
ARRAY_SIZE        706 sound/oss/sb_mixer.c 			devc->iomap_sz = ARRAY_SIZE(sbpro_mix);
ARRAY_SIZE        718 sound/oss/sb_mixer.c 				devc->iomap_sz = ARRAY_SIZE(sb16_mix);
ARRAY_SIZE        724 sound/oss/sb_mixer.c 				devc->iomap_sz = ARRAY_SIZE(als007_mix);
ARRAY_SIZE        562 sound/oss/soundcard.c 	for (i = 0; i < ARRAY_SIZE(dev_list); i++) {
ARRAY_SIZE        588 sound/oss/soundcard.c 	for (i = 0; i < ARRAY_SIZE(dev_list); i++) {
ARRAY_SIZE       1467 sound/oss/sscape.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
ARRAY_SIZE       2676 sound/oss/swarm_cs4297a.c                 for (i = 0; i < ARRAY_SIZE(initvol); i++) {
ARRAY_SIZE        508 sound/oss/trix.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
ARRAY_SIZE        471 sound/oss/uart401.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
ARRAY_SIZE        352 sound/oss/uart6850.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
ARRAY_SIZE       2015 sound/oss/waveartist.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
ARRAY_SIZE        102 sound/parisc/harmony.c 	.count = ARRAY_SIZE(snd_harmony_rates),
ARRAY_SIZE        256 sound/parisc/harmony.c 	for (i = 0; i < ARRAY_SIZE(snd_harmony_rates); i++)
ARRAY_SIZE        825 sound/parisc/harmony.c #define HARMONY_CONTROLS	ARRAY_SIZE(snd_harmony_controls)
ARRAY_SIZE       1095 sound/pci/ac97/ac97_codec.c 	for (i = 0 ; i < ARRAY_SIZE(cbit); i++) {
ARRAY_SIZE       1654 sound/pci/ac97/ac97_codec.c 	for (idx = 0; idx < ARRAY_SIZE(snd_ac97_controls_modem_switches); idx++)
ARRAY_SIZE       1750 sound/pci/ac97/ac97_codec.c 	for (i = 0; i < (int)ARRAY_SIZE(ctl_bits); i++) {
ARRAY_SIZE       2818 sound/pci/ac97/ac97_codec.c 	else if (type >= ARRAY_SIZE(applicable_quirks))
ARRAY_SIZE       2831 sound/pci/ac97/ac97_codec.c 	for (i = 0; i < ARRAY_SIZE(applicable_quirks); i++) {
ARRAY_SIZE        453 sound/pci/ac97/ac97_patch.c 	if ((err = patch_build_controls(ac97, snd_ac97_ymf753_controls_spdif, ARRAY_SIZE(snd_ac97_ymf753_controls_spdif))) < 0)
ARRAY_SIZE        497 sound/pci/ac97/ac97_patch.c 	for (i = 0; i < ARRAY_SIZE(wm97xx_snd_ac97_controls); i++) {
ARRAY_SIZE        527 sound/pci/ac97/ac97_patch.c 	for (i = 0; i < ARRAY_SIZE(wm9704_snd_ac97_controls); i++) {
ARRAY_SIZE        550 sound/pci/ac97/ac97_patch.c 	for (i = 0; i < ARRAY_SIZE(wm97xx_snd_ac97_controls); i++) {
ARRAY_SIZE        682 sound/pci/ac97/ac97_patch.c 	for (i = 0; i < ARRAY_SIZE(wm9711_snd_ac97_controls); i++) {
ARRAY_SIZE        849 sound/pci/ac97/ac97_patch.c 	for (i = 0; i < ARRAY_SIZE(wm13_snd_ac97_controls_3d); i++) {
ARRAY_SIZE        860 sound/pci/ac97/ac97_patch.c 	for (i = 0; i < ARRAY_SIZE(wm13_snd_ac97_controls); i++) {
ARRAY_SIZE       1253 sound/pci/ac97/ac97_patch.c 				   ARRAY_SIZE(snd_ac97_sigmatel_stac9758_controls));
ARRAY_SIZE       1429 sound/pci/ac97/ac97_patch.c 	for (i = 0; i < (int)ARRAY_SIZE(setup_regs); i++) {
ARRAY_SIZE       1655 sound/pci/ac97/ac97_patch.c 	if ((err = patch_build_controls(ac97, snd_ac97_controls_ad1885, ARRAY_SIZE(snd_ac97_controls_ad1885))) < 0)
ARRAY_SIZE       1890 sound/pci/ac97/ac97_patch.c 				    ARRAY_SIZE(snd_ac97_ad1981x_jack_sense));
ARRAY_SIZE       1945 sound/pci/ac97/ac97_patch.c 				    ARRAY_SIZE(snd_ac97_ad1981x_jack_sense));
ARRAY_SIZE       2083 sound/pci/ac97/ac97_patch.c 	return patch_build_controls(ac97, snd_ac97_ad1888_controls, ARRAY_SIZE(snd_ac97_ad1888_controls));
ARRAY_SIZE       2247 sound/pci/ac97/ac97_patch.c 				    ARRAY_SIZE(snd_ac97_ad1985_controls));
ARRAY_SIZE       2539 sound/pci/ac97/ac97_patch.c 				    ARRAY_SIZE(snd_ac97_ad1985_controls));
ARRAY_SIZE       2635 sound/pci/ac97/ac97_patch.c 	if ((err = patch_build_controls(ac97, snd_ac97_controls_alc650, ARRAY_SIZE(snd_ac97_controls_alc650))) < 0)
ARRAY_SIZE       2638 sound/pci/ac97/ac97_patch.c 		if ((err = patch_build_controls(ac97, snd_ac97_spdif_controls_alc650, ARRAY_SIZE(snd_ac97_spdif_controls_alc650))) < 0)
ARRAY_SIZE       2790 sound/pci/ac97/ac97_patch.c 	if ((err = patch_build_controls(ac97, snd_ac97_controls_alc655, ARRAY_SIZE(snd_ac97_controls_alc655))) < 0)
ARRAY_SIZE       2793 sound/pci/ac97/ac97_patch.c 		if ((err = patch_build_controls(ac97, snd_ac97_spdif_controls_alc655, ARRAY_SIZE(snd_ac97_spdif_controls_alc655))) < 0)
ARRAY_SIZE       2900 sound/pci/ac97/ac97_patch.c 	if ((err = patch_build_controls(ac97, snd_ac97_controls_alc850, ARRAY_SIZE(snd_ac97_controls_alc850))) < 0)
ARRAY_SIZE       2903 sound/pci/ac97/ac97_patch.c 		if ((err = patch_build_controls(ac97, snd_ac97_spdif_controls_alc655, ARRAY_SIZE(snd_ac97_spdif_controls_alc655))) < 0)
ARRAY_SIZE       2968 sound/pci/ac97/ac97_patch.c 	return patch_build_controls(ac97, snd_ac97_cm9738_controls, ARRAY_SIZE(snd_ac97_cm9738_controls));
ARRAY_SIZE       3054 sound/pci/ac97/ac97_patch.c 	return patch_build_controls(ac97, snd_ac97_cm9739_controls, ARRAY_SIZE(snd_ac97_cm9739_controls));
ARRAY_SIZE       3059 sound/pci/ac97/ac97_patch.c 	return patch_build_controls(ac97, snd_ac97_cm9739_controls_spdif, ARRAY_SIZE(snd_ac97_cm9739_controls_spdif));
ARRAY_SIZE       3228 sound/pci/ac97/ac97_patch.c 	return patch_build_controls(ac97, snd_ac97_cm9761_controls_spdif, ARRAY_SIZE(snd_ac97_cm9761_controls_spdif));
ARRAY_SIZE       3233 sound/pci/ac97/ac97_patch.c 	return patch_build_controls(ac97, snd_ac97_cm9761_controls, ARRAY_SIZE(snd_ac97_cm9761_controls));
ARRAY_SIZE       3329 sound/pci/ac97/ac97_patch.c 	return patch_build_controls(ac97, cm9780_controls, ARRAY_SIZE(cm9780_controls));
ARRAY_SIZE       3429 sound/pci/ac97/ac97_patch.c 	if ((err = patch_build_controls(ac97, &snd_ac97_controls_vt1616[1], ARRAY_SIZE(snd_ac97_controls_vt1616) - 1)) < 0)
ARRAY_SIZE       3560 sound/pci/ac97/ac97_patch.c 				   ARRAY_SIZE(snd_ac97_controls_vt1617a));
ARRAY_SIZE       3770 sound/pci/ac97/ac97_patch.c 				    ARRAY_SIZE(snd_ac97_controls_vt1618));
ARRAY_SIZE       3799 sound/pci/ac97/ac97_patch.c 	if ((err = patch_build_controls(ac97, snd_ac97_controls_it2646, ARRAY_SIZE(snd_ac97_controls_it2646))) < 0)
ARRAY_SIZE       3801 sound/pci/ac97/ac97_patch.c 	if ((err = patch_build_controls(ac97, snd_ac97_spdif_controls_it2646, ARRAY_SIZE(snd_ac97_spdif_controls_it2646))) < 0)
ARRAY_SIZE       3834 sound/pci/ac97/ac97_patch.c 	for (idx = 0; idx < ARRAY_SIZE(snd_ac97_controls_si3036); idx++)
ARRAY_SIZE       3901 sound/pci/ac97/ac97_patch.c 	for (idx = 0; idx < ARRAY_SIZE(snd_ac97_controls_ucb1400); idx++)
ARRAY_SIZE        417 sound/pci/ak4531_codec.c 	for (idx = 0; idx < ARRAY_SIZE(snd_ak4531_controls); idx++) {
ARRAY_SIZE       1678 sound/pci/ali5451/ali5451.c 		.count = ARRAY_SIZE(rates),
ARRAY_SIZE       1792 sound/pci/ali5451/ali5451.c 	for (i = 0; i < codec->num_of_codecs && i < ARRAY_SIZE(ali_pcms); i++) {
ARRAY_SIZE       1935 sound/pci/ali5451/ali5451.c 		for (idx = 0; idx < ARRAY_SIZE(snd_ali5451_mixer_spdif); idx++) {
ARRAY_SIZE        865 sound/pci/atiixp_modem.c 		.count = ARRAY_SIZE(rates),
ARRAY_SIZE        530 sound/pci/au88x0/au88x0_pcm.c 		for (i = 0; i < ARRAY_SIZE(snd_vortex_mixer_spdif); i++) {
ARRAY_SIZE        828 sound/pci/azt3328.c 	for (idx = 0; idx < ARRAY_SIZE(snd_azf3328_init_values); ++idx) {
ARRAY_SIZE        836 sound/pci/azt3328.c 	for (idx = 0; idx < ARRAY_SIZE(snd_azf3328_mixer_controls);
ARRAY_SIZE       1765 sound/pci/azt3328.c 	.count = ARRAY_SIZE(snd_azf3328_fixed_rates),
ARRAY_SIZE        852 sound/pci/bt87x.c 	for (i = 0; i < ARRAY_SIZE(blacklist); ++i)
ARRAY_SIZE       1510 sound/pci/ca0106/ca0106_main.c 		size = ARRAY_SIZE(i2c_adc_init);
ARRAY_SIZE       1525 sound/pci/ca0106/ca0106_main.c 		size = ARRAY_SIZE(spi_dac_init);
ARRAY_SIZE       1530 sound/pci/ca0106/ca0106_main.c 			if (reg < ARRAY_SIZE(chip->spi_dac_reg))
ARRAY_SIZE        654 sound/pci/ca0106/ca0106_mixer.c 		for (i = 0; i < ARRAY_SIZE(ctls); i++) {		\
ARRAY_SIZE        147 sound/pci/ca0106/ca0106_proc.c 		for (i = 0; i < ARRAY_SIZE(snd_ca0106_con_category); i++) {
ARRAY_SIZE        153 sound/pci/ca0106/ca0106_proc.c 		if (i >= ARRAY_SIZE(snd_ca0106_con_category)) {
ARRAY_SIZE        456 sound/pci/cmipci.c #define CM_SAVED_MIXERS		ARRAY_SIZE(cm_saved_mixer)
ARRAY_SIZE        608 sound/pci/cmipci.c 	for (i = 0; i < ARRAY_SIZE(rates); i++) {
ARRAY_SIZE       1595 sound/pci/cmipci.c 		.count = ARRAY_SIZE(rate_constraints),
ARRAY_SIZE       2678 sound/pci/cmipci.c 	for (idx = 0; idx < ARRAY_SIZE(snd_cmipci_mixers); idx++) {
ARRAY_SIZE       2690 sound/pci/cmipci.c 	for (idx = 0; idx < ARRAY_SIZE(snd_cmipci_mixer_switches); idx++, sw++) {
ARRAY_SIZE       2703 sound/pci/cmipci.c 		for (idx = 0; idx < ARRAY_SIZE(snd_cmipci_8738_mixer_switches); idx++, sw++) {
ARRAY_SIZE       2721 sound/pci/cmipci.c 			for (idx = 0; idx < ARRAY_SIZE(snd_cmipci_old_mixer_switches); idx++, sw++) {
ARRAY_SIZE       2730 sound/pci/cmipci.c 		for (idx = 0; idx < ARRAY_SIZE(snd_cmipci_extra_mixer_switches); idx++, sw++) {
ARRAY_SIZE       3237 sound/pci/cmipci.c 	for (val = 0; val < ARRAY_SIZE(rates); val++)
ARRAY_SIZE       3352 sound/pci/cmipci.c 	for (i = 0; i < ARRAY_SIZE(saved_regs); i++)
ARRAY_SIZE       3354 sound/pci/cmipci.c 	for (i = 0; i < ARRAY_SIZE(saved_mixers); i++)
ARRAY_SIZE       3389 sound/pci/cmipci.c 	for (i = 0; i < ARRAY_SIZE(saved_regs); i++)
ARRAY_SIZE       3391 sound/pci/cmipci.c 	for (i = 0; i < ARRAY_SIZE(saved_mixers); i++)
ARRAY_SIZE       2029 sound/pci/cs4281.c 	for (i = 0; i < ARRAY_SIZE(saved_regs); i++)
ARRAY_SIZE       2079 sound/pci/cs4281.c 	for (i = 0; i < ARRAY_SIZE(saved_regs); i++)
ARRAY_SIZE       1298 sound/pci/cs46xx/cs46xx_lib.c 	.count = ARRAY_SIZE(period_sizes),
ARRAY_SIZE       2346 sound/pci/cs46xx/cs46xx_lib.c 	for (idx = 0; idx < ARRAY_SIZE(snd_cs46xx_controls); idx++) {
ARRAY_SIZE       3377 sound/pci/cs46xx/cs46xx_lib.c 	for (idx = 0 ; idx < ARRAY_SIZE(snd_hercules_controls); idx++) {
ARRAY_SIZE       3622 sound/pci/cs46xx/cs46xx_lib.c 	for (i = 0; i < ARRAY_SIZE(saved_regs); i++)
ARRAY_SIZE       3665 sound/pci/cs46xx/cs46xx_lib.c 	for (i = 0; i < ARRAY_SIZE(saved_regs); i++)
ARRAY_SIZE       3860 sound/pci/cs46xx/cs46xx_lib.c 				   ARRAY_SIZE(saved_regs), GFP_KERNEL);
ARRAY_SIZE         82 sound/pci/cs46xx/dsp_spos.c 				for (j = 0;j < ARRAY_SIZE(wide_opcodes); ++j) {
ARRAY_SIZE        246 sound/pci/emu10k1/emu10k1_main.c 		size = ARRAY_SIZE(spi_dac_init);
ARRAY_SIZE        270 sound/pci/emu10k1/emu10k1_main.c 		size = ARRAY_SIZE(i2c_adc_init);
ARRAY_SIZE       1977 sound/pci/emu10k1/emu10k1_main.c 	size = ARRAY_SIZE(saved_regs);
ARRAY_SIZE       1979 sound/pci/emu10k1/emu10k1_main.c 		size += ARRAY_SIZE(saved_regs_audigy);
ARRAY_SIZE       2009 sound/pci/emu10k1/emumixer.c 		for (i = 0; i < ARRAY_SIZE(snd_emu1616_output_enum_ctls); i++) {
ARRAY_SIZE       2016 sound/pci/emu10k1/emumixer.c 		for (i = 0; i < ARRAY_SIZE(snd_emu1010_input_enum_ctls); i++) {
ARRAY_SIZE       2023 sound/pci/emu10k1/emumixer.c 		for (i = 0; i < ARRAY_SIZE(snd_emu1010_adc_pads) - 2; i++) {
ARRAY_SIZE       2029 sound/pci/emu10k1/emumixer.c 		for (i = 0; i < ARRAY_SIZE(snd_emu1010_dac_pads) - 2; i++) {
ARRAY_SIZE       2044 sound/pci/emu10k1/emumixer.c 		for (i = 0; i < ARRAY_SIZE(snd_emu1010_output_enum_ctls); i++) {
ARRAY_SIZE       2051 sound/pci/emu10k1/emumixer.c 		for (i = 0; i < ARRAY_SIZE(snd_emu1010_input_enum_ctls); i++) {
ARRAY_SIZE       2058 sound/pci/emu10k1/emumixer.c 		for (i = 0; i < ARRAY_SIZE(snd_emu1010_adc_pads); i++) {
ARRAY_SIZE       2064 sound/pci/emu10k1/emumixer.c 		for (i = 0; i < ARRAY_SIZE(snd_emu1010_dac_pads); i++) {
ARRAY_SIZE       2083 sound/pci/emu10k1/emumixer.c 		for (i = 0; i < ARRAY_SIZE(snd_audigy_i2c_volume_ctls); i++) {
ARRAY_SIZE        123 sound/pci/emu10k1/emupcm.c 	for (i = 0; i < ARRAY_SIZE(epcm->voices); i++) {
ARRAY_SIZE        842 sound/pci/emu10k1/p16v.c 	for (i = 0; i < ARRAY_SIZE(p16v_mixer_controls); i++) {
ARRAY_SIZE       1648 sound/pci/ens1370.c 		for (i = 0; i < ARRAY_SIZE(snd_es1371_mixer_spdif); i++) {
ARRAY_SIZE       1727 sound/pci/ens1370.c #define ES1370_CONTROLS ARRAY_SIZE(snd_es1370_controls)
ARRAY_SIZE       1758 sound/pci/es1938.c 	for (idx = 0; idx < ARRAY_SIZE(snd_es1938_controls); idx++) {
ARRAY_SIZE       2600 sound/pci/es1968.c 		for (i = 0; i < (int)ARRAY_SIZE(pm_whitelist); i++) {
ARRAY_SIZE       2697 sound/pci/es1968.c 		for (i = 0; i < ARRAY_SIZE(mpu_blacklist); i++) {
ARRAY_SIZE        315 sound/pci/fm801.c 	.count = ARRAY_SIZE(rates),
ARRAY_SIZE        325 sound/pci/fm801.c 	.count = ARRAY_SIZE(channels),
ARRAY_SIZE        338 sound/pci/fm801.c 	for (idx = 0; idx < ARRAY_SIZE(rates); idx++)
ARRAY_SIZE        342 sound/pci/fm801.c 	return ARRAY_SIZE(rates) - 1;
ARRAY_SIZE       1183 sound/pci/fm801.c #define FM801_CONTROLS ARRAY_SIZE(snd_fm801_controls)
ARRAY_SIZE       1204 sound/pci/fm801.c #define FM801_CONTROLS_MULTI ARRAY_SIZE(snd_fm801_controls_multi)
ARRAY_SIZE       1549 sound/pci/fm801.c 	for (i = 0; i < ARRAY_SIZE(saved_regs); i++)
ARRAY_SIZE       1578 sound/pci/fm801.c 	for (i = 0; i < ARRAY_SIZE(saved_regs); i++)
ARRAY_SIZE        771 sound/pci/hda/hda_codec.c 	u16 idx = key % (u16)ARRAY_SIZE(cache->hash);
ARRAY_SIZE       2747 sound/pci/hda/hda_codec.c 	for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++)
ARRAY_SIZE       2778 sound/pci/hda/hda_codec.c 	for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++)
ARRAY_SIZE       2852 sound/pci/hda/hda_codec.c 	short sequences_line_out[ARRAY_SIZE(cfg->line_out_pins)];
ARRAY_SIZE       2853 sound/pci/hda/hda_codec.c 	short sequences_speaker[ARRAY_SIZE(cfg->speaker_pins)];
ARRAY_SIZE       2854 sound/pci/hda/hda_codec.c 	short sequences_hp[ARRAY_SIZE(cfg->hp_pins)];
ARRAY_SIZE       2897 sound/pci/hda/hda_codec.c 			if (cfg->line_outs >= ARRAY_SIZE(cfg->line_out_pins))
ARRAY_SIZE       2912 sound/pci/hda/hda_codec.c 			if (cfg->speaker_outs >= ARRAY_SIZE(cfg->speaker_pins))
ARRAY_SIZE       2921 sound/pci/hda/hda_codec.c 			if (cfg->hp_outs >= ARRAY_SIZE(cfg->hp_pins))
ARRAY_SIZE        130 sound/pci/hda/hda_generic.c 	if (nconns <= ARRAY_SIZE(node->slist))
ARRAY_SIZE       1797 sound/pci/hda/hda_intel.c 				if (num_devs[type] >= ARRAY_SIZE(audio_idx)) {
ARRAY_SIZE        102 sound/pci/hda/hda_proc.c 	for (i = 0; i < ARRAY_SIZE(rates); i++) 
ARRAY_SIZE        115 sound/pci/hda/hda_proc.c 	for (i = 0; i < ARRAY_SIZE(bits); i++)
ARRAY_SIZE        167 sound/pci/hda/hda_proc.c 	for (i = 0; i < ARRAY_SIZE(specials_idx); i++) {
ARRAY_SIZE        994 sound/pci/hda/patch_analog.c 	spec->multiout.num_dacs = ARRAY_SIZE(ad1986a_dac_nids);
ARRAY_SIZE       1023 sound/pci/hda/patch_analog.c 		spec->num_channel_mode = ARRAY_SIZE(ad1986a_modes);
ARRAY_SIZE       1241 sound/pci/hda/patch_analog.c 	spec->multiout.num_dacs = ARRAY_SIZE(ad1983_dac_nids);
ARRAY_SIZE       1642 sound/pci/hda/patch_analog.c 	spec->multiout.num_dacs = ARRAY_SIZE(ad1981_dac_nids);
ARRAY_SIZE       2533 sound/pci/hda/patch_analog.c 	for (i = 0; i < ARRAY_SIZE(ad1988_io_pins); i++)
ARRAY_SIZE       2957 sound/pci/hda/patch_analog.c 		spec->num_channel_mode = ARRAY_SIZE(ad1988_3stack_modes);
ARRAY_SIZE       2984 sound/pci/hda/patch_analog.c 	spec->num_adc_nids = ARRAY_SIZE(ad1988_adc_nids);
ARRAY_SIZE       3210 sound/pci/hda/patch_analog.c 	spec->multiout.num_dacs = ARRAY_SIZE(ad1884_dac_nids);
ARRAY_SIZE       3213 sound/pci/hda/patch_analog.c 	spec->num_adc_nids = ARRAY_SIZE(ad1884_adc_nids);
ARRAY_SIZE       3879 sound/pci/hda/patch_analog.c 	spec->multiout.num_dacs = ARRAY_SIZE(ad1884a_dac_nids);
ARRAY_SIZE       3882 sound/pci/hda/patch_analog.c 	spec->num_adc_nids = ARRAY_SIZE(ad1884a_adc_nids);
ARRAY_SIZE       4218 sound/pci/hda/patch_analog.c 	spec->num_adc_nids = ARRAY_SIZE(ad1882_adc_nids);
ARRAY_SIZE       4250 sound/pci/hda/patch_analog.c 		spec->num_channel_mode = ARRAY_SIZE(ad1882_modes);
ARRAY_SIZE        935 sound/pci/hda/patch_conexant.c 	spec->multiout.num_dacs = ARRAY_SIZE(cxt5045_dac_nids);
ARRAY_SIZE        947 sound/pci/hda/patch_conexant.c 	spec->num_channel_mode = ARRAY_SIZE(cxt5045_modes),
ARRAY_SIZE       1488 sound/pci/hda/patch_conexant.c 	spec->multiout.num_dacs = ARRAY_SIZE(cxt5047_dac_nids);
ARRAY_SIZE       1500 sound/pci/hda/patch_conexant.c 	spec->num_channel_mode = ARRAY_SIZE(cxt5047_modes),
ARRAY_SIZE       1749 sound/pci/hda/patch_conexant.c 	spec->multiout.num_dacs = ARRAY_SIZE(cxt5051_dac_nids);
ARRAY_SIZE       1759 sound/pci/hda/patch_conexant.c 	spec->num_channel_mode = ARRAY_SIZE(cxt5051_modes);
ARRAY_SIZE        720 sound/pci/hda/patch_realtek.c 	for (i = 0; i < ARRAY_SIZE(preset->mixers) && preset->mixers[i]; i++)
ARRAY_SIZE        722 sound/pci/hda/patch_realtek.c 	for (i = 0; i < ARRAY_SIZE(preset->init_verbs) && preset->init_verbs[i];
ARRAY_SIZE       3136 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_dac_nids),
ARRAY_SIZE       3138 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
ARRAY_SIZE       3147 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_dac_nids),
ARRAY_SIZE       3150 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
ARRAY_SIZE       3160 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_dac_nids),
ARRAY_SIZE       3163 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
ARRAY_SIZE       3172 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_dac_nids),
ARRAY_SIZE       3174 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_fivestack_modes),
ARRAY_SIZE       3183 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_dac_nids),
ARRAY_SIZE       3186 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_fivestack_modes),
ARRAY_SIZE       3194 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_6st_dac_nids),
ARRAY_SIZE       3196 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_sixstack_modes),
ARRAY_SIZE       3204 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_6st_dac_nids),
ARRAY_SIZE       3207 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_sixstack_modes),
ARRAY_SIZE       3216 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_w810_dac_nids),
ARRAY_SIZE       3219 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_w810_modes),
ARRAY_SIZE       3227 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_z71v_dac_nids),
ARRAY_SIZE       3231 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
ARRAY_SIZE       3239 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_f1734_dac_nids),
ARRAY_SIZE       3242 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
ARRAY_SIZE       3253 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
ARRAY_SIZE       3255 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
ARRAY_SIZE       3265 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
ARRAY_SIZE       3268 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
ARRAY_SIZE       3278 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
ARRAY_SIZE       3281 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
ARRAY_SIZE       3291 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
ARRAY_SIZE       3294 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
ARRAY_SIZE       3303 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
ARRAY_SIZE       3306 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_asus_modes),
ARRAY_SIZE       3315 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
ARRAY_SIZE       3318 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
ARRAY_SIZE       3329 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_asus_dac_nids),
ARRAY_SIZE       3331 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_w810_modes),
ARRAY_SIZE       3343 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_dac_nids),
ARRAY_SIZE       3346 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
ARRAY_SIZE       3356 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_dac_nids),
ARRAY_SIZE       3359 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
ARRAY_SIZE       3368 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_lg_dac_nids),
ARRAY_SIZE       3371 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_lg_ch_modes),
ARRAY_SIZE       3385 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_dac_nids),
ARRAY_SIZE       3388 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_lg_lw_modes),
ARRAY_SIZE       3399 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_dac_nids),
ARRAY_SIZE       3402 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_2_jack_modes),
ARRAY_SIZE       3412 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc880_test_dac_nids),
ARRAY_SIZE       3415 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_test_modes),
ARRAY_SIZE       3872 sound/pci/hda/patch_realtek.c 			spec->num_adc_nids = ARRAY_SIZE(alc880_adc_nids_alt);
ARRAY_SIZE       3878 sound/pci/hda/patch_realtek.c 			spec->num_adc_nids = ARRAY_SIZE(alc880_adc_nids);
ARRAY_SIZE       5203 sound/pci/hda/patch_realtek.c 		spec->num_adc_nids = ARRAY_SIZE(alc260_adc_nids_alt);
ARRAY_SIZE       5207 sound/pci/hda/patch_realtek.c 		spec->num_adc_nids = ARRAY_SIZE(alc260_adc_nids);
ARRAY_SIZE       5283 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc260_dac_nids),
ARRAY_SIZE       5285 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc260_adc_nids),
ARRAY_SIZE       5287 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc260_modes),
ARRAY_SIZE       5297 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc260_dac_nids),
ARRAY_SIZE       5299 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc260_hp_adc_nids),
ARRAY_SIZE       5301 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc260_modes),
ARRAY_SIZE       5313 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc260_dac_nids),
ARRAY_SIZE       5315 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc260_hp_adc_nids),
ARRAY_SIZE       5317 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc260_modes),
ARRAY_SIZE       5329 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc260_dac_nids),
ARRAY_SIZE       5331 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc260_hp_adc_nids),
ARRAY_SIZE       5333 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc260_modes),
ARRAY_SIZE       5343 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc260_dac_nids),
ARRAY_SIZE       5345 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc260_dual_adc_nids),
ARRAY_SIZE       5347 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc260_modes),
ARRAY_SIZE       5349 sound/pci/hda/patch_realtek.c 		.num_mux_defs = ARRAY_SIZE(alc260_fujitsu_capture_sources),
ARRAY_SIZE       5356 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc260_dac_nids),
ARRAY_SIZE       5358 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc260_dual_adc_nids),
ARRAY_SIZE       5360 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc260_modes),
ARRAY_SIZE       5362 sound/pci/hda/patch_realtek.c 		.num_mux_defs = ARRAY_SIZE(alc260_acer_capture_sources),
ARRAY_SIZE       5369 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc260_dac_nids),
ARRAY_SIZE       5371 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc260_adc_nids),
ARRAY_SIZE       5374 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc260_modes),
ARRAY_SIZE       5382 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc260_dac_nids),
ARRAY_SIZE       5384 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc260_adc_nids),
ARRAY_SIZE       5387 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc260_modes),
ARRAY_SIZE       5398 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc260_test_dac_nids),
ARRAY_SIZE       5400 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc260_test_adc_nids),
ARRAY_SIZE       5402 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc260_modes),
ARRAY_SIZE       5404 sound/pci/hda/patch_realtek.c 		.num_mux_defs = ARRAY_SIZE(alc260_test_capture_sources),
ARRAY_SIZE       6313 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc882_dac_nids),
ARRAY_SIZE       6317 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc882_ch_modes),
ARRAY_SIZE       6325 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc882_dac_nids),
ARRAY_SIZE       6329 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc882_sixstack_modes),
ARRAY_SIZE       6336 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc882_dac_nids),
ARRAY_SIZE       6338 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc882_sixstack_modes),
ARRAY_SIZE       6346 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc882_dac_nids),
ARRAY_SIZE       6348 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
ARRAY_SIZE       6358 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc882_dac_nids),
ARRAY_SIZE       6361 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc885_mbp_6ch_modes),
ARRAY_SIZE       6371 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc882_dac_nids),
ARRAY_SIZE       6375 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc882_ch_modes),
ARRAY_SIZE       6383 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc882_dac_nids),
ARRAY_SIZE       6387 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc882_ch_modes),
ARRAY_SIZE       6397 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc882_dac_nids),
ARRAY_SIZE       6400 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc882_adc_nids),
ARRAY_SIZE       6403 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc882_3ST_6ch_modes),
ARRAY_SIZE       6414 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc882_dac_nids),
ARRAY_SIZE       6417 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc882_adc_nids),
ARRAY_SIZE       6420 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc882_3ST_6ch_modes),
ARRAY_SIZE       6430 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc882_dac_nids),
ARRAY_SIZE       6433 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc880_threestack_modes),
ARRAY_SIZE       6555 sound/pci/hda/patch_realtek.c 						ARRAY_SIZE(conn_list));
ARRAY_SIZE       6724 sound/pci/hda/patch_realtek.c 			spec->num_adc_nids = ARRAY_SIZE(alc882_adc_nids_alt);
ARRAY_SIZE       6731 sound/pci/hda/patch_realtek.c 			spec->num_adc_nids = ARRAY_SIZE(alc882_adc_nids);
ARRAY_SIZE       8366 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8370 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
ARRAY_SIZE       8377 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8381 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
ARRAY_SIZE       8389 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8391 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
ARRAY_SIZE       8399 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8403 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_intel_modes),
ARRAY_SIZE       8411 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8415 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
ARRAY_SIZE       8422 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8425 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
ARRAY_SIZE       8435 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8438 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
ARRAY_SIZE       8452 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8454 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
ARRAY_SIZE       8461 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8464 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
ARRAY_SIZE       8475 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8477 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
ARRAY_SIZE       8484 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8487 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
ARRAY_SIZE       8496 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8498 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
ARRAY_SIZE       8505 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8508 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
ARRAY_SIZE       8517 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8519 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
ARRAY_SIZE       8528 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8530 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
ARRAY_SIZE       8540 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8543 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
ARRAY_SIZE       8553 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8556 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
ARRAY_SIZE       8565 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8567 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc888_3st_hp_modes),
ARRAY_SIZE       8575 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8579 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
ARRAY_SIZE       8588 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8590 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
ARRAY_SIZE       8600 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8603 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
ARRAY_SIZE       8612 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8615 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc883_adc_nids),
ARRAY_SIZE       8617 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_sixstack_modes),
ARRAY_SIZE       8627 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8631 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_6ch_modes),
ARRAY_SIZE       8641 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc883_dac_nids),
ARRAY_SIZE       8645 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
ARRAY_SIZE       8825 sound/pci/hda/patch_realtek.c 	spec->num_adc_nids = ARRAY_SIZE(alc883_adc_nids);
ARRAY_SIZE       10362 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10365 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10372 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10376 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10385 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10389 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10399 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10403 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10412 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10415 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10424 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10427 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10437 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10440 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10449 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10452 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10461 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10463 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10470 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10473 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10480 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10483 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10492 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10495 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10504 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10506 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10519 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10523 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10531 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10534 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10542 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10547 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10556 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc262_dac_nids),
ARRAY_SIZE       10559 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc262_modes),
ARRAY_SIZE       10636 sound/pci/hda/patch_realtek.c 			spec->num_adc_nids = ARRAY_SIZE(alc262_adc_nids_alt);
ARRAY_SIZE       10643 sound/pci/hda/patch_realtek.c 			spec->num_adc_nids = ARRAY_SIZE(alc262_adc_nids);
ARRAY_SIZE       11466 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc268_dac_nids),
ARRAY_SIZE       11468 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
ARRAY_SIZE       11471 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc268_modes),
ARRAY_SIZE       11481 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc268_dac_nids),
ARRAY_SIZE       11483 sound/pci/hda/patch_realtek.c                 .num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
ARRAY_SIZE       11488 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc268_modes),
ARRAY_SIZE       11497 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc268_dac_nids),
ARRAY_SIZE       11499 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
ARRAY_SIZE       11503 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc268_modes),
ARRAY_SIZE       11514 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc268_dac_nids),
ARRAY_SIZE       11516 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
ARRAY_SIZE       11520 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc268_modes),
ARRAY_SIZE       11531 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc268_dac_nids),
ARRAY_SIZE       11533 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
ARRAY_SIZE       11537 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc268_modes),
ARRAY_SIZE       11547 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc268_dac_nids),
ARRAY_SIZE       11550 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc268_modes),
ARRAY_SIZE       11561 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc268_dac_nids),
ARRAY_SIZE       11563 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
ARRAY_SIZE       11568 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc268_modes),
ARRAY_SIZE       11579 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc268_dac_nids),
ARRAY_SIZE       11581 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt),
ARRAY_SIZE       11586 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc268_modes),
ARRAY_SIZE       11663 sound/pci/hda/patch_realtek.c 			spec->num_adc_nids = ARRAY_SIZE(alc268_adc_nids_alt);
ARRAY_SIZE       11669 sound/pci/hda/patch_realtek.c 			spec->num_adc_nids = ARRAY_SIZE(alc268_adc_nids);
ARRAY_SIZE       12166 sound/pci/hda/patch_realtek.c 	for (i = 0; i < ARRAY_SIZE(spec->autocfg.input_pins); i++)
ARRAY_SIZE       12169 sound/pci/hda/patch_realtek.c 	if (i >= ARRAY_SIZE(spec->autocfg.input_pins))
ARRAY_SIZE       12231 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc269_dac_nids),
ARRAY_SIZE       12234 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc269_modes),
ARRAY_SIZE       12241 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc269_dac_nids),
ARRAY_SIZE       12244 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc269_modes),
ARRAY_SIZE       12254 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc269_dac_nids),
ARRAY_SIZE       12257 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc269_modes),
ARRAY_SIZE       12267 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc269_dac_nids),
ARRAY_SIZE       12270 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc269_modes),
ARRAY_SIZE       12328 sound/pci/hda/patch_realtek.c 	spec->num_adc_nids = ARRAY_SIZE(alc269_adc_nids);
ARRAY_SIZE       12521 sound/pci/hda/patch_realtek.c                 .private_value = ARRAY_SIZE(alc861_threestack_modes),
ARRAY_SIZE       12584 sound/pci/hda/patch_realtek.c                 .private_value = ARRAY_SIZE(alc861_uniwill_m31_modes),
ARRAY_SIZE       12626 sound/pci/hda/patch_realtek.c                 .private_value = ARRAY_SIZE(alc861_asus_modes),
ARRAY_SIZE       13032 sound/pci/hda/patch_realtek.c 			if (i >= ARRAY_SIZE(alc861_dac_nids))
ARRAY_SIZE       13071 sound/pci/hda/patch_realtek.c 			for (idx = 0; idx < ARRAY_SIZE(alc861_dac_nids) - 1;
ARRAY_SIZE       13269 sound/pci/hda/patch_realtek.c 	spec->num_adc_nids = ARRAY_SIZE(alc861_adc_nids);
ARRAY_SIZE       13341 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc861_dac_nids),
ARRAY_SIZE       13343 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc861_threestack_modes),
ARRAY_SIZE       13346 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
ARRAY_SIZE       13353 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc861_dac_nids),
ARRAY_SIZE       13356 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc861_threestack_modes),
ARRAY_SIZE       13359 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
ARRAY_SIZE       13366 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc861_dac_nids),
ARRAY_SIZE       13369 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc861_8ch_modes),
ARRAY_SIZE       13371 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
ARRAY_SIZE       13378 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc660_dac_nids),
ARRAY_SIZE       13380 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc861_threestack_modes),
ARRAY_SIZE       13383 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
ARRAY_SIZE       13390 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc861_dac_nids),
ARRAY_SIZE       13393 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc861_uniwill_m31_modes),
ARRAY_SIZE       13396 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
ARRAY_SIZE       13404 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc861_dac_nids),
ARRAY_SIZE       13406 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
ARRAY_SIZE       13408 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
ARRAY_SIZE       13417 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc861_dac_nids),
ARRAY_SIZE       13420 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc861_asus_modes),
ARRAY_SIZE       13424 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
ARRAY_SIZE       13432 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc861_dac_nids),
ARRAY_SIZE       13435 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc883_3ST_2ch_modes),
ARRAY_SIZE       13438 sound/pci/hda/patch_realtek.c 		.num_adc_nids = ARRAY_SIZE(alc861_adc_nids),
ARRAY_SIZE       14061 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc660vd_dac_nids),
ARRAY_SIZE       14063 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
ARRAY_SIZE       14071 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc660vd_dac_nids),
ARRAY_SIZE       14074 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
ARRAY_SIZE       14082 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
ARRAY_SIZE       14084 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
ARRAY_SIZE       14092 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
ARRAY_SIZE       14095 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
ARRAY_SIZE       14103 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
ARRAY_SIZE       14106 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc861vd_6stack_modes),
ARRAY_SIZE       14116 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc660vd_dac_nids),
ARRAY_SIZE       14118 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
ARRAY_SIZE       14127 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
ARRAY_SIZE       14129 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
ARRAY_SIZE       14138 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc861vd_dac_nids),
ARRAY_SIZE       14141 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc861vd_3stack_2ch_modes),
ARRAY_SIZE       14454 sound/pci/hda/patch_realtek.c 	spec->num_adc_nids = ARRAY_SIZE(alc861vd_adc_nids);
ARRAY_SIZE       15725 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15729 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
ARRAY_SIZE       15737 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15741 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_6ch_modes),
ARRAY_SIZE       15750 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15752 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_6ch_modes),
ARRAY_SIZE       15761 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15765 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_5stack_modes),
ARRAY_SIZE       15772 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15774 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
ARRAY_SIZE       15784 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15786 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
ARRAY_SIZE       15797 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15799 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_6ch_modes),
ARRAY_SIZE       15809 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15811 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
ARRAY_SIZE       15820 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15823 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
ARRAY_SIZE       15832 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15835 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
ARRAY_SIZE       15844 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15846 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
ARRAY_SIZE       15855 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15858 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_6ch_modes),
ARRAY_SIZE       15868 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15872 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
ARRAY_SIZE       15882 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15885 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
ARRAY_SIZE       15895 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15899 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
ARRAY_SIZE       15910 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15914 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
ARRAY_SIZE       15925 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15929 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
ARRAY_SIZE       15939 sound/pci/hda/patch_realtek.c 		.num_dacs = ARRAY_SIZE(alc662_dac_nids),
ARRAY_SIZE       15943 sound/pci/hda/patch_realtek.c 		.num_channel_mode = ARRAY_SIZE(alc662_3ST_2ch_modes),
ARRAY_SIZE       16283 sound/pci/hda/patch_realtek.c 	spec->num_adc_nids = ARRAY_SIZE(alc662_adc_nids);
ARRAY_SIZE        174 sound/pci/hda/patch_si3054.c 		.count = ARRAY_SIZE(rates),
ARRAY_SIZE       2985 sound/pci/hda/patch_sigmatel.c 	hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
ARRAY_SIZE       2991 sound/pci/hda/patch_sigmatel.c 	if (!num_cons || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
ARRAY_SIZE       3923 sound/pci/hda/patch_sigmatel.c 	spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
ARRAY_SIZE       3984 sound/pci/hda/patch_sigmatel.c 	spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
ARRAY_SIZE       4019 sound/pci/hda/patch_sigmatel.c 		spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
ARRAY_SIZE       4072 sound/pci/hda/patch_sigmatel.c 	spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
ARRAY_SIZE       4127 sound/pci/hda/patch_sigmatel.c 	spec->num_amps = ARRAY_SIZE(stac92hd73xx_amp_nids);
ARRAY_SIZE       4129 sound/pci/hda/patch_sigmatel.c 	spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
ARRAY_SIZE       4130 sound/pci/hda/patch_sigmatel.c 	spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
ARRAY_SIZE       4131 sound/pci/hda/patch_sigmatel.c 	spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
ARRAY_SIZE       4170 sound/pci/hda/patch_sigmatel.c 		spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
ARRAY_SIZE       4179 sound/pci/hda/patch_sigmatel.c 	spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
ARRAY_SIZE       4231 sound/pci/hda/patch_sigmatel.c 	spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
ARRAY_SIZE       4246 sound/pci/hda/patch_sigmatel.c 	spec->num_pins = ARRAY_SIZE(stac92hd83xxx_pin_nids);
ARRAY_SIZE       4247 sound/pci/hda/patch_sigmatel.c 	spec->num_dmuxes = ARRAY_SIZE(stac92hd83xxx_dmux_nids);
ARRAY_SIZE       4248 sound/pci/hda/patch_sigmatel.c 	spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids);
ARRAY_SIZE       4355 sound/pci/hda/patch_sigmatel.c 	spec->num_pins = ARRAY_SIZE(stac92hd71bxx_pin_nids);
ARRAY_SIZE       4356 sound/pci/hda/patch_sigmatel.c 	spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
ARRAY_SIZE       4454 sound/pci/hda/patch_sigmatel.c 	spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
ARRAY_SIZE       4455 sound/pci/hda/patch_sigmatel.c 	spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
ARRAY_SIZE       4470 sound/pci/hda/patch_sigmatel.c 		spec->num_smuxes = ARRAY_SIZE(stac92hd71bxx_smux_nids);
ARRAY_SIZE       4471 sound/pci/hda/patch_sigmatel.c 		spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
ARRAY_SIZE       4480 sound/pci/hda/patch_sigmatel.c 				(ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1);
ARRAY_SIZE       4511 sound/pci/hda/patch_sigmatel.c 	spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
ARRAY_SIZE       4571 sound/pci/hda/patch_sigmatel.c 	spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
ARRAY_SIZE       4572 sound/pci/hda/patch_sigmatel.c 	spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
ARRAY_SIZE       4618 sound/pci/hda/patch_sigmatel.c 	spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
ARRAY_SIZE       4641 sound/pci/hda/patch_sigmatel.c 	spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
ARRAY_SIZE       4643 sound/pci/hda/patch_sigmatel.c 	spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
ARRAY_SIZE       4645 sound/pci/hda/patch_sigmatel.c 	spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
ARRAY_SIZE       4686 sound/pci/hda/patch_sigmatel.c 		spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
ARRAY_SIZE       4746 sound/pci/hda/patch_sigmatel.c 	spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
ARRAY_SIZE       4767 sound/pci/hda/patch_sigmatel.c 	spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
ARRAY_SIZE       4769 sound/pci/hda/patch_sigmatel.c 	spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
ARRAY_SIZE       4771 sound/pci/hda/patch_sigmatel.c 	spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
ARRAY_SIZE       4775 sound/pci/hda/patch_sigmatel.c 	spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
ARRAY_SIZE       5047 sound/pci/hda/patch_sigmatel.c 		spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
ARRAY_SIZE       5050 sound/pci/hda/patch_sigmatel.c 		spec->num_adcs = ARRAY_SIZE(vaio_adcs);
ARRAY_SIZE       5062 sound/pci/hda/patch_sigmatel.c 		spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
ARRAY_SIZE       5065 sound/pci/hda/patch_sigmatel.c 		spec->num_adcs = ARRAY_SIZE(vaio_adcs);
ARRAY_SIZE        644 sound/pci/hda/patch_via.c 	for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++)
ARRAY_SIZE        701 sound/pci/hda/patch_via.c 		for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++)
ARRAY_SIZE       1436 sound/pci/hda/patch_via.c 		spec->num_adc_nids = ARRAY_SIZE(vt1708_adc_nids);
ARRAY_SIZE       1905 sound/pci/hda/patch_via.c 		spec->num_adc_nids = ARRAY_SIZE(vt1709_adc_nids);
ARRAY_SIZE       1998 sound/pci/hda/patch_via.c 		spec->num_adc_nids = ARRAY_SIZE(vt1709_adc_nids);
ARRAY_SIZE       2449 sound/pci/hda/patch_via.c 		spec->num_adc_nids = ARRAY_SIZE(vt1708B_adc_nids);
ARRAY_SIZE       2500 sound/pci/hda/patch_via.c 		spec->num_adc_nids = ARRAY_SIZE(vt1708B_adc_nids);
ARRAY_SIZE       2913 sound/pci/hda/patch_via.c 		spec->num_adc_nids = ARRAY_SIZE(vt1708S_adc_nids);
ARRAY_SIZE       3234 sound/pci/hda/patch_via.c 		spec->num_adc_nids = ARRAY_SIZE(vt1702_adc_nids);
ARRAY_SIZE         61 sound/pci/ice1712/amp.c 		for (i = 0; i < ARRAY_SIZE(wm_inits); i += 2)
ARRAY_SIZE       1919 sound/pci/ice1712/aureon.c 	counts = ARRAY_SIZE(aureon_dac_controls);
ARRAY_SIZE       1928 sound/pci/ice1712/aureon.c 	for (i = 0; i < ARRAY_SIZE(wm_controls); i++) {
ARRAY_SIZE       1935 sound/pci/ice1712/aureon.c 		for (i = 0; i < ARRAY_SIZE(universe_ac97_controls); i++) {
ARRAY_SIZE       1942 sound/pci/ice1712/aureon.c 		for (i = 0; i < ARRAY_SIZE(ac97_controls); i++) {
ARRAY_SIZE       1959 sound/pci/ice1712/aureon.c 			for (i = 0; i < ARRAY_SIZE(cs8415_controls); i++) {
ARRAY_SIZE        996 sound/pci/ice1712/ews.c 		for (idx = 0; idx < ARRAY_SIZE(snd_ice1712_ewx2496_controls); idx++) {
ARRAY_SIZE       1014 sound/pci/ice1712/ews.c 		for (idx = 0; idx < ARRAY_SIZE(snd_ice1712_ews88d_controls); idx++) {
ARRAY_SIZE       1021 sound/pci/ice1712/ews.c 		for (idx = 0; idx < ARRAY_SIZE(snd_ice1712_6fire_controls); idx++) {
ARRAY_SIZE        937 sound/pci/ice1712/ice1712.c 	.count = ARRAY_SIZE(rates),
ARRAY_SIZE       1444 sound/pci/ice1712/ice1712.c 	for (idx = 0; idx < ARRAY_SIZE(snd_ice1712_multi_playback_ctrls); idx++) {
ARRAY_SIZE        492 sound/pci/ice1712/ice1724.c 	.count = ARRAY_SIZE(rates) - 2, /* up to 96000 */
ARRAY_SIZE        498 sound/pci/ice1712/ice1724.c 	.count = ARRAY_SIZE(rates) - 5, /* up to 48000 */
ARRAY_SIZE        504 sound/pci/ice1712/ice1724.c 	.count = ARRAY_SIZE(rates),
ARRAY_SIZE        587 sound/pci/ice1712/ice1724.c 	for (i = 0; i < ARRAY_SIZE(stdclock_rate_list); i++) {
ARRAY_SIZE        150 sound/pci/ice1712/juli.c 	.count = ARRAY_SIZE(juli_rates),
ARRAY_SIZE        158 sound/pci/ice1712/juli.c 	for (i = 0; i < ARRAY_SIZE(juli_rates); i++)
ARRAY_SIZE        479 sound/pci/ice1712/juli.c 	for (i = 0; i < ARRAY_SIZE(juli_mute_controls); i++) {
ARRAY_SIZE        520 sound/pci/ice1712/juli.c 	for (i = 0; i < ARRAY_SIZE(gpio_vals); i++)
ARRAY_SIZE        927 sound/pci/ice1712/phase.c 	counts = ARRAY_SIZE(phase28_dac_controls);
ARRAY_SIZE        936 sound/pci/ice1712/phase.c 	for (i = 0; i < ARRAY_SIZE(wm_controls); i++) {
ARRAY_SIZE        705 sound/pci/ice1712/pontis.c 	for (i = 0; i < ARRAY_SIZE(pontis_controls); i++) {
ARRAY_SIZE        783 sound/pci/ice1712/pontis.c 	for (i = 0; i < ARRAY_SIZE(wm_inits); i += 2)
ARRAY_SIZE        786 sound/pci/ice1712/pontis.c 	for (i = 0; i < ARRAY_SIZE(wm_inits2); i += 2)
ARRAY_SIZE        796 sound/pci/ice1712/pontis.c 	for (i = 0; i < ARRAY_SIZE(cs_inits); i += 2)
ARRAY_SIZE        676 sound/pci/ice1712/prodigy192.c 	for (i = 0; i < ARRAY_SIZE(stac_controls); i++) {
ARRAY_SIZE        684 sound/pci/ice1712/prodigy192.c 		for (i = 0; i < ARRAY_SIZE(ak4114_controls); i++) {
ARRAY_SIZE        946 sound/pci/ice1712/prodigy_hifi.c 	for (i = 0; i < ARRAY_SIZE(prodigy_hifi_controls); i++) {
ARRAY_SIZE        963 sound/pci/ice1712/prodigy_hifi.c 	for (i = 0; i < ARRAY_SIZE(prodigy_hd2_controls); i++) {
ARRAY_SIZE       1062 sound/pci/ice1712/prodigy_hifi.c 	for (i = 0; i < ARRAY_SIZE(wm_inits); i += 2)
ARRAY_SIZE       1065 sound/pci/ice1712/prodigy_hifi.c 	for (i = 0; i < ARRAY_SIZE(wm_inits2); i += 2)
ARRAY_SIZE       1069 sound/pci/ice1712/prodigy_hifi.c 	for (i = 0; i < ARRAY_SIZE(wm8766_inits); i += 2)
ARRAY_SIZE       1121 sound/pci/ice1712/prodigy_hifi.c 	for (i = 0; i < ARRAY_SIZE(ak4396_inits); i += 2)
ARRAY_SIZE        320 sound/pci/ice1712/se.c 	for (i = 0; i < ARRAY_SIZE(default_values); i++)
ARRAY_SIZE        611 sound/pci/ice1712/se.c 	for (i = 0; i < ARRAY_SIZE(se200pci_cont); i++) {
ARRAY_SIZE        457 sound/pci/ice1712/wtm.c 	for (i = 0; i < ARRAY_SIZE(stac9640_controls); i++) {
ARRAY_SIZE       1104 sound/pci/intel8x0.c 	.count = ARRAY_SIZE(channels4),
ARRAY_SIZE       1114 sound/pci/intel8x0.c 	.count = ARRAY_SIZE(channels6),
ARRAY_SIZE       1124 sound/pci/intel8x0.c 	.count = ARRAY_SIZE(channels8),
ARRAY_SIZE       1610 sound/pci/intel8x0.c 		tblsize = ARRAY_SIZE(intel_pcms);
ARRAY_SIZE       1616 sound/pci/intel8x0.c 		tblsize = ARRAY_SIZE(nforce_pcms);
ARRAY_SIZE       1622 sound/pci/intel8x0.c 		tblsize = ARRAY_SIZE(ali_pcms);
ARRAY_SIZE       2199 sound/pci/intel8x0.c 	i = ARRAY_SIZE(ac97_pcm_defs);
ARRAY_SIZE        627 sound/pci/intel8x0m.c 		.count = ARRAY_SIZE(rates),
ARRAY_SIZE        768 sound/pci/intel8x0m.c 		tblsize = ARRAY_SIZE(nforce_pcms);
ARRAY_SIZE        772 sound/pci/intel8x0m.c 		tblsize = ARRAY_SIZE(ali_pcms);
ARRAY_SIZE       2411 sound/pci/korg1212/korg1212.c         for (i = 0; i < ARRAY_SIZE(snd_korg1212_controls); i++) {
ARRAY_SIZE       1392 sound/pci/maestro3.c 	for (i = 0; i < ARRAY_SIZE(pv); i++) 
ARRAY_SIZE       1450 sound/pci/maestro3.c 	for (i = 0; i < ARRAY_SIZE(rv); i++) 
ARRAY_SIZE        403 sound/pci/nm256/nm256.c 	.count = ARRAY_SIZE(samplerates), 
ARRAY_SIZE        415 sound/pci/nm256/nm256.c 	for (i = 0; i < ARRAY_SIZE(samplerates); i++) {
ARRAY_SIZE       1198 sound/pci/nm256/nm256.c 	for (i = 0; i < ARRAY_SIZE(nm256_ac97_init_val); i++)
ARRAY_SIZE       1287 sound/pci/nm256/nm256.c 		for (i = 0; i < ARRAY_SIZE(nm256_ac97_init_val); i++) {
ARRAY_SIZE       1310 sound/pci/nm256/nm256.c 	chip->ac97_regs = kcalloc(ARRAY_SIZE(nm256_ac97_init_val),
ARRAY_SIZE        117 sound/pci/oxygen/oxygen.c 	if (reg < ARRAY_SIZE(data->saved_wm8785_registers))
ARRAY_SIZE         54 sound/pci/oxygen/oxygen_lib.c 		if (chip->uart_input_count >= ARRAY_SIZE(chip->uart_input))
ARRAY_SIZE        917 sound/pci/oxygen/oxygen_mixer.c 	for (i = 0; i < ARRAY_SIZE(chip->controls); ++i)
ARRAY_SIZE        974 sound/pci/oxygen/oxygen_mixer.c 	err = add_controls(chip, controls, ARRAY_SIZE(controls));
ARRAY_SIZE        979 sound/pci/oxygen/oxygen_mixer.c 				   ARRAY_SIZE(spdif_input_controls));
ARRAY_SIZE        983 sound/pci/oxygen/oxygen_mixer.c 	for (i = 0; i < ARRAY_SIZE(monitor_controls); ++i) {
ARRAY_SIZE        987 sound/pci/oxygen/oxygen_mixer.c 				   ARRAY_SIZE(monitor_controls[i].controls));
ARRAY_SIZE        993 sound/pci/oxygen/oxygen_mixer.c 				   ARRAY_SIZE(ac97_controls));
ARRAY_SIZE        999 sound/pci/oxygen/oxygen_mixer.c 				   ARRAY_SIZE(ac97_fp_controls));
ARRAY_SIZE        926 sound/pci/oxygen/virtuoso.c 	BUG_ON(pci_id->driver_data >= ARRAY_SIZE(models));
ARRAY_SIZE        345 sound/pci/pcxhr/pcxhr_hwdep.c 	for (i = 0; i < ARRAY_SIZE(fw_files); i++) {
ARRAY_SIZE        830 sound/pci/rme32.c 	.count = ARRAY_SIZE(period_bytes),
ARRAY_SIZE       1909 sound/pci/rme32.c 	for (idx = 0; idx < (int)ARRAY_SIZE(snd_rme32_controls); idx++) {
ARRAY_SIZE       1133 sound/pci/rme96.c 	.count = ARRAY_SIZE(period_bytes),
ARRAY_SIZE       3224 sound/pci/rme9652/hdsp.c 	for (idx = 0; idx < ARRAY_SIZE(snd_hdsp_controls); idx++) {
ARRAY_SIZE       3246 sound/pci/rme9652/hdsp.c 		for (idx = 0; idx < ARRAY_SIZE(snd_hdsp_9632_controls); idx++) {
ARRAY_SIZE       4111 sound/pci/rme9652/hdsp.c 	.count = ARRAY_SIZE(hdsp_period_sizes),
ARRAY_SIZE       4119 sound/pci/rme9652/hdsp.c 	.count = ARRAY_SIZE(hdsp_9632_sample_rates),
ARRAY_SIZE       2883 sound/pci/rme9652/hdspm.c 		for (idx = 0; idx < ARRAY_SIZE(snd_hdspm_controls_aes32);
ARRAY_SIZE       2899 sound/pci/rme9652/hdspm.c 		for (idx = 0; idx < ARRAY_SIZE(snd_hdspm_controls_madi);
ARRAY_SIZE       3901 sound/pci/rme9652/hdspm.c 	.count = ARRAY_SIZE(period_sizes),
ARRAY_SIZE       3988 sound/pci/rme9652/hdspm.c 	.count = ARRAY_SIZE(hdspm_aes32_sample_rates),
ARRAY_SIZE       1566 sound/pci/rme9652/rme9652.c 	for (idx = 0; idx < ARRAY_SIZE(snd_rme9652_controls); idx++) {
ARRAY_SIZE       2223 sound/pci/rme9652/rme9652.c 	.count = ARRAY_SIZE(period_sizes),
ARRAY_SIZE       1098 sound/pci/sonicvibes.c 	for (idx = 0; idx < ARRAY_SIZE(snd_sonicvibes_controls); idx++) {
ARRAY_SIZE       1403 sound/pci/sonicvibes.c 	for (idx = 0; idx < ARRAY_SIZE(snd_sonicvibes_midi_controls); idx++)
ARRAY_SIZE       1240 sound/pci/via82xx.c 		.count = ARRAY_SIZE(channels),
ARRAY_SIZE       2450 sound/pci/via82xx.c 		for (i = 0; i < ARRAY_SIZE(via823x_cards); i++) {
ARRAY_SIZE        741 sound/pci/via82xx_modem.c                 .count = ARRAY_SIZE(rates),
ARRAY_SIZE       1814 sound/pci/ymfpci/ymfpci_main.c 	for (idx = 0; idx < ARRAY_SIZE(snd_ymfpci_controls); idx++) {
ARRAY_SIZE       2263 sound/pci/ymfpci/ymfpci_main.c #define YDSXGR_NUM_SAVED_REGS	ARRAY_SIZE(saved_regs_index)
ARRAY_SIZE        951 sound/ppc/awacs.c 	err = build_mixers(chip, ARRAY_SIZE(snd_pmac_awacs_mixers),
ARRAY_SIZE        958 sound/ppc/awacs.c 		err = build_mixers(chip, ARRAY_SIZE(snd_pmac_screamer_mixers2),
ARRAY_SIZE        961 sound/ppc/awacs.c 		err = build_mixers(chip, ARRAY_SIZE(snd_pmac_awacs_mixers2),
ARRAY_SIZE        967 sound/ppc/awacs.c 				   ARRAY_SIZE(snd_pmac_awacs_mixers_pmac7500),
ARRAY_SIZE        971 sound/ppc/awacs.c 				   ARRAY_SIZE(snd_pmac_screamer_mixers_beige),
ARRAY_SIZE        975 sound/ppc/awacs.c 				   ARRAY_SIZE(snd_pmac_screamer_mixers_imac),
ARRAY_SIZE        979 sound/ppc/awacs.c 				   ARRAY_SIZE(snd_pmac_screamer_mixers_g4agp),
ARRAY_SIZE        983 sound/ppc/awacs.c 				   ARRAY_SIZE(snd_pmac_awacs_mixers_pmac),
ARRAY_SIZE       1001 sound/ppc/awacs.c 		err = build_mixers(chip, ARRAY_SIZE(snd_pmac_awacs_amp_vol),
ARRAY_SIZE       1020 sound/ppc/awacs.c 		err = build_mixers(chip, ARRAY_SIZE(snd_pmac_awacs_speaker_vol),
ARRAY_SIZE       1036 sound/ppc/awacs.c 				ARRAY_SIZE(snd_pmac_screamer_mic_boost_beige),
ARRAY_SIZE       1040 sound/ppc/awacs.c 				ARRAY_SIZE(snd_pmac_screamer_mic_boost_imac),
ARRAY_SIZE       1044 sound/ppc/awacs.c 				ARRAY_SIZE(snd_pmac_screamer_mic_boost),
ARRAY_SIZE       1048 sound/ppc/awacs.c 				ARRAY_SIZE(snd_pmac_awacs_mic_boost_pmac7500),
ARRAY_SIZE       1051 sound/ppc/awacs.c 		err = build_mixers(chip, ARRAY_SIZE(snd_pmac_awacs_mic_boost),
ARRAY_SIZE        683 sound/ppc/burgundy.c 	for (i = 0; i < ARRAY_SIZE(snd_pmac_burgundy_mixers); i++) {
ARRAY_SIZE        689 sound/ppc/burgundy.c 	for (i = 0; i < (imac ? ARRAY_SIZE(snd_pmac_burgundy_mixers_imac)
ARRAY_SIZE        690 sound/ppc/burgundy.c 			: ARRAY_SIZE(snd_pmac_burgundy_mixers_pmac)); i++) {
ARRAY_SIZE        272 sound/ppc/daca.c 	for (i = 0; i < ARRAY_SIZE(daca_mixers); i++) {
ARRAY_SIZE        955 sound/ppc/pmac.c 	chip->num_freqs = ARRAY_SIZE(awacs_freqs);
ARRAY_SIZE       1039 sound/ppc/pmac.c 		chip->num_freqs = ARRAY_SIZE(tumbler_freqs);
ARRAY_SIZE       1046 sound/ppc/pmac.c 		chip->num_freqs = ARRAY_SIZE(tumbler_freqs);
ARRAY_SIZE        220 sound/ppc/tumbler.c 		if (left_vol >= ARRAY_SIZE(master_volume_table))
ARRAY_SIZE        221 sound/ppc/tumbler.c 			left_vol = ARRAY_SIZE(master_volume_table) - 1;
ARRAY_SIZE        228 sound/ppc/tumbler.c 		if (right_vol >= ARRAY_SIZE(master_volume_table))
ARRAY_SIZE        229 sound/ppc/tumbler.c 			right_vol = ARRAY_SIZE(master_volume_table) - 1;
ARRAY_SIZE        257 sound/ppc/tumbler.c 	uinfo->value.integer.max = ARRAY_SIZE(master_volume_table) - 1;
ARRAY_SIZE        282 sound/ppc/tumbler.c 	if (vol[0] >= ARRAY_SIZE(master_volume_table) ||
ARRAY_SIZE        283 sound/ppc/tumbler.c 	    vol[1] >= ARRAY_SIZE(master_volume_table))
ARRAY_SIZE        566 sound/ppc/tumbler.c 	.max = ARRAY_SIZE(mixer_volume_table),
ARRAY_SIZE        574 sound/ppc/tumbler.c 	.max = ARRAY_SIZE(bass_volume_table),
ARRAY_SIZE        582 sound/ppc/tumbler.c 	.max = ARRAY_SIZE(treble_volume_table),
ARRAY_SIZE        591 sound/ppc/tumbler.c 	.max = ARRAY_SIZE(snapper_bass_volume_table),
ARRAY_SIZE        599 sound/ppc/tumbler.c 	.max = ARRAY_SIZE(snapper_treble_volume_table),
ARRAY_SIZE        633 sound/ppc/tumbler.c 	if (vol >= ARRAY_SIZE(mixer_volume_table)) {
ARRAY_SIZE        634 sound/ppc/tumbler.c 		vol = ARRAY_SIZE(mixer_volume_table) - 1;
ARRAY_SIZE        668 sound/ppc/tumbler.c 	uinfo->value.integer.max = ARRAY_SIZE(mixer_volume_table) - 1;
ARRAY_SIZE        698 sound/ppc/tumbler.c 	if (vol[0] >= ARRAY_SIZE(mixer_volume_table) ||
ARRAY_SIZE        699 sound/ppc/tumbler.c 	    vol[1] >= ARRAY_SIZE(mixer_volume_table))
ARRAY_SIZE       1409 sound/ppc/tumbler.c 		for (i = 0; i < ARRAY_SIZE(tumbler_mixers); i++) {
ARRAY_SIZE       1414 sound/ppc/tumbler.c 		for (i = 0; i < ARRAY_SIZE(snapper_mixers); i++) {
ARRAY_SIZE        236 sound/soc/at32/at32-ssc.c 	for (i = 0; i < ARRAY_SIZE(ssc_p->dma_params); i++) {
ARRAY_SIZE        329 sound/soc/at32/playpaq_wm8510.c 	for (i = 0; i < ARRAY_SIZE(playpaq_dapm_widgets); i++)
ARRAY_SIZE        196 sound/soc/at91/at91-ssc.c 	for (i = 0; i < ARRAY_SIZE(ssc_p->dma_params); i++) {
ARRAY_SIZE        116 sound/soc/au1x/sample-ac97.c 			ARRAY_SIZE(au1xpsc_psc1_res), GFP_KERNEL);
ARRAY_SIZE        117 sound/soc/au1x/sample-ac97.c 	au1xpsc_sample_ac97_dev->num_resources = ARRAY_SIZE(au1xpsc_psc1_res);
ARRAY_SIZE         98 sound/soc/codecs/ad1980.c 	for (i = 0; i < ARRAY_SIZE(ad1980_snd_ac97_controls); i++) {
ARRAY_SIZE        123 sound/soc/codecs/ad1980.c 		if (reg >= (ARRAY_SIZE(ad1980_reg)))
ARRAY_SIZE        137 sound/soc/codecs/ad1980.c 	if (reg < (ARRAY_SIZE(ad1980_reg)))
ARRAY_SIZE        205 sound/soc/codecs/ad1980.c 		kzalloc(sizeof(u16) * ARRAY_SIZE(ad1980_reg), GFP_KERNEL);
ARRAY_SIZE        211 sound/soc/codecs/ad1980.c 			ARRAY_SIZE(ad1980_reg));
ARRAY_SIZE        212 sound/soc/codecs/ad1980.c 	codec->reg_cache_size = sizeof(u16) * ARRAY_SIZE(ad1980_reg);
ARRAY_SIZE        163 sound/soc/codecs/ak4535.c 	for (i = 0; i < ARRAY_SIZE(ak4535_snd_controls); i++) {
ARRAY_SIZE        216 sound/soc/codecs/ak4535.c 		ARRAY_SIZE(ak4535_stereo_mixer_controls)),
ARRAY_SIZE        219 sound/soc/codecs/ak4535.c 		ARRAY_SIZE(ak4535_mono1_mixer_controls)),
ARRAY_SIZE        222 sound/soc/codecs/ak4535.c 		ARRAY_SIZE(ak4535_input_mixer_controls)),
ARRAY_SIZE        323 sound/soc/codecs/ak4535.c 				  ARRAY_SIZE(ak4535_dapm_widgets));
ARRAY_SIZE        325 sound/soc/codecs/ak4535.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        498 sound/soc/codecs/ak4535.c 	codec->reg_cache_size = ARRAY_SIZE(ak4535_reg);
ARRAY_SIZE        173 sound/soc/codecs/cs4270.c #define NUM_MCLK_RATIOS		ARRAY_SIZE(cs4270_mode_ratios)
ARRAY_SIZE        599 sound/soc/codecs/cs4270.c 	for (i = 0; i < ARRAY_SIZE(cs4270_snd_controls); i++) {
ARRAY_SIZE        159 sound/soc/codecs/ssm2602.c 	for (i = 0; i < ARRAY_SIZE(ssm2602_snd_controls); i++) {
ARRAY_SIZE        183 sound/soc/codecs/ssm2602.c 	ARRAY_SIZE(ssm2602_output_mixer_controls)),
ARRAY_SIZE        224 sound/soc/codecs/ssm2602.c 				  ARRAY_SIZE(ssm2602_dapm_widgets));
ARRAY_SIZE        226 sound/soc/codecs/ssm2602.c 	snd_soc_dapm_add_routes(codec, audio_conn, ARRAY_SIZE(audio_conn));
ARRAY_SIZE        280 sound/soc/codecs/ssm2602.c 	for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
ARRAY_SIZE        299 sound/soc/codecs/ssm2602.c 	if (i == ARRAY_SIZE(coeff_div))
ARRAY_SIZE        545 sound/soc/codecs/ssm2602.c 	for (i = 0; i < ARRAY_SIZE(ssm2602_reg); i++) {
ARRAY_SIZE         63 sound/soc/codecs/tlv320aic23.c 	if (reg >= ARRAY_SIZE(tlv320aic23_reg))
ARRAY_SIZE         75 sound/soc/codecs/tlv320aic23.c 	if (reg >= ARRAY_SIZE(tlv320aic23_reg))
ARRAY_SIZE        198 sound/soc/codecs/tlv320aic23.c 	for (i = 0; i < ARRAY_SIZE(tlv320aic23_snd_controls); i++) {
ARRAY_SIZE        224 sound/soc/codecs/tlv320aic23.c 			   ARRAY_SIZE(tlv320aic23_output_mixer_controls)),
ARRAY_SIZE        281 sound/soc/codecs/tlv320aic23.c 				  ARRAY_SIZE(tlv320aic23_dapm_widgets));
ARRAY_SIZE        284 sound/soc/codecs/tlv320aic23.c 	snd_soc_dapm_add_routes(codec, intercon, ARRAY_SIZE(intercon));
ARRAY_SIZE        307 sound/soc/codecs/tlv320aic23.c 	       (count < ARRAY_SIZE(srate_reg_info))) {
ARRAY_SIZE        510 sound/soc/codecs/tlv320aic23.c 	for (reg = 0; reg < ARRAY_SIZE(tlv320aic23_reg); i++) {
ARRAY_SIZE        538 sound/soc/codecs/tlv320aic23.c 	codec->reg_cache_size = ARRAY_SIZE(tlv320aic23_reg);
ARRAY_SIZE        355 sound/soc/codecs/tlv320aic26.c 	for (i = 0; i < ARRAY_SIZE(aic26_snd_controls); i++) {
ARRAY_SIZE        473 sound/soc/codecs/tlv320aic26.c 	for (i = 0; i < ARRAY_SIZE(aic26->reg_cache); i++)
ARRAY_SIZE        307 sound/soc/codecs/tlv320aic3x.c 	for (i = 0; i < ARRAY_SIZE(aic3x_snd_controls); i++) {
ARRAY_SIZE        419 sound/soc/codecs/tlv320aic3x.c 			   ARRAY_SIZE(aic3x_left_dac_mixer_controls)),
ARRAY_SIZE        432 sound/soc/codecs/tlv320aic3x.c 			   ARRAY_SIZE(aic3x_right_dac_mixer_controls)),
ARRAY_SIZE        446 sound/soc/codecs/tlv320aic3x.c 			   ARRAY_SIZE(aic3x_left_pga_mixer_controls)),
ARRAY_SIZE        457 sound/soc/codecs/tlv320aic3x.c 			   ARRAY_SIZE(aic3x_right_pga_mixer_controls)),
ARRAY_SIZE        495 sound/soc/codecs/tlv320aic3x.c 			   ARRAY_SIZE(aic3x_left_pga_bp_mixer_controls)),
ARRAY_SIZE        500 sound/soc/codecs/tlv320aic3x.c 			   ARRAY_SIZE(aic3x_right_pga_bp_mixer_controls)),
ARRAY_SIZE        505 sound/soc/codecs/tlv320aic3x.c 			   ARRAY_SIZE(aic3x_left_line2_bp_mixer_controls)),
ARRAY_SIZE        510 sound/soc/codecs/tlv320aic3x.c 			   ARRAY_SIZE(aic3x_right_line2_bp_mixer_controls)),
ARRAY_SIZE        687 sound/soc/codecs/tlv320aic3x.c 				  ARRAY_SIZE(aic3x_dapm_widgets));
ARRAY_SIZE        690 sound/soc/codecs/tlv320aic3x.c 	snd_soc_dapm_add_routes(codec, intercon, ARRAY_SIZE(intercon));
ARRAY_SIZE       1036 sound/soc/codecs/tlv320aic3x.c 	for (i = 0; i < ARRAY_SIZE(aic3x_reg); i++) {
ARRAY_SIZE       1064 sound/soc/codecs/tlv320aic3x.c 	codec->reg_cache_size = ARRAY_SIZE(aic3x_reg);
ARRAY_SIZE        279 sound/soc/codecs/uda1380.c 	for (i = 0; i < ARRAY_SIZE(uda1380_snd_controls); i++) {
ARRAY_SIZE        366 sound/soc/codecs/uda1380.c 				  ARRAY_SIZE(uda1380_dapm_widgets));
ARRAY_SIZE        368 sound/soc/codecs/uda1380.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        627 sound/soc/codecs/uda1380.c 	for (i = 0; i < ARRAY_SIZE(uda1380_reg); i++) {
ARRAY_SIZE        652 sound/soc/codecs/uda1380.c 	codec->num_dai = ARRAY_SIZE(uda1380_dai);
ARRAY_SIZE        657 sound/soc/codecs/uda1380.c 	codec->reg_cache_size = ARRAY_SIZE(uda1380_reg);
ARRAY_SIZE        179 sound/soc/codecs/wm8510.c 	for (i = 0; i < ARRAY_SIZE(wm8510_snd_controls); i++) {
ARRAY_SIZE        219 sound/soc/codecs/wm8510.c 	ARRAY_SIZE(wm8510_speaker_mixer_controls)),
ARRAY_SIZE        222 sound/soc/codecs/wm8510.c 	ARRAY_SIZE(wm8510_mono_mixer_controls)),
ARRAY_SIZE        232 sound/soc/codecs/wm8510.c 		   ARRAY_SIZE(wm8510_micpga_controls)),
ARRAY_SIZE        235 sound/soc/codecs/wm8510.c 	ARRAY_SIZE(wm8510_boost_controls)),
ARRAY_SIZE        282 sound/soc/codecs/wm8510.c 				  ARRAY_SIZE(wm8510_dapm_widgets));
ARRAY_SIZE        284 sound/soc/codecs/wm8510.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        616 sound/soc/codecs/wm8510.c 	for (i = 0; i < ARRAY_SIZE(wm8510_reg); i++) {
ARRAY_SIZE        642 sound/soc/codecs/wm8510.c 	codec->reg_cache_size = ARRAY_SIZE(wm8510_reg);
ARRAY_SIZE        203 sound/soc/codecs/wm8580.c 	BUG_ON(reg > ARRAY_SIZE(wm8580_reg));
ARRAY_SIZE        226 sound/soc/codecs/wm8580.c 	BUG_ON(reg > ARRAY_SIZE(wm8580_reg));
ARRAY_SIZE        338 sound/soc/codecs/wm8580.c 	for (i = 0; i < ARRAY_SIZE(wm8580_snd_controls); i++) {
ARRAY_SIZE        382 sound/soc/codecs/wm8580.c 				  ARRAY_SIZE(wm8580_dapm_widgets));
ARRAY_SIZE        384 sound/soc/codecs/wm8580.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        430 sound/soc/codecs/wm8580.c 	for (i = 0; i < ARRAY_SIZE(post_table); i++) {
ARRAY_SIZE        440 sound/soc/codecs/wm8580.c 	if (i == ARRAY_SIZE(post_table)) {
ARRAY_SIZE        846 sound/soc/codecs/wm8580.c 	codec->num_dai = ARRAY_SIZE(wm8580_dai);
ARRAY_SIZE        847 sound/soc/codecs/wm8580.c 	codec->reg_cache_size = ARRAY_SIZE(wm8580_reg);
ARRAY_SIZE        137 sound/soc/codecs/wm8731.c 	for (i = 0; i < ARRAY_SIZE(wm8731_snd_controls); i++) {
ARRAY_SIZE        162 sound/soc/codecs/wm8731.c 	ARRAY_SIZE(wm8731_output_mixer_controls)),
ARRAY_SIZE        203 sound/soc/codecs/wm8731.c 				  ARRAY_SIZE(wm8731_dapm_widgets));
ARRAY_SIZE        205 sound/soc/codecs/wm8731.c 	snd_soc_dapm_add_routes(codec, intercon, ARRAY_SIZE(intercon));
ARRAY_SIZE        259 sound/soc/codecs/wm8731.c 	for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
ARRAY_SIZE        492 sound/soc/codecs/wm8731.c 	for (i = 0; i < ARRAY_SIZE(wm8731_reg); i++) {
ARRAY_SIZE        518 sound/soc/codecs/wm8731.c 	codec->reg_cache_size = ARRAY_SIZE(wm8731_reg);
ARRAY_SIZE        239 sound/soc/codecs/wm8750.c 	for (i = 0; i < ARRAY_SIZE(wm8750_snd_controls); i++) {
ARRAY_SIZE        308 sound/soc/codecs/wm8750.c 		ARRAY_SIZE(wm8750_left_mixer_controls)),
ARRAY_SIZE        311 sound/soc/codecs/wm8750.c 		ARRAY_SIZE(wm8750_right_mixer_controls)),
ARRAY_SIZE        314 sound/soc/codecs/wm8750.c 		ARRAY_SIZE(wm8750_mono_mixer_controls)),
ARRAY_SIZE        460 sound/soc/codecs/wm8750.c 				  ARRAY_SIZE(wm8750_dapm_widgets));
ARRAY_SIZE        462 sound/soc/codecs/wm8750.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        530 sound/soc/codecs/wm8750.c 	for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
ARRAY_SIZE        746 sound/soc/codecs/wm8750.c 	for (i = 0; i < ARRAY_SIZE(wm8750_reg); i++) {
ARRAY_SIZE        783 sound/soc/codecs/wm8750.c 	codec->reg_cache_size = ARRAY_SIZE(wm8750_reg);
ARRAY_SIZE        100 sound/soc/codecs/wm8753.c 	if (reg < 1 || reg > (ARRAY_SIZE(wm8753_reg) + 1))
ARRAY_SIZE        347 sound/soc/codecs/wm8753.c 	for (i = 0; i < ARRAY_SIZE(wm8753_snd_controls); i++) {
ARRAY_SIZE        456 sound/soc/codecs/wm8753.c 	&wm8753_left_mixer_controls[0], ARRAY_SIZE(wm8753_left_mixer_controls)),
ARRAY_SIZE        463 sound/soc/codecs/wm8753.c 	&wm8753_right_mixer_controls[0], ARRAY_SIZE(wm8753_right_mixer_controls)),
ARRAY_SIZE        470 sound/soc/codecs/wm8753.c 	&wm8753_mono_mixer_controls[0], ARRAY_SIZE(wm8753_mono_mixer_controls)),
ARRAY_SIZE        486 sound/soc/codecs/wm8753.c 	ARRAY_SIZE(wm8753_record_mixer_controls)),
ARRAY_SIZE        502 sound/soc/codecs/wm8753.c 	&wm8753_alc_mixer_controls[0], ARRAY_SIZE(wm8753_alc_mixer_controls)),
ARRAY_SIZE        686 sound/soc/codecs/wm8753.c 				  ARRAY_SIZE(wm8753_dapm_widgets));
ARRAY_SIZE        688 sound/soc/codecs/wm8753.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        854 sound/soc/codecs/wm8753.c 	for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
ARRAY_SIZE       1527 sound/soc/codecs/wm8753.c 	for (i = 0; i < ARRAY_SIZE(wm8753_reg); i++) {
ARRAY_SIZE       1564 sound/soc/codecs/wm8753.c 	codec->reg_cache_size = ARRAY_SIZE(wm8753_reg);
ARRAY_SIZE        521 sound/soc/codecs/wm8900.c 	for (i = 0; i < ARRAY_SIZE(wm8900_snd_controls); i++) {
ARRAY_SIZE        611 sound/soc/codecs/wm8900.c 		   ARRAY_SIZE(wm8900_linpga_controls)),
ARRAY_SIZE        614 sound/soc/codecs/wm8900.c 		   ARRAY_SIZE(wm8900_rinpga_controls)),
ARRAY_SIZE        618 sound/soc/codecs/wm8900.c 		   ARRAY_SIZE(wm8900_linmix_controls)),
ARRAY_SIZE        621 sound/soc/codecs/wm8900.c 		   ARRAY_SIZE(wm8900_rinmix_controls)),
ARRAY_SIZE        646 sound/soc/codecs/wm8900.c 		   ARRAY_SIZE(wm8900_loutmix_controls)),
ARRAY_SIZE        649 sound/soc/codecs/wm8900.c 		   ARRAY_SIZE(wm8900_routmix_controls)),
ARRAY_SIZE        720 sound/soc/codecs/wm8900.c 				  ARRAY_SIZE(wm8900_dapm_widgets));
ARRAY_SIZE        722 sound/soc/codecs/wm8900.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        231 sound/soc/codecs/wm8903.c 	BUG_ON(reg >= ARRAY_SIZE(wm8903_reg_defaults));
ARRAY_SIZE        284 sound/soc/codecs/wm8903.c 	BUG_ON(reg >= ARRAY_SIZE(wm8903_reg_defaults));
ARRAY_SIZE        356 sound/soc/codecs/wm8903.c 	for (i = 0; i < ARRAY_SIZE(wm8903_reg_defaults); i++)
ARRAY_SIZE        743 sound/soc/codecs/wm8903.c 	for (i = 0; i < ARRAY_SIZE(wm8903_snd_controls); i++) {
ARRAY_SIZE        842 sound/soc/codecs/wm8903.c 		   left_output_mixer, ARRAY_SIZE(left_output_mixer)),
ARRAY_SIZE        844 sound/soc/codecs/wm8903.c 		   right_output_mixer, ARRAY_SIZE(right_output_mixer)),
ARRAY_SIZE        847 sound/soc/codecs/wm8903.c 		   left_speaker_mixer, ARRAY_SIZE(left_speaker_mixer)),
ARRAY_SIZE        849 sound/soc/codecs/wm8903.c 		   right_speaker_mixer, ARRAY_SIZE(right_speaker_mixer)),
ARRAY_SIZE        966 sound/soc/codecs/wm8903.c 				  ARRAY_SIZE(wm8903_dapm_widgets));
ARRAY_SIZE        968 sound/soc/codecs/wm8903.c 	snd_soc_dapm_add_routes(codec, intercon, ARRAY_SIZE(intercon));
ARRAY_SIZE       1351 sound/soc/codecs/wm8903.c 	for (i = 1; i < ARRAY_SIZE(sample_rates); i++) {
ARRAY_SIZE       1409 sound/soc/codecs/wm8903.c 	for (i = 1; i < ARRAY_SIZE(clk_sys_ratios); i++) {
ARRAY_SIZE       1448 sound/soc/codecs/wm8903.c 	while (i < ARRAY_SIZE(bclk_divs)) {
ARRAY_SIZE       1553 sound/soc/codecs/wm8903.c 		for (i = 2; i < ARRAY_SIZE(wm8903_reg_defaults); i++)
ARRAY_SIZE       1589 sound/soc/codecs/wm8903.c 	codec->reg_cache_size = ARRAY_SIZE(wm8903_reg_defaults);
ARRAY_SIZE        203 sound/soc/codecs/wm8971.c 	for (i = 0; i < ARRAY_SIZE(wm8971_snd_controls); i++) {
ARRAY_SIZE        264 sound/soc/codecs/wm8971.c 		ARRAY_SIZE(wm8971_left_mixer_controls)),
ARRAY_SIZE        267 sound/soc/codecs/wm8971.c 		ARRAY_SIZE(wm8971_right_mixer_controls)),
ARRAY_SIZE        270 sound/soc/codecs/wm8971.c 		ARRAY_SIZE(wm8971_mono_mixer_controls)),
ARRAY_SIZE        389 sound/soc/codecs/wm8971.c 				  ARRAY_SIZE(wm8971_dapm_widgets));
ARRAY_SIZE        391 sound/soc/codecs/wm8971.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        460 sound/soc/codecs/wm8971.c 	for (i = 0; i < ARRAY_SIZE(coeff_div); i++) {
ARRAY_SIZE        672 sound/soc/codecs/wm8971.c 	for (i = 0; i < ARRAY_SIZE(wm8971_reg); i++) {
ARRAY_SIZE        705 sound/soc/codecs/wm8971.c 	codec->reg_cache_size = ARRAY_SIZE(wm8971_reg);
ARRAY_SIZE        118 sound/soc/codecs/wm8990.c 	BUG_ON(reg > (ARRAY_SIZE(wm8990_reg)) - 1);
ARRAY_SIZE        129 sound/soc/codecs/wm8990.c 	BUG_ON(reg > (ARRAY_SIZE(wm8990_reg)) - 1);
ARRAY_SIZE        425 sound/soc/codecs/wm8990.c 	for (i = 0; i < ARRAY_SIZE(wm8990_snd_controls); i++) {
ARRAY_SIZE        568 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_ainlmux), wm8990_ainlmux);
ARRAY_SIZE        581 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_ainrmux), wm8990_ainrmux);
ARRAY_SIZE        728 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_dapm_lin12_pga_controls)),
ARRAY_SIZE        731 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_dapm_lin34_pga_controls)),
ARRAY_SIZE        734 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_dapm_rin12_pga_controls)),
ARRAY_SIZE        737 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_dapm_rin34_pga_controls)),
ARRAY_SIZE        742 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_dapm_inmixl_controls),
ARRAY_SIZE        753 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_dapm_inmixr_controls),
ARRAY_SIZE        771 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_dapm_lomix_controls),
ARRAY_SIZE        777 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_dapm_lonmix_controls)),
ARRAY_SIZE        782 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_dapm_lopmix_controls)),
ARRAY_SIZE        787 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_dapm_out3mix_controls)),
ARRAY_SIZE        792 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_dapm_spkmix_controls), outmixer_event,
ARRAY_SIZE        798 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_dapm_out4mix_controls)),
ARRAY_SIZE        803 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_dapm_ropmix_controls)),
ARRAY_SIZE        808 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_dapm_ronmix_controls)),
ARRAY_SIZE        813 sound/soc/codecs/wm8990.c 	ARRAY_SIZE(wm8990_dapm_romix_controls),
ARRAY_SIZE        978 sound/soc/codecs/wm8990.c 				  ARRAY_SIZE(wm8990_dapm_widgets));
ARRAY_SIZE        981 sound/soc/codecs/wm8990.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE       1389 sound/soc/codecs/wm8990.c 	for (i = 0; i < ARRAY_SIZE(wm8990_reg); i++) {
ARRAY_SIZE       1418 sound/soc/codecs/wm8990.c 	codec->reg_cache_size = ARRAY_SIZE(wm8990_reg);
ARRAY_SIZE        162 sound/soc/codecs/wm9712.c 	for (i = 0; i < ARRAY_SIZE(wm9712_snd_ac97_controls); i++) {
ARRAY_SIZE        313 sound/soc/codecs/wm9712.c 	&wm9712_hpl_mixer_controls[0], ARRAY_SIZE(wm9712_hpl_mixer_controls),
ARRAY_SIZE        316 sound/soc/codecs/wm9712.c 	&wm9712_hpr_mixer_controls[0], ARRAY_SIZE(wm9712_hpr_mixer_controls),
ARRAY_SIZE        319 sound/soc/codecs/wm9712.c 	&wm9712_phone_mixer_controls[0], ARRAY_SIZE(wm9712_phone_mixer_controls)),
ARRAY_SIZE        322 sound/soc/codecs/wm9712.c 	ARRAY_SIZE(wm9712_speaker_mixer_controls)),
ARRAY_SIZE        450 sound/soc/codecs/wm9712.c 				  ARRAY_SIZE(wm9712_dapm_widgets));
ARRAY_SIZE        452 sound/soc/codecs/wm9712.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        470 sound/soc/codecs/wm9712.c 		if (reg > (ARRAY_SIZE(wm9712_reg)))
ARRAY_SIZE        484 sound/soc/codecs/wm9712.c 	if (reg <= (ARRAY_SIZE(wm9712_reg)))
ARRAY_SIZE        631 sound/soc/codecs/wm9712.c 		for (i = 2; i < ARRAY_SIZE(wm9712_reg) << 1; i += 2) {
ARRAY_SIZE        671 sound/soc/codecs/wm9712.c 	codec->num_dai = ARRAY_SIZE(wm9712_dai);
ARRAY_SIZE        198 sound/soc/codecs/wm9713.c 	for (i = 0; i < ARRAY_SIZE(wm9713_snd_ac97_controls); i++) {
ARRAY_SIZE        403 sound/soc/codecs/wm9713.c 	&wm9713_hpl_mixer_controls[0], ARRAY_SIZE(wm9713_hpl_mixer_controls),
ARRAY_SIZE        406 sound/soc/codecs/wm9713.c 	&wm9713_hpr_mixer_controls[0], ARRAY_SIZE(wm9713_hpr_mixer_controls),
ARRAY_SIZE        409 sound/soc/codecs/wm9713.c 	&wm9713_mono_mixer_controls[0], ARRAY_SIZE(wm9713_mono_mixer_controls)),
ARRAY_SIZE        412 sound/soc/codecs/wm9713.c 	ARRAY_SIZE(wm9713_speaker_mixer_controls)),
ARRAY_SIZE        619 sound/soc/codecs/wm9713.c 				  ARRAY_SIZE(wm9713_dapm_widgets));
ARRAY_SIZE        621 sound/soc/codecs/wm9713.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        639 sound/soc/codecs/wm9713.c 		if (reg > (ARRAY_SIZE(wm9713_reg)))
ARRAY_SIZE        653 sound/soc/codecs/wm9713.c 	if (reg <= (ARRAY_SIZE(wm9713_reg)))
ARRAY_SIZE       1177 sound/soc/codecs/wm9713.c 		for (i = 2; i < ARRAY_SIZE(wm9713_reg) << 1; i += 2) {
ARRAY_SIZE       1222 sound/soc/codecs/wm9713.c 	codec->num_dai = ARRAY_SIZE(wm9713_dai);
ARRAY_SIZE         99 sound/soc/davinci/davinci-evm.c 				  ARRAY_SIZE(aic3x_dapm_widgets));
ARRAY_SIZE        102 sound/soc/davinci/davinci-evm.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        179 sound/soc/davinci/davinci-evm.c 					    ARRAY_SIZE(evm_snd_resources));
ARRAY_SIZE        795 sound/soc/fsl/fsl_dma.c 	for (i = 0; i < ARRAY_SIZE(pcm->streams); i++) {
ARRAY_SIZE        231 sound/soc/omap/n810.c 	SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(spk_function), spk_function),
ARRAY_SIZE        232 sound/soc/omap/n810.c 	SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(jack_function), jack_function),
ARRAY_SIZE        233 sound/soc/omap/n810.c 	SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(input_function), input_function),
ARRAY_SIZE        255 sound/soc/omap/n810.c 	for (i = 0; i < ARRAY_SIZE(aic33_n810_controls); i++) {
ARRAY_SIZE        264 sound/soc/omap/n810.c 				  ARRAY_SIZE(aic33_dapm_widgets));
ARRAY_SIZE        267 sound/soc/omap/n810.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        121 sound/soc/omap/osk5912.c 				  ARRAY_SIZE(tlv320aic23_dapm_widgets));
ARRAY_SIZE        124 sound/soc/omap/osk5912.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        288 sound/soc/pxa/corgi.c 	for (i = 0; i < ARRAY_SIZE(wm8731_corgi_controls); i++) {
ARRAY_SIZE        297 sound/soc/pxa/corgi.c 				  ARRAY_SIZE(wm8731_dapm_widgets));
ARRAY_SIZE        300 sound/soc/pxa/corgi.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE         46 sound/soc/pxa/e800_wm9712.c 	.num_links = ARRAY_SIZE(e800_dai),
ARRAY_SIZE         59 sound/soc/pxa/em-x270.c 	.num_links = ARRAY_SIZE(em_x270_dai),
ARRAY_SIZE        250 sound/soc/pxa/poodle.c 	for (i = 0; i < ARRAY_SIZE(wm8731_poodle_controls); i++) {
ARRAY_SIZE        259 sound/soc/pxa/poodle.c 				  ARRAY_SIZE(wm8731_dapm_widgets));
ARRAY_SIZE        262 sound/soc/pxa/poodle.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        293 sound/soc/pxa/spitz.c 	for (i = 0; i < ARRAY_SIZE(wm8750_spitz_controls); i++) {
ARRAY_SIZE        302 sound/soc/pxa/spitz.c 				  ARRAY_SIZE(wm8750_dapm_widgets));
ARRAY_SIZE        305 sound/soc/pxa/spitz.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        197 sound/soc/pxa/tosa.c 	for (i = 0; i < ARRAY_SIZE(tosa_controls); i++) {
ARRAY_SIZE        206 sound/soc/pxa/tosa.c 				  ARRAY_SIZE(tosa_dapm_widgets));
ARRAY_SIZE        209 sound/soc/pxa/tosa.c 	snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
ARRAY_SIZE        236 sound/soc/pxa/tosa.c 	.num_links = ARRAY_SIZE(tosa_dai),
ARRAY_SIZE         44 sound/soc/s3c24xx/ln2440sbc_alc650.c 	.num_links = ARRAY_SIZE(ln2440sbc_dai),
ARRAY_SIZE        459 sound/soc/s3c24xx/neo1973_wm8753.c 	SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(lm4857_mode), lm4857_mode),
ARRAY_SIZE        475 sound/soc/s3c24xx/neo1973_wm8753.c 	SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(neo_scenarios), neo_scenarios),
ARRAY_SIZE        523 sound/soc/s3c24xx/neo1973_wm8753.c 				  ARRAY_SIZE(wm8753_dapm_widgets));
ARRAY_SIZE        529 sound/soc/s3c24xx/neo1973_wm8753.c 	for (i = 0; i < ARRAY_SIZE(wm8753_neo1973_controls); i++) {
ARRAY_SIZE        539 sound/soc/s3c24xx/neo1973_wm8753.c 				      ARRAY_SIZE(dapm_routes));
ARRAY_SIZE        585 sound/soc/s3c24xx/neo1973_wm8753.c 	.num_links = ARRAY_SIZE(neo1973_dai),
ARRAY_SIZE         40 sound/soc/s3c24xx/smdk2443_wm9710.c 	.num_links = ARRAY_SIZE(smdk2443_dai),
ARRAY_SIZE        499 sound/soc/soc-dapm.c 		c = ARRAY_SIZE(dapm_up_seq);
ARRAY_SIZE        502 sound/soc/soc-dapm.c 		c = ARRAY_SIZE(dapm_down_seq);
ARRAY_SIZE        483 sound/sparc/amd7930.c 	level = (amd->pgain * (256 + ARRAY_SIZE(ger_coeff))) >> 8;
ARRAY_SIZE        898 sound/sparc/amd7930.c 	for (idx = 0; idx < ARRAY_SIZE(amd7930_controls); idx++) {
ARRAY_SIZE        210 sound/sparc/cs4231.c 	.count	= ARRAY_SIZE(rates),
ARRAY_SIZE       1551 sound/sparc/cs4231.c 	for (idx = 0; idx < ARRAY_SIZE(snd_cs4231_controls); idx++) {
ARRAY_SIZE       2447 sound/sparc/dbri.c 	for (idx = 0; idx < ARRAY_SIZE(dbri_controls); idx++) {
ARRAY_SIZE        725 sound/spi/at73c213.c 	for (idx = 0; idx < ARRAY_SIZE(snd_at73c213_controls); idx++) {
ARRAY_SIZE        736 sound/spi/at73c213.c 	for (idx = 1; idx < ARRAY_SIZE(snd_at73c213_controls) + 1; idx++) {
ARRAY_SIZE        304 sound/synth/emux/emux_nrpn.c 			(awe_effects, ARRAY_SIZE(awe_effects),
ARRAY_SIZE        317 sound/synth/emux/emux_nrpn.c 			(gs_effects, ARRAY_SIZE(gs_effects),
ARRAY_SIZE        365 sound/synth/emux/emux_nrpn.c 	return send_converted_effect(xg_effects, ARRAY_SIZE(xg_effects),
ARRAY_SIZE        213 sound/usb/caiaq/caiaq-audio.c 	for (i=0; i < ARRAY_SIZE(rates); i++)
ARRAY_SIZE        257 sound/usb/caiaq/caiaq-control.c 		for (i = 0; i < ARRAY_SIZE(ak1_controller); i++) {
ARRAY_SIZE        268 sound/usb/caiaq/caiaq-control.c 		for (i = 0; i < ARRAY_SIZE(rk2_controller); i++) {
ARRAY_SIZE        279 sound/usb/caiaq/caiaq-control.c 		for (i = 0; i < ARRAY_SIZE(rk3_controller); i++) {
ARRAY_SIZE        291 sound/usb/caiaq/caiaq-control.c 		for (i = 0; i < ARRAY_SIZE(kore_controller); i++) {
ARRAY_SIZE        302 sound/usb/caiaq/caiaq-control.c 		for (i = 0; i < ARRAY_SIZE(a8dj_controller); i++) {
ARRAY_SIZE        280 sound/usb/caiaq/caiaq-input.c 		input->keycodemax = ARRAY_SIZE(keycode_rk2);
ARRAY_SIZE        292 sound/usb/caiaq/caiaq-input.c 		input->keycodemax = ARRAY_SIZE(keycode_rk3);
ARRAY_SIZE        303 sound/usb/caiaq/caiaq-input.c 		input->keycodemax = ARRAY_SIZE(keycode_ak1);
ARRAY_SIZE        319 sound/usb/caiaq/caiaq-input.c 		input->keycodemax = ARRAY_SIZE(keycode_kore);
ARRAY_SIZE       1276 sound/usb/usbmidi.c 	for (i = 0; i < ARRAY_SIZE(snd_usbmidi_port_info); ++i) {
ARRAY_SIZE       1853 sound/usb/usbmixer.c 	for (i = 0; i < ARRAY_SIZE(rc_configs); ++i)
ARRAY_SIZE       1856 sound/usb/usbmixer.c 	if (i >= ARRAY_SIZE(rc_configs))
ARRAY_SIZE       1959 sound/usb/usbmixer.c 	for (i = 0; i < ARRAY_SIZE(snd_audigy2nx_controls); ++i) {
ARRAY_SIZE        657 sound/usb/usx2y/usbusx2yaudio.c #define NOOF_SETRATE_URBS ARRAY_SIZE(SetRate48000)
ARRAY_SIZE         69 sound/usb/usx2y/usx2yhwdeppcm.c 		if (head >= ARRAY_SIZE(usX2Y->hwdep_pcm_shm->captured_iso))
ARRAY_SIZE        121 sound/usb/usx2y/usx2yhwdeppcm.c 			shm->playback_iso_start += ARRAY_SIZE(shm->captured_iso);
ARRAY_SIZE        139 sound/usb/usx2y/usx2yhwdeppcm.c 		if (++shm->playback_iso_head >= ARRAY_SIZE(shm->captured_iso))
ARRAY_SIZE        157 sound/usb/usx2y/usx2yhwdeppcm.c 			if (head >= ARRAY_SIZE(shm->captured_iso))
ARRAY_SIZE        180 virt/kvm/kvm_trace.c 	for (i = 0; i < ARRAY_SIZE(kvm_trace_probes); i++) {
ARRAY_SIZE        249 virt/kvm/kvm_trace.c 		for (i = 0; i < ARRAY_SIZE(kvm_trace_probes); i++) {