arch/alpha/include/asm/io.h
128
#define _IO_CONCAT(a,b) a ## _ ## b
arch/arm/include/asm/bitops.h
183
(__builtin_constant_p(nr) ? ____atomic_##name(nr, p) : _##name(nr,p))
arch/arm/include/asm/bitops.h
185
#define ATOMIC_BITOP(name,nr,p) _##name(nr,p)
arch/arm/mach-davinci/mux.h
260
[soc##_##desc] = { \
arch/arm/mach-davinci/mux.h
271
[soc##_##desc] = { \
arch/arm/mach-davinci/mux.h
282
[soc##_##desc] = { \
arch/arm/mach-imx/hardware.h
103
.virtual = soc ## _IO_P2V(soc ## _ ## name ## _BASE_ADDR), \
arch/arm/mach-imx/hardware.h
104
.pfn = __phys_to_pfn(soc ## _ ## name ## _BASE_ADDR), \
arch/arm/mach-imx/hardware.h
105
.length = soc ## _ ## name ## _SIZE, \
arch/arm/mach-omap2/soc.h
135
static inline int is_dra ##subclass ##_ ##package (void) \
arch/arm64/include/asm/kvm_host.h
1573
sign_extend64(__val, id##_##fld##_WIDTH - 1); \
arch/arm64/include/asm/kvm_host.h
1579
FIELD_GET(id##_##fld##_MASK, __val); \
arch/arm64/include/asm/kvm_host.h
1585
sign_extend64(__val, id##_##fld##_WIDTH - 1); \
arch/arm64/include/asm/kvm_host.h
1598
(id##_##fld##_SIGNED ? \
arch/arm64/include/asm/runtime-const.h
39
extern s32 __start_runtime_##type##_##sym[]; \
arch/arm64/include/asm/runtime-const.h
40
extern s32 __stop_runtime_##type##_##sym[]; \
arch/arm64/include/asm/runtime-const.h
43
__start_runtime_##type##_##sym, \
arch/arm64/include/asm/runtime-const.h
44
__stop_runtime_##type##_##sym); \
arch/arm64/include/asm/syscall_wrapper.h
68
SYSCALL_METADATA(_##sname, 0); \
arch/arm64/include/asm/sysreg.h
1257
#define SYS_FIELD_VALUE(reg, field, val) reg##_##field##_##val
arch/arm64/include/asm/sysreg.h
1260
FIELD_GET(reg##_##field##_MASK, val)
arch/arm64/include/asm/sysreg.h
1263
FIELD_PREP(reg##_##field##_MASK, val)
arch/arm64/include/asm/sysreg.h
1266
FIELD_PREP(reg##_##field##_MASK, \
arch/arm64/kernel/cpufeature.c
158
((reg##_##field##_SIGNED ? \
arch/arm64/kernel/cpufeature.c
159
BIT(reg##_##field##_WIDTH - 1) : \
arch/arm64/kernel/cpufeature.c
160
BIT(reg##_##field##_WIDTH)) - 1)
arch/arm64/kernel/cpufeature.c
162
#define __ARM64_MIN_NEGATIVE(reg, field) BIT(reg##_##field##_WIDTH - 1)
arch/arm64/kernel/cpufeature.c
166
.field_pos = reg##_##field##_SHIFT, \
arch/arm64/kernel/cpufeature.c
167
.field_width = reg##_##field##_WIDTH, \
arch/arm64/kernel/cpufeature.c
168
.sign = reg##_##field##_SIGNED, \
arch/arm64/kernel/entry-common.c
184
asmlinkage void noinstr el##_##regsize##_##vector##_handler(struct pt_regs *regs) \
arch/arm64/kvm/config.c
69
.shift = id ##_## fld ## _SHIFT, \
arch/arm64/kvm/config.c
70
.width = id ##_## fld ## _WIDTH, \
arch/arm64/kvm/config.c
71
.sign = id ##_## fld ## _SIGNED, \
arch/arm64/kvm/config.c
72
.lo_lim = id ##_## fld ##_## lim \
arch/arm64/kvm/hyp/nvhe/sys_regs.c
43
.shift = id##_##fld##_SHIFT, \
arch/arm64/kvm/hyp/nvhe/sys_regs.c
44
.width = id##_##fld##_WIDTH, \
arch/arm64/kvm/hyp/nvhe/sys_regs.c
45
.max_val = id##_##fld##_##max, \
arch/arm64/kvm/hyp/nvhe/sys_regs.c
50
__MAX_FEAT_FUNC(id, fld, max, func, id##_##fld##_SIGNED)
arch/arm64/kvm/sys_regs.h
262
u64 __f_val = FIELD_GET(reg##_##field##_MASK, val); \
arch/arm64/kvm/sys_regs.h
263
(val) &= ~reg##_##field##_MASK; \
arch/arm64/kvm/sys_regs.h
264
(val) |= FIELD_PREP(reg##_##field##_MASK, \
arch/m68k/include/asm/mcfclk.h
33
static struct clk __clk_##clk_bank##_##clk_slot = { \
arch/mips/boot/tools/relocs.c
6
#define __ElfW(bits, type) Elf##bits##_##type
arch/mips/include/asm/atomic.h
45
static __inline__ void arch_##pfx##_##op(type i, pfx##_t * v) \
arch/mips/include/asm/atomic.h
73
arch_##pfx##_##op##_return_relaxed(type i, pfx##_t * v) \
arch/mips/include/asm/io.h
328
__BUILD_IOPORT_PFX(_, bwlq, type) \
arch/mips/include/asm/mips-cps.h
19
static inline void *addr_##unit##_##name(void) \
arch/mips/include/asm/mips-cps.h
25
static inline uint##sz##_t read_##unit##_##name(void) \
arch/mips/include/asm/mips-cps.h
31
return __raw_readl(addr_##unit##_##name()); \
arch/mips/include/asm/mips-cps.h
35
return __raw_readq(addr_##unit##_##name()); \
arch/mips/include/asm/mips-cps.h
37
val64 = __raw_readl(addr_##unit##_##name() + 4); \
arch/mips/include/asm/mips-cps.h
39
val64 |= __raw_readl(addr_##unit##_##name()); \
arch/mips/include/asm/mips-cps.h
48
static inline void write_##unit##_##name(uint##sz##_t val) \
arch/mips/include/asm/mips-cps.h
52
__raw_writel(val, addr_##unit##_##name()); \
arch/mips/include/asm/mips-cps.h
57
__raw_writeq(val, addr_##unit##_##name()); \
arch/mips/include/asm/mips-cps.h
62
addr_##unit##_##name() + 4); \
arch/mips/include/asm/mips-cps.h
63
__raw_writel(val, addr_##unit##_##name()); \
arch/mips/include/asm/mips-cps.h
73
static inline void change_##unit##_##name(uint##sz##_t mask, \
arch/mips/include/asm/mips-cps.h
76
uint##sz##_t reg_val = read_##unit##_##name(); \
arch/mips/include/asm/mips-cps.h
79
write_##unit##_##name(reg_val); \
arch/mips/include/asm/mips-cps.h
82
static inline void set_##unit##_##name(uint##sz##_t val) \
arch/mips/include/asm/mips-cps.h
84
change_##unit##_##name(val, val); \
arch/mips/include/asm/mips-cps.h
87
static inline void clear_##unit##_##name(uint##sz##_t val) \
arch/mips/include/asm/mips-cps.h
89
change_##unit##_##name(val, 0); \
arch/mips/include/asm/sibyte/sb1250_defs.h
99
(SIBYTE_HDR_FMASK_ ## chip ## _ ## pass)
arch/mips/math-emu/cp1emu.c
1419
static union ieee754##p fpemu_##p##_##name(union ieee754##p r, \
arch/mips/vdso/genvdso.c
91
#define __ELF(x, bits) Elf##bits##_##x
arch/powerpc/include/asm/kvm_booke_hv_asm.h
61
b kvmppc_handler_\intno\()_\srr1
arch/powerpc/include/asm/machdep.h
248
static int __init __machine_initcall_##mach##_##fn(void) { \
arch/powerpc/include/asm/machdep.h
252
__define_initcall(__machine_initcall_##mach##_##fn, id);
arch/powerpc/include/asm/syscall_wrapper.h
37
SYSCALL_METADATA(_##sname, 0); \
arch/powerpc/kernel/head_booke.h
126
b kvmppc_handler_\intno\()_\srr1
arch/powerpc/kernel/head_booke.h
239
stw r0,_##xSRR##0(r1); \
arch/powerpc/kernel/head_booke.h
241
stw r0,_##xSRR##1(r1)
arch/powerpc/perf/req-gen/perf.h
104
name ## _event_attr_ ## r_name ## _ ## c_name
arch/powerpc/perf/req-gen/perf.h
115
CAT3(r_name, _, c_name), \
arch/powerpc/perf/req-gen/perf.h
37
#define REQUEST_VALUE__(name_upper, r_name) name_upper ## _ ## r_name
arch/powerpc/perf/req-gen/perf.h
55
#define STRUCT_NAME__(name_lower, r_name) name_lower ## _ ## r_name
arch/powerpc/platforms/pseries/vio.c
1009
cmo_##name##_##var##_show(const struct bus_type *bt, char *buf) \
arch/powerpc/platforms/pseries/vio.c
1013
static BUS_ATTR_RO(cmo_##name##_##var)
arch/powerpc/xmon/ppc-opc.c
1021
*errmsg = _("invalid register");
arch/powerpc/xmon/ppc-opc.c
1050
*errmsg = _("invalid register");
arch/powerpc/xmon/ppc-opc.c
1298
*errmsg = _("invalid conditional option");
arch/powerpc/xmon/ppc-opc.c
1300
*errmsg = _("invalid counter access");
arch/powerpc/xmon/ppc-opc.c
1328
*errmsg = _("invalid conditional option");
arch/powerpc/xmon/ppc-opc.c
1330
*errmsg = _("invalid counter access");
arch/powerpc/xmon/ppc-opc.c
1332
*errmsg = _("attempt to set y bit when using + or - modifier");
arch/powerpc/xmon/ppc-opc.c
1422
*errmsg = _("invalid mask field");
arch/powerpc/xmon/ppc-opc.c
1445
*errmsg = _("invalid mfcr mask");
arch/powerpc/xmon/ppc-opc.c
1519
*errmsg = _("illegal L operand value");
arch/powerpc/xmon/ppc-opc.c
1543
*errmsg = _("illegal L operand value");
arch/powerpc/xmon/ppc-opc.c
1549
*errmsg = _("incompatible L operand value");
arch/powerpc/xmon/ppc-opc.c
1572
*errmsg = _("illegal bitmask");
arch/powerpc/xmon/ppc-opc.c
1607
*errmsg = _("illegal bitmask");
arch/powerpc/xmon/ppc-opc.c
1694
*errmsg = _("address register in load range");
arch/powerpc/xmon/ppc-opc.c
1747
*errmsg = _("index register in load range");
arch/powerpc/xmon/ppc-opc.c
1763
*errmsg = _("source and target register operands must be different");
arch/powerpc/xmon/ppc-opc.c
1778
*errmsg = _("invalid register operand when updating");
arch/powerpc/xmon/ppc-opc.c
1819
*errmsg = _("source and target register operands must be different");
arch/powerpc/xmon/ppc-opc.c
1869
*errmsg = _("illegal immediate value");
arch/powerpc/xmon/ppc-opc.c
2016
*errmsg = _("invalid sprg number");
arch/powerpc/xmon/ppc-opc.c
2053
*errmsg = _("invalid tbr number");
arch/powerpc/xmon/ppc-opc.c
2197
*errmsg = _("invalid constant");
arch/powerpc/xmon/ppc-opc.c
973
*errmsg = _("invalid register");
arch/powerpc/xmon/ppc-opc.c
996
*errmsg = _("invalid register");
arch/riscv/include/asm/atomic.h
114
c_type arch_atomic##prefix##_##op##_return_relaxed(c_type i, \
arch/riscv/include/asm/atomic.h
120
c_type arch_atomic##prefix##_##op##_return(c_type i, atomic##prefix##_t *v) \
arch/riscv/include/asm/atomic.h
55
void arch_atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \
arch/riscv/include/asm/runtime-const.h
161
extern s32 __start_runtime_##type##_##sym[]; \
arch/riscv/include/asm/runtime-const.h
162
extern s32 __stop_runtime_##type##_##sym[]; \
arch/riscv/include/asm/runtime-const.h
166
__start_runtime_##type##_##sym, \
arch/riscv/include/asm/runtime-const.h
167
__stop_runtime_##type##_##sym); \
arch/riscv/include/asm/syscall_wrapper.h
100
SYSCALL_METADATA(_##sname, 0); \
arch/s390/crypto/aes_s390.c
832
u32 _[3]; /* reserved */
arch/s390/include/asm/ctlreg.h
112
char _[sizeof(array)]; \
arch/s390/include/asm/ctlreg.h
93
char _[sizeof(array)]; \
arch/s390/include/asm/debug.h
414
#define VNAME(var, suffix) __##var##_##suffix
arch/s390/include/asm/perf_event.h
30
#define EVENT_VAR(_cat, _name) event_attr_##_cat##_##_name
arch/s390/include/asm/runtime-const.h
37
extern s32 __start_runtime_##type##_##sym[]; \
arch/s390/include/asm/runtime-const.h
38
extern s32 __stop_runtime_##type##_##sym[]; \
arch/s390/include/asm/runtime-const.h
42
__start_runtime_##type##_##sym, \
arch/s390/include/asm/runtime-const.h
43
__stop_runtime_##type##_##sym); \
arch/s390/include/asm/syscall_wrapper.h
17
SYSCALL_METADATA(_##sname, 0); \
arch/s390/include/asm/timex.h
130
struct addrtype { char _[len]; }; \
arch/s390/kernel/ipl.c
210
static ssize_t sys_##_prefix##_##_name##_show(struct kobject *kobj, \
arch/s390/kernel/ipl.c
218
static ssize_t sys_##_prefix##_##_name##_store(struct kobject *kobj, \
arch/s390/kernel/ipl.c
239
static struct kobj_attribute sys_##_prefix##_##_name##_attr = \
arch/s390/kernel/ipl.c
241
sys_##_prefix##_##_name##_show, \
arch/s390/kernel/ipl.c
242
sys_##_prefix##_##_name##_store) \
arch/s390/kernel/ipl.c
246
static struct kobj_attribute sys_##_prefix##_##_name##_attr = \
arch/s390/kernel/ipl.c
247
__ATTR(_name, 0444, sys_##_prefix##_##_name##_show, NULL)
arch/s390/kernel/ipl.c
251
static ssize_t sys_##_prefix##_##_name##_store(struct kobject *kobj, \
arch/s390/kernel/ipl.c
261
static struct kobj_attribute sys_##_prefix##_##_name##_attr = \
arch/s390/kernel/ipl.c
263
sys_##_prefix##_##_name##_show, \
arch/s390/kernel/ipl.c
264
sys_##_prefix##_##_name##_store)
arch/s390/kernel/ipl.c
268
static ssize_t sys_##_prefix##_##_name##_store(struct kobject *kobj, \
arch/s390/kernel/ipl.c
279
static struct kobj_attribute sys_##_prefix##_##_name##_attr = \
arch/s390/kernel/ipl.c
281
sys_##_prefix##_##_name##_show, \
arch/s390/kernel/ipl.c
282
sys_##_prefix##_##_name##_store)
arch/s390/kernel/ipl.c
286
static ssize_t sys_##_prefix##_##_name##_store(struct kobject *kobj, \
arch/s390/kernel/ipl.c
298
static struct kobj_attribute sys_##_prefix##_##_name##_attr = \
arch/s390/kernel/ipl.c
300
sys_##_prefix##_##_name##_show, \
arch/s390/kernel/ipl.c
301
sys_##_prefix##_##_name##_store)
arch/s390/kernel/sysinfo.c
448
static int stsi_open_##fc##_##s1##_##s2(struct inode *inode, struct file *file)\
arch/s390/kernel/sysinfo.c
461
static const struct file_operations stsi_##fc##_##s1##_##s2##_fs_ops = { \
arch/s390/kernel/sysinfo.c
462
.open = stsi_open_##fc##_##s1##_##s2, \
arch/s390/pci/pci_clp.c
75
struct { u8 _[CLP_BLK_SIZE]; } *req = data;
arch/s390/tools/relocs.c
33
#define __ElfW(bits, type) Elf##bits##_##type
arch/sh/include/asm/io_generic.h
9
#define _IO_CONCAT(a,b) a ## _ ## b
arch/sh/math-emu/math.c
104
FP_##OP##_##SZ(Fr, Fn, Fm); \
arch/sparc/vdso/vdso2c.c
106
#define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x
arch/x86/include/asm/cpuid/api.h
304
__const_ptr(&((_leaves)->leaf_ ## _leaf ## _ ## _subleaf)[0])
arch/x86/include/asm/cpuid/api.h
307
__const_ptr(&((_leaves)->leaf_ ## _leaf ## _ ## n)[_index])
arch/x86/include/asm/cpuid/api.h
310
__const_ptr(&((_leaves)->leaf_ ## _leaf ## _ ## _subleaf ## _ ## info))
arch/x86/include/asm/cpuid/types.h
175
__CPUID_LEAF(leaf_ ## _leaf ## _ ## _subleaf, 1)
arch/x86/include/asm/cpuid/types.h
178
LEAF_ ## _l ## _ ## SUBLEAF_N_FIRST
arch/x86/include/asm/cpuid/types.h
180
LEAF_ ## _l ## _ ## SUBLEAF_N_LAST
arch/x86/include/asm/cpuid/types.h
197
__CPUID_LEAF(leaf_ ## _leaf ## _ ## n, _count)
arch/x86/include/asm/runtime-const.h
45
extern s32 __start_runtime_##type##_##sym[]; \
arch/x86/include/asm/runtime-const.h
46
extern s32 __stop_runtime_##type##_##sym[]; \
arch/x86/include/asm/runtime-const.h
49
__start_runtime_##type##_##sym, \
arch/x86/include/asm/runtime-const.h
50
__stop_runtime_##type##_##sym); \
arch/x86/include/asm/special_insns.h
232
const struct { char _[64]; } *__src = src;
arch/x86/include/asm/special_insns.h
233
struct { char _[64]; } *__dst = dst;
arch/x86/include/asm/special_insns.h
277
const struct { char _[64]; } *__src = src;
arch/x86/include/asm/special_insns.h
278
struct { char _[64]; } __iomem *__dst = dst;
arch/x86/include/asm/svm.h
562
ASSERT_STRUCT_OFFSET(struct x, reserved ## _ ## y, y)
arch/x86/include/asm/syscall_wrapper.h
100
__weak long __##abi##_##name(const struct pt_regs *__unused); \
arch/x86/include/asm/syscall_wrapper.h
101
__weak long __##abi##_##name(const struct pt_regs *__unused) \
arch/x86/include/asm/syscall_wrapper.h
245
SYSCALL_METADATA(_##sname, 0); \
arch/x86/include/asm/syscall_wrapper.h
86
long __##abi##_##name(const struct pt_regs *regs); \
arch/x86/include/asm/syscall_wrapper.h
87
ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
arch/x86/include/asm/syscall_wrapper.h
88
long __##abi##_##name(const struct pt_regs *regs) \
arch/x86/include/asm/syscall_wrapper.h
92
long __##abi##_##name(const struct pt_regs *regs); \
arch/x86/include/asm/syscall_wrapper.h
93
ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
arch/x86/include/asm/syscall_wrapper.h
94
long __##abi##_##name(const struct pt_regs *regs) \
arch/x86/kernel/cpu/cpuid_parser.h
26
offsetof(struct cpuid_leaves, leaf_ ## _leaf ## _ ## _subleaf)
arch/x86/kernel/cpu/cpuid_parser.h
29
offsetof(struct cpuid_leaves, leaf_ ## _leaf ## _ ## _subleaf ## _ ## info)
arch/x86/kernel/cpu/cpuid_parser.h
32
ARRAY_SIZE(((struct cpuid_leaves *)NULL)->leaf_ ## _leaf ## _ ## _subleaf)
arch/x86/kvm/mmu/mmu.c
206
____is_##reg##_##name(const struct kvm_mmu_role_regs *regs) \
arch/x86/kvm/mmu/mmu.c
228
static inline bool __maybe_unused is_##reg##_##name(struct kvm_mmu *mmu) \
arch/x86/kvm/mmu/mmu.c
230
return !!(mmu->cpu_role. base_or_ext . reg##_##name); \
arch/x86/kvm/mmu/paging_tmpl.h
27
#define FNAME(name) paging##64_##name
arch/x86/kvm/mmu/paging_tmpl.h
40
#define FNAME(name) paging##32_##name
arch/x86/tools/relocs.c
6
#define __ElfW(bits, type) Elf##bits##_##type
arch/x86/tools/vdso2c.c
139
#define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x
crypto/rsassa-pkcs1.c
100
_(sha1),
crypto/rsassa-pkcs1.c
101
_(rmd160),
crypto/rsassa-pkcs1.c
102
_(sha256),
crypto/rsassa-pkcs1.c
103
_(sha384),
crypto/rsassa-pkcs1.c
104
_(sha512),
crypto/rsassa-pkcs1.c
105
_(sha224),
crypto/rsassa-pkcs1.c
108
_(256),
crypto/rsassa-pkcs1.c
109
_(384),
crypto/rsassa-pkcs1.c
110
_(512),
crypto/rsassa-pkcs1.c
98
_(none),
crypto/rsassa-pkcs1.c
99
_(md5),
drivers/accel/habanalabs/common/habanalabs.h
2649
#define REG_FIELD_SHIFT(reg, field) reg##_##field##_SHIFT
drivers/accel/habanalabs/common/habanalabs.h
2650
#define REG_FIELD_MASK(reg, field) reg##_##field##_MASK
drivers/accel/ivpu/ivpu_hw_reg_io.h
33
(REG##_##FLD##_MASK)
drivers/accel/ivpu/ivpu_hw_reg_io.h
35
FIELD_PREP(REG##_##FLD##_MASK, num)
drivers/accel/ivpu/ivpu_hw_reg_io.h
37
FIELD_GET(REG##_##FLD##_MASK, val)
drivers/accel/ivpu/ivpu_hw_reg_io.h
39
((val) & ~(REG##_##FLD##_MASK))
drivers/accel/ivpu/ivpu_hw_reg_io.h
41
((val) | (REG##_##FLD##_MASK))
drivers/accel/ivpu/ivpu_hw_reg_io.h
43
(((val) & ~(REG##_##FLD##_MASK)) | FIELD_PREP(REG##_##FLD##_MASK, num))
drivers/accel/ivpu/ivpu_hw_reg_io.h
45
((REG##_##FLD##_MASK) == ((val) & (REG##_##FLD##_MASK)))
drivers/accel/ivpu/ivpu_hw_reg_io.h
47
((num) == FIELD_GET(REG##_##FLD##_MASK, val))
drivers/accel/ivpu/ivpu_hw_reg_io.h
50
ivpu_hw_reg_poll_fld(vdev, vdev->regb, reg, reg##_##fld##_MASK, \
drivers/accel/ivpu/ivpu_hw_reg_io.h
51
FIELD_PREP(reg##_##fld##_MASK, exp_fld_val), timeout_us, \
drivers/accel/ivpu/ivpu_hw_reg_io.h
55
ivpu_hw_reg_poll_fld(vdev, vdev->regv, reg, reg##_##fld##_MASK, \
drivers/accel/ivpu/ivpu_hw_reg_io.h
56
FIELD_PREP(reg##_##fld##_MASK, exp_fld_val), timeout_us, \
drivers/char/hw_random/cctrng.c
27
(FIELD_GET(CC_GENMASK(CC_ ## reg_name ## _ ## fld_name), reg_val))
drivers/char/tpm/tpm-sysfs.c
437
static struct tpm_pcr_attr dev_attr_pcr_##_hash##_##_pcr = { \
drivers/char/tpm/tpm-sysfs.c
454
&dev_attr_pcr_##_hash##_##_pcr.attr.attr,
drivers/clk/bcm/clk-kona.h
486
.clk_num = _prefix ## _ ## _ccuname ## _CCU_CLOCK_COUNT
drivers/clk/qcom/clk-rpmh.c
115
__DEFINE_CLK_RPMH(_name, _name##_##div##_div, _res_name, \
drivers/clk/qcom/clk-smd-rpm.c
113
__DEFINE_CLK_SMD_RPM_PREFIX(bus_##r_id##_, \
drivers/clk/qcom/clk-smd-rpm.c
118
__DEFINE_CLK_SMD_RPM_PREFIX(bus_##r_id##_, \
drivers/clk/qcom/clk-smd-rpm.c
498
DEFINE_CLK_SMD_RPM_XO_BUFFER_PREFIX(38m4_, rf_clk3, 6, 38400000);
drivers/crypto/ccree/cc_hw_queue_defs.h
25
CC_GENMASK(CC_DSCRPTR_QUEUE_WORD ## word ## _ ## field)
drivers/cxl/core/region.c
49
struct device_attribute dev_attr_access##level##_##name = __ACCESS_ATTR_RO(level, name)
drivers/cxl/core/region.c
71
(&dev_attr_access##level##_##attrib.attr)
drivers/dma/xilinx/xilinx_dma.c
199
((dma_addr_t)((u64)addr##_##msb << 32 | (addr)))
drivers/edac/edac_mc.h
92
PCI_DEVICE(PCI_VENDOR_ID_ ## vend, PCI_DEVICE_ID_ ## vend ## _ ## dev)
drivers/edac/thunderx_edac.c
223
static ssize_t thunderx_##_type##_##_field##_read(struct file *file, \
drivers/edac/thunderx_edac.c
235
static ssize_t thunderx_##_type##_##_field##_write(struct file *file, \
drivers/edac/thunderx_edac.c
248
thunderx_##_type##_##_field##_write, \
drivers/edac/thunderx_edac.c
249
thunderx_##_type##_##_field##_read) \
drivers/edac/thunderx_edac.c
252
static ssize_t thunderx_##_type##_##_name##_read(struct file *file, \
drivers/edac/thunderx_edac.c
264
static ssize_t thunderx_##_type##_##_name##_write(struct file *file, \
drivers/edac/thunderx_edac.c
283
thunderx_##_type##_##_name##_write, \
drivers/edac/thunderx_edac.c
284
thunderx_##_type##_##_name##_read)
drivers/firmware/dmi-sysfs.c
58
struct dmi_sysfs_attribute dmi_sysfs_attr_##_entry##_##_name = { \
drivers/firmware/dmi-sysfs.c
60
.show = dmi_sysfs_##_entry##_##_name, \
drivers/firmware/dmi-sysfs.c
75
struct dmi_sysfs_mapped_attribute dmi_sysfs_attr_##_entry##_##_name = { \
drivers/firmware/dmi-sysfs.c
77
.show = dmi_sysfs_##_entry##_##_name, \
drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c
40
.reg_name = mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/clk_mgr/dce112/dce112_clk_mgr.c
42
.reg_name = mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/dcn30_clk_mgr.c
65
.reg_name = mm ## block ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c
116
.reg_name = mm ## block ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/dcn401_clk_mgr.c
58
.reg_name = mm ## block ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/dccg/dcn20/dcn20_dccg.h
60
.field_prefix ## _ ## field_name[inst] = reg_name ## __ ## field_prefix ## inst ## _ ## field_name ## post_fix
drivers/gpu/drm/amd/display/dc/dccg/dcn20/dcn20_dccg.h
63
.field_prefix ## _ ## field_name[inst] = block ## inst ## _ ## reg_name ## __ ## field_prefix ## inst ## _ ## field_name ## post_fix
drivers/gpu/drm/amd/display/dc/dccg/dcn314/dcn314_dccg.h
33
.field_prefix ## _ ## field_name[inst] = block ## inst ## _ ## reg_name ## __ ## field_prefix ## inst ## _ ## field_name ## post_fix
drivers/gpu/drm/amd/display/dc/dccg/dcn32/dcn32_dccg.h
32
.field_prefix ## _ ## field_name[inst] = block ## inst ## _ ## reg_name ## __ ## field_prefix ## inst ## _ ## field_name ## post_fix
drivers/gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.h
31
.field_prefix ## _ ## field_name[inst] = block ## inst ## _ ## reg_name ## __ ## field_prefix ## inst ## _ ## field_name ## post_fix
drivers/gpu/drm/amd/display/dc/dccg/dcn401/dcn401_dccg.h
32
.field_prefix ## _ ## field_name[inst] = block ## inst ## _ ## reg_name ## __ ## field_prefix ## inst ## _ ## field_name ## post_fix
drivers/gpu/drm/amd/display/dc/dce/dce_panel_cntl.h
33
.reg_name = mm ## block ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/dce/dce_panel_cntl.h
46
.reg_name = BASE(mm ## block ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/dce/dce_panel_cntl.h
47
mm ## block ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h
39
.reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h
40
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h
44
.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dwb.h
45
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/dm_services.h
168
block ## reg_num ## _ ## reg_name ## __ ## reg_field ## _MASK,\
drivers/gpu/drm/amd/display/dc/dm_services.h
169
block ## reg_num ## _ ## reg_name ## __ ## reg_field ## __SHIFT)
drivers/gpu/drm/amd/display/dc/dm_services.h
175
block ## reg_num ## _ ## reg_name ## __ ## reg_field ## _MASK,\
drivers/gpu/drm/amd/display/dc/dm_services.h
176
block ## reg_num ## _ ## reg_name ## __ ## reg_field ## __SHIFT)
drivers/gpu/drm/amd/display/dc/dml/dsc/rc_calc_fpu.c
38
table = qp_table_##mode##_##bpc##bpc_##max; \
drivers/gpu/drm/amd/display/dc/dml/dsc/rc_calc_fpu.c
39
table_size = sizeof(qp_table_##mode##_##bpc##bpc_##max)/sizeof(*qp_table_##mode##_##bpc##bpc_##max); \
drivers/gpu/drm/amd/display/dc/dpp/dcn10/dcn10_dpp.h
42
.field_name = reg_name ## _ ## field_name ## post_fix
drivers/gpu/drm/amd/display/dc/dsc/dcn20/dcn20_dsc.h
92
.field_name = reg_name ## _ ## field_name ## post_fix
drivers/gpu/drm/amd/display/dc/gpio/dce110/hw_factory_dce110.c
49
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_factory_dce120.c
64
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_factory_dce120.c
65
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_translate_dce120.c
55
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_translate_dce120.c
56
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_factory_dcn10.c
61
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_factory_dcn10.c
62
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_translate_dcn10.c
55
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_translate_dcn10.c
56
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/gpio/dcn20/hw_factory_dcn20.c
66
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/gpio/dcn20/hw_factory_dcn20.c
67
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/gpio/dcn21/hw_factory_dcn21.c
64
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/gpio/dcn21/hw_factory_dcn21.c
65
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/gpio/dcn30/hw_factory_dcn30.c
73
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/gpio/dcn30/hw_factory_dcn30.c
74
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/gpio/dcn315/hw_factory_dcn315.c
70
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/gpio/dcn315/hw_factory_dcn315.c
71
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/gpio/dcn32/hw_factory_dcn32.c
66
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/gpio/dcn32/hw_factory_dcn32.c
67
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/gpio/dcn401/hw_factory_dcn401.c
46
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/gpio/dcn401/hw_factory_dcn401.c
47
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/gpio/dcn42/hw_factory_dcn42.c
49
(BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/gpio/dcn42/hw_factory_dcn42.c
50
reg ## block ## id ## _ ## reg_name)
drivers/gpu/drm/amd/display/dc/gpio/dcn42b/hw_factory_dcn42b.c
41
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/gpio/dcn42b/hw_factory_dcn42b.c
42
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h
35
.type ## _reg = REG(DC_GPIO_DDC ## id ## _ ## type),\
drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h
36
.type ## _mask = DC_GPIO_DDC ## id ## _ ## type ## __DC_GPIO_DDC ## id ## cd ## _ ## type ## _MASK,\
drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h
37
.type ## _shift = DC_GPIO_DDC ## id ## _ ## type ## __DC_GPIO_DDC ## id ## cd ## _ ## type ## __SHIFT
drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h
59
.type ## _mask = DC_GPIO_DDCVGA_ ## type ## __DC_GPIO_DDCVGA ## cd ## _ ## type ## _MASK,\
drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h
60
.type ## _shift = DC_GPIO_DDCVGA_ ## type ## __DC_GPIO_DDCVGA ## cd ## _ ## type ## __SHIFT
drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h
76
.type ## _mask = DC_GPIO_I2CPAD_ ## type ## __DC_GPIO_ ## cd ## _ ## type ## _MASK,\
drivers/gpu/drm/amd/display/dc/gpio/ddc_regs.h
77
.type ## _shift = DC_GPIO_I2CPAD_ ## type ## __DC_GPIO_ ## cd ## _ ## type ## __SHIFT
drivers/gpu/drm/amd/display/dc/gpio/generic_regs.h
33
.type ## _mask = DC_GPIO_GENERIC_ ## type ## __DC_GPIO_GENERIC ## id ## _ ## type ## _MASK,\
drivers/gpu/drm/amd/display/dc/gpio/generic_regs.h
34
.type ## _shift = DC_GPIO_GENERIC_ ## type ## __DC_GPIO_GENERIC ## id ## _ ## type ## __SHIFT
drivers/gpu/drm/amd/display/dc/gpio/hpd_regs.h
41
.type ## _mask = DC_GPIO_HPD_ ## type ## __DC_GPIO_HPD ## id ## _ ## type ## _MASK,\
drivers/gpu/drm/amd/display/dc/gpio/hpd_regs.h
42
.type ## _shift = DC_GPIO_HPD_ ## type ## __DC_GPIO_HPD ## id ## _ ## type ## __SHIFT
drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h
86
.reg_name = CLK_BASE(mm ## block ## _ ## inst ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h
87
mm ## block ## _ ## inst ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dce120/irq_service_dce120.c
72
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dce120/irq_service_dce120.c
73
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dce120/irq_service_dce120.c
79
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dce120/irq_service_dce120.c
81
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dce120/irq_service_dce120.c
82
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dce120/irq_service_dce120.c
86
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dce120/irq_service_dce120.c
88
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c
172
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c
173
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c
179
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c
181
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c
182
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c
186
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c
188
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
175
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
176
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
182
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
184
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
185
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
189
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
191
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn201/irq_service_dcn201.c
122
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn201/irq_service_dcn201.c
123
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn201/irq_service_dcn201.c
128
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn201/irq_service_dcn201.c
130
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn201/irq_service_dcn201.c
131
~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn201/irq_service_dcn201.c
135
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn201/irq_service_dcn201.c
137
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c
182
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c
183
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c
192
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c
194
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c
195
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c
199
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c
201
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c
189
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c
190
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c
199
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c
201
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c
202
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c
206
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c
208
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c
174
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c
175
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c
183
.enable_mask = block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c
185
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c
186
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c
189
.ack_mask = block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c
190
.ack_value = block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c
120
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c
121
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c
126
.enable_mask = block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c
128
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c
129
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c
132
.ack_mask = block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c
133
.ack_value = block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.c
177
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.c
178
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.c
187
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.c
189
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.c
190
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.c
194
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.c
196
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn314/irq_service_dcn314.c
179
(BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn314/irq_service_dcn314.c
180
reg ## block ## id ## _ ## reg_name)
drivers/gpu/drm/amd/display/dc/irq/dcn314/irq_service_dcn314.c
189
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn314/irq_service_dcn314.c
191
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn314/irq_service_dcn314.c
192
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn314/irq_service_dcn314.c
196
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn314/irq_service_dcn314.c
198
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.c
184
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.c
185
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.c
194
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.c
196
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.c
197
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.c
201
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.c
203
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn32/irq_service_dcn32.c
188
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn32/irq_service_dcn32.c
189
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn32/irq_service_dcn32.c
198
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn32/irq_service_dcn32.c
200
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn32/irq_service_dcn32.c
201
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn32/irq_service_dcn32.c
205
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn32/irq_service_dcn32.c
207
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn35/irq_service_dcn35.c
176
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn35/irq_service_dcn35.c
177
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn35/irq_service_dcn35.c
186
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn35/irq_service_dcn35.c
188
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn35/irq_service_dcn35.c
190
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK, \
drivers/gpu/drm/amd/display/dc/irq/dcn35/irq_service_dcn35.c
193
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn35/irq_service_dcn35.c
195
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn351/irq_service_dcn351.c
155
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn351/irq_service_dcn351.c
156
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn351/irq_service_dcn351.c
165
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn351/irq_service_dcn351.c
167
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn351/irq_service_dcn351.c
169
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK, \
drivers/gpu/drm/amd/display/dc/irq/dcn351/irq_service_dcn351.c
172
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn351/irq_service_dcn351.c
174
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn36/irq_service_dcn36.c
154
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn36/irq_service_dcn36.c
155
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn36/irq_service_dcn36.c
164
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn36/irq_service_dcn36.c
166
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn36/irq_service_dcn36.c
168
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK, \
drivers/gpu/drm/amd/display/dc/irq/dcn36/irq_service_dcn36.c
171
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn36/irq_service_dcn36.c
173
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c
168
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c
169
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c
178
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c
180
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c
181
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c
185
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c
187
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn42/irq_service_dcn42.c
166
(BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn42/irq_service_dcn42.c
167
reg ## block ## id ## _ ## reg_name)
drivers/gpu/drm/amd/display/dc/irq/dcn42/irq_service_dcn42.c
176
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn42/irq_service_dcn42.c
178
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn42/irq_service_dcn42.c
179
(uint32_t)~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn42/irq_service_dcn42.c
183
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn42/irq_service_dcn42.c
185
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/mpc/dcn30/dcn30_mpc.h
39
.RMU##_##reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/mpc/dcn30/dcn30_mpc.h
40
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dce100/dce100_resource.c
142
.reg_name = mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dce100/dce100_resource.c
506
.reg_name[id] = mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dce110/dce110_resource.c
150
.reg_name = mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dce110/dce110_resource.c
545
.reg_name[id] = mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dce112/dce112_resource.c
151
.reg_name = mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dce112/dce112_resource.c
526
.reg_name[id] = mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dce120/dce120_resource.c
142
.reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dce120/dce120_resource.c
143
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dce120/dce120_resource.c
786
.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dce120/dce120_resource.c
787
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dce60/dce60_resource.c
159
.reg_name = mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dce60/dce60_resource.c
624
.reg_name[id] = mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dce80/dce80_resource.c
158
.reg_name = mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dce80/dce80_resource.c
630
.reg_name[id] = mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn10/dcn10_resource.c
118
.reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn10/dcn10_resource.c
119
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn10/dcn10_resource.c
123
.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn10/dcn10_resource.c
124
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn10/dcn10_resource.c
127
.reg_name[id] = BASE(mm ## reg_name ## 0 ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn10/dcn10_resource.c
128
mm ## reg_name ## 0 ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c
134
.reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c
135
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c
147
.var_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c
148
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c
151
.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c
152
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c
155
.block ## _ ## reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c
156
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c
159
.reg_name[id] = BASE(mm ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn20/dcn20_resource.c
160
mm ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
257
.reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
258
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
261
.var_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
262
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
265
.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
266
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
269
.reg_name = ix ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
272
.block ## _ ## reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
273
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
276
.reg_name[id] = BASE(mm ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn201/dcn201_resource.c
277
mm ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn21/dcn21_resource.c
107
.reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn21/dcn21_resource.c
108
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn21/dcn21_resource.c
111
.var_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn21/dcn21_resource.c
112
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn21/dcn21_resource.c
115
.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn21/dcn21_resource.c
116
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn21/dcn21_resource.c
119
.block ## _ ## reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn21/dcn21_resource.c
120
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn21/dcn21_resource.c
123
.reg_name[id] = BASE(mm ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn21/dcn21_resource.c
124
mm ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
125
.reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
126
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
133
.var_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
134
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
137
.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
138
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
141
.RMU##_##reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
142
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
145
.reg_name[id] = BASE(mm ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
146
mm ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
152
.block ## _ ## reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
153
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
156
.reg_name[id] = BASE(mm ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
157
mm ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
189
.reg_name = CLK_BASE(mm ## block ## _ ## inst ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
190
mm ## block ## _ ## inst ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
122
.reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
123
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
130
.var_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
131
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
134
.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
135
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
138
.reg_name_pre ## _ ## reg_name_post[id] = BASE(mm ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
139
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
140
mm ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
143
.RMU##_##reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
144
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
147
.reg_name[id] = BASE(mm ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
148
mm ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
154
.block ## _ ## reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
155
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
158
.reg_name[id] = BASE(mm ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
159
mm ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
191
.reg_name = CLK_BASE(mm ## block ## _ ## inst ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn301/dcn301_resource.c
192
mm ## block ## _ ## inst ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
190
.reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
196
.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
197
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
200
.block ## _ ## reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
201
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
204
.reg_name[id] = BASE(mm ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
205
mm ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
208
.reg_name[id] = BASE(mm ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
209
mm ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
215
.RMU##_##reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
216
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
186
.reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
192
.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
193
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
196
.block ## _ ## reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
197
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
200
.reg_name[id] = BASE(mm ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
201
mm ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
204
.reg_name[id] = BASE(mm ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
205
mm ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
211
.RMU##_##reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
212
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
136
.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
137
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
144
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
145
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
148
.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
149
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
152
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
153
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
156
.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
157
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
163
.block ## _ ## reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
164
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
167
.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
168
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
200
.reg_name = CLK_BASE(reg ## block ## _ ## inst ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
201
reg ## block ## _ ## inst ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
715
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
716
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
717
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
153
.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
154
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
161
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
162
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
165
.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
166
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
169
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
170
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
173
.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
174
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
180
.block ## _ ## reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
181
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
184
.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
185
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
217
.reg_name = CLK_BASE(reg ## block ## _ ## inst ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
218
reg ## block ## _ ## inst ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
722
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
723
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
724
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
170
.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
171
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
178
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
179
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
182
.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
183
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
186
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
187
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
190
.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
191
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
197
.block ## _ ## reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
198
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
201
.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
202
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
714
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
715
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
716
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
156
.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
157
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
164
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
165
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
168
.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
169
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
172
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
173
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
176
.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
177
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
183
.block ## _ ## reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
184
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
187
.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
188
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
709
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
710
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
711
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
135
REG_STRUCT.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
136
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
139
REG_STRUCT[id].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
140
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
146
REG_STRUCT[id-1].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
147
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
150
REG_STRUCT[id - offset].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
151
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
154
REG_STRUCT[index].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
155
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
165
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
166
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
169
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
170
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
173
REG_STRUCT[inst].reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
174
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
177
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
178
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
181
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
182
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
188
REG_STRUCT.block ## _ ## reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
189
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
192
REG_STRUCT.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
193
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
568
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
569
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
570
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
130
REG_STRUCT.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
131
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
134
REG_STRUCT[id].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
135
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
141
REG_STRUCT[id-1].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
142
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
145
REG_STRUCT[id - offset].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
146
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
149
REG_STRUCT[index].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
150
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
160
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
161
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
164
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
165
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
168
REG_STRUCT[inst].reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
169
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
172
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
173
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
176
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
177
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
180
REG_STRUCT.block ## _ ## reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
181
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
187
REG_STRUCT.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
188
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
558
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
559
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
560
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
145
REG_STRUCT.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
146
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
149
REG_STRUCT[id].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
150
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
156
REG_STRUCT[id-1].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
157
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
160
REG_STRUCT[id - offset].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
161
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
164
REG_STRUCT[index].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
165
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
176
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
177
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
180
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
181
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
184
REG_STRUCT[inst].reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
185
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
188
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
189
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
192
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
193
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
199
REG_STRUCT.block ## _ ## reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
200
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
203
REG_STRUCT.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
204
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
584
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
585
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
586
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
125
REG_STRUCT.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
126
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
129
REG_STRUCT[id].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
130
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
136
REG_STRUCT[id-1].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
137
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
140
REG_STRUCT[id - offset].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
141
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
144
REG_STRUCT[index].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
145
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
156
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
157
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
160
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
161
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
164
REG_STRUCT[inst].reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
165
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
168
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
169
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
172
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
173
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
179
REG_STRUCT.block ## _ ## reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
180
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
183
REG_STRUCT.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
184
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
564
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
565
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
566
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
130
REG_STRUCT.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
131
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
134
REG_STRUCT[id].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
135
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
141
REG_STRUCT[id-1].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
142
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
145
REG_STRUCT[id - offset].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
146
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
149
REG_STRUCT[index].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
150
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
161
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
162
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
165
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
166
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
169
REG_STRUCT[inst].reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
170
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
173
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
174
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
177
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
178
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
184
REG_STRUCT.block ## _ ## reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
185
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
188
REG_STRUCT.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
189
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
571
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
572
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
573
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
111
REG_STRUCT.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
112
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
115
REG_STRUCT[id].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
116
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
128
REG_STRUCT[id-1].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
129
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
132
REG_STRUCT[id - offset].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
133
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
136
REG_STRUCT[index].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
137
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
147
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
148
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
151
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
152
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
155
REG_STRUCT[inst].reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
156
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
159
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
160
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
163
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
164
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
167
REG_STRUCT.block ## _ ## reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
168
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
174
REG_STRUCT.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
175
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
537
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
538
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
539
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
126
REG_STRUCT.reg_name = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
127
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
130
REG_STRUCT[id].reg_name = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
131
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
143
REG_STRUCT[id - 1].reg_name = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
144
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
147
REG_STRUCT[id - offset].reg_name = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
148
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
151
REG_STRUCT[index].reg_name = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
152
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
162
.var_name = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
163
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
166
REG_STRUCT.reg_name[id] = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
167
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
170
REG_STRUCT[inst].reg_name[id] = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
171
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
174
.RMU##_##reg_name[id] = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
175
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
179
BASE(reg##block##id##_##temp_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
180
reg##block##id##_##temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
183
REG_STRUCT.block##_##reg_name[id] = \
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
184
BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
185
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
191
REG_STRUCT.reg_name[id] = BASE(reg##reg_name##_##block##id##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
192
reg##reg_name##_##block##id
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
503
.reg_name_pre##_##reg_name_post[id] = \
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
504
BASE(reg##reg_name_pre##id##_##reg_name_post##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42/dcn42_resource.c
505
reg##reg_name_pre##id##_##reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
163
REG_STRUCT.reg_name = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
164
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
167
REG_STRUCT[id].reg_name = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
168
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
180
REG_STRUCT[id - 1].reg_name = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
181
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
184
REG_STRUCT[index].reg_name = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
185
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
195
.var_name = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
196
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
199
REG_STRUCT.reg_name[id] = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
200
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
203
REG_STRUCT[inst].reg_name[id] = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
204
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
207
.RMU##_##reg_name[id] = BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
208
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
212
BASE(reg##block##id##_##temp_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
213
reg##block##id##_##temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
216
REG_STRUCT.block##_##reg_name[id] = \
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
217
BASE(reg##block##id##_##reg_name##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
218
reg##block##id##_##reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
224
REG_STRUCT.reg_name[id] = BASE(reg##reg_name##_##block##id##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
225
reg##reg_name##_##block##id
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
527
.reg_name_pre##_##reg_name_post[id] = \
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
528
BASE(reg##reg_name_pre##id##_##reg_name_post##_BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn42b/dcn42b_resource.c
529
reg##reg_name_pre##id##_##reg_name_post
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h
53
typecheck(struct gpu_metrics_v##frev##_##crev *, (ptr)); \
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h
54
struct gpu_metrics_v##frev##_##crev *tmp = (ptr); \
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h
65
typecheck(struct amdgpu_partition_metrics_v##fr##_##cr *, \
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h
67
struct amdgpu_partition_metrics_v##fr##_##cr *tmp = (ptr); \
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h
78
typecheck(struct amdgpu_baseboard_temp_metrics_v##fr##_##cr *, \
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h
80
struct amdgpu_baseboard_temp_metrics_v##fr##_##cr *tmp = (ptr); \
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h
91
typecheck(struct amdgpu_gpuboard_temp_metrics_v##fr##_##cr *, \
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h
93
struct amdgpu_gpuboard_temp_metrics_v##fr##_##cr *tmp = (ptr); \
drivers/gpu/drm/i915/display/intel_display_device.c
46
.platforms._platform##_##_subplatform = 1, \
drivers/gpu/drm/i915/display/intel_display_device.c
54
.platforms._platform##_##_subplatform = 1
drivers/gpu/drm/i915/gt/uc/intel_uc.h
79
static inline bool intel_uc_##state##_##func(struct intel_uc *uc) \
drivers/gpu/drm/loongson/lsdc_output_7a2000.c
85
.name = __stringify_1(LSDC_HDMI##i##_##reg##_REG), \
drivers/gpu/drm/loongson/lsdc_output_7a2000.c
86
.offset = LSDC_HDMI##i##_##reg##_REG, \
drivers/gpu/drm/nouveau/dispnv04/i2c/ch7006_priv.h
149
#define bitfs(bitfield, s) __bitf(bitfield, bitfield##_##s)
drivers/gpu/drm/nouveau/dispnv04/i2c/ch7006_priv.h
151
state->regs[reg] = (state->regs[reg] & ~mask(reg##_##bitfield)) \
drivers/gpu/drm/nouveau/dispnv04/i2c/ch7006_priv.h
152
| bitf(reg##_##bitfield, x)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
105
#define NVVAL_MW_GET_N(X,o,d,r,f ) NVVAL_MW_GET_X((o), d##_##r##_##f)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
106
#define NVVAL_MW_GET_I(X,o,d,r,f,i) NVVAL_MW_GET_X((o), d##_##r##_##f(i))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
115
#define NVVAL_MW_SET_N(X,o,d,r,f, v) NVVAL_MW_SET_X((o), d##_##r##_##f, (v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
116
#define NVVAL_MW_SET_I(X,o,d,r,f,i,v) NVVAL_MW_SET_X((o), d##_##r##_##f(i), (v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
120
#define NVDEF_MW_SET_N(X,o,d,r,f, v) NVVAL_MW_SET_X(o, d##_##r##_##f, d##_##r##_##f##_##v)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
121
#define NVDEF_MW_SET_I(X,o,d,r,f,i,v) NVVAL_MW_SET_X(o, d##_##r##_##f(i), d##_##r##_##f##_##v)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
127
#define DRF_RD_N(X,e,p,o,d,r ) DRF_RD_X(e, (p), (o), d##_##r)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
128
#define DRF_RD_I(X,e,p,o,d,r,i) DRF_RD_X(e, (p), (o), d##_##r(i))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
134
#define DRF_WR_N(X,e,p,o,d,r, v) DRF_WR_X(e, (p), (o), d##_##r , (v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
135
#define DRF_WR_I(X,e,p,o,d,r,i,v) DRF_WR_X(e, (p), (o), d##_##r(i), (v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
145
#define DRF_MR_N(X,er,ew,ty,p,o,d,r ,m,v) DRF_MR_X(er, ew, ty, (p), (o), d##_##r , (m), (v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
146
#define DRF_MR_I(X,er,ew,ty,p,o,d,r,i,m,v) DRF_MR_X(er, ew, ty, (p), (o), d##_##r(i), (m), (v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
152
#define DRF_RV_N(X,e,p,o,d,r, f) DRF_RV_X(e, (p), (o), d##_##r , d##_##r##_##f)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
153
#define DRF_RV_I(X,e,p,o,d,r,i,f) DRF_RV_X(e, (p), (o), d##_##r(i), d##_##r##_##f)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
159
DRF_WR_X(e, (p), (o), d##_##r , NVVAL_X(d##_##r##_##f, (v)))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
161
DRF_WR_X(e, (p), (o), d##_##r(i), NVVAL_X(d##_##r##_##f, (v)))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
167
DRF_WR_X(e, (p), (o), d##_##r , NVVAL_X(d##_##r##_##f, d##_##r##_##f##_##v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
169
DRF_WR_X(e, (p), (o), d##_##r(i), NVVAL_X(d##_##r##_##f, d##_##r##_##f##_##v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
175
NVVAL_GET_X(DRF_MR_X(er, ew, ty, (p), (o), d##_##r , DRF_SMASK(d##_##r##_##f), \
drivers/gpu/drm/nouveau/include/nvhw/drf.h
176
NVVAL_X(d##_##r##_##f, (v))), d##_##r##_##f)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
178
NVVAL_GET_X(DRF_MR_X(er, ew, ty, (p), (o), d##_##r(i), DRF_SMASK(d##_##r##_##f), \
drivers/gpu/drm/nouveau/include/nvhw/drf.h
179
NVVAL_X(d##_##r##_##f, (v))), d##_##r##_##f)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
185
NVVAL_GET_X(DRF_MR_X(er, ew, ty, (p), (o), d##_##r , DRF_SMASK(d##_##r##_##f), \
drivers/gpu/drm/nouveau/include/nvhw/drf.h
186
NVVAL_X(d##_##r##_##f, d##_##r##_##f##_##v)), d##_##r##_##f)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
188
NVVAL_GET_X(DRF_MR_X(er, ew, ty, (p), (o), d##_##r(i), DRF_SMASK(d##_##r##_##f), \
drivers/gpu/drm/nouveau/include/nvhw/drf.h
189
NVVAL_X(d##_##r##_##f, d##_##r##_##f##_##v)), d##_##r##_##f)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
195
NVVAL_TEST_X(DRF_RD_X(e, (p), (o), d##_##r ), d##_##r##_##f, cmp, (v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
197
NVVAL_TEST_X(DRF_RD_X(e, (p), (o), d##_##r(i)), d##_##r##_##f, cmp, (v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
203
NVVAL_TEST_X(DRF_RD_X(e, (p), (o), d##_##r ), d##_##r##_##f, cmp, d##_##r##_##f##_##v)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
205
NVVAL_TEST_X(DRF_RD_X(e, (p), (o), d##_##r(i)), d##_##r##_##f, cmp, d##_##r##_##f##_##v)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
63
#define NVVAL_N(X,d,r,f, v) NVVAL_X(d##_##r##_##f, (v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
64
#define NVVAL_I(X,d,r,f,i,v) NVVAL_X(d##_##r##_##f(i), (v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
68
#define NVDEF_N(X,d,r,f, v) NVVAL_X(d##_##r##_##f, d##_##r##_##f##_##v)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
69
#define NVDEF_I(X,d,r,f,i,v) NVVAL_X(d##_##r##_##f(i), d##_##r##_##f##_##v)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
74
#define NVVAL_GET_N(X,o,d,r,f ) NVVAL_GET_X(o, d##_##r##_##f)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
75
#define NVVAL_GET_I(X,o,d,r,f,i) NVVAL_GET_X(o, d##_##r##_##f(i))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
80
#define NVVAL_TEST_N(X,o,d,r,f, cmp,v) NVVAL_TEST_X(o, d##_##r##_##f , cmp, (v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
81
#define NVVAL_TEST_I(X,o,d,r,f,i,cmp,v) NVVAL_TEST_X(o, d##_##r##_##f(i), cmp, (v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
85
#define NVDEF_TEST_N(X,o,d,r,f, cmp,v) NVVAL_TEST_X(o, d##_##r##_##f , cmp, d##_##r##_##f##_##v)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
86
#define NVDEF_TEST_I(X,o,d,r,f,i,cmp,v) NVVAL_TEST_X(o, d##_##r##_##f(i), cmp, d##_##r##_##f##_##v)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
91
#define NVVAL_SET_N(X,o,d,r,f, v) NVVAL_SET_X(o, d##_##r##_##f, (v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
92
#define NVVAL_SET_I(X,o,d,r,f,i,v) NVVAL_SET_X(o, d##_##r##_##f(i), (v))
drivers/gpu/drm/nouveau/include/nvhw/drf.h
96
#define NVDEF_SET_N(X,o,d,r,f, v) NVVAL_SET_X(o, d##_##r##_##f, d##_##r##_##f##_##v)
drivers/gpu/drm/nouveau/include/nvhw/drf.h
97
#define NVDEF_SET_I(X,o,d,r,f,i,v) NVVAL_SET_X(o, d##_##r##_##f(i), d##_##r##_##f##_##v)
drivers/gpu/drm/nouveau/include/nvif/push.h
288
PUSH_##o(p,c,c##_##mA,d)
drivers/gpu/drm/nouveau/include/nvif/push.h
290
PUSH_##o(p,c,c##_##mA,dA, \
drivers/gpu/drm/nouveau/include/nvif/push.h
291
c##_##mB,d)
drivers/gpu/drm/nouveau/include/nvif/push.h
293
PUSH_##o(p,c,c##_##mA,dA, \
drivers/gpu/drm/nouveau/include/nvif/push.h
294
c##_##mB,dB, \
drivers/gpu/drm/nouveau/include/nvif/push.h
295
c##_##mC,d)
drivers/gpu/drm/nouveau/include/nvif/push.h
297
PUSH_##o(p,c,c##_##mA,dA, \
drivers/gpu/drm/nouveau/include/nvif/push.h
298
c##_##mB,dB, \
drivers/gpu/drm/nouveau/include/nvif/push.h
299
c##_##mC,dC, \
drivers/gpu/drm/nouveau/include/nvif/push.h
300
c##_##mD,d)
drivers/gpu/drm/nouveau/include/nvif/push.h
302
PUSH_##o(p,c,c##_##mA,dA, \
drivers/gpu/drm/nouveau/include/nvif/push.h
303
c##_##mB,dB, \
drivers/gpu/drm/nouveau/include/nvif/push.h
304
c##_##mC,dC, \
drivers/gpu/drm/nouveau/include/nvif/push.h
305
c##_##mD,dD, \
drivers/gpu/drm/nouveau/include/nvif/push.h
306
c##_##mE,d)
drivers/gpu/drm/nouveau/include/nvif/push.h
308
PUSH_##o(p,c,c##_##mA,dA, \
drivers/gpu/drm/nouveau/include/nvif/push.h
309
c##_##mB,dB, \
drivers/gpu/drm/nouveau/include/nvif/push.h
310
c##_##mC,dC, \
drivers/gpu/drm/nouveau/include/nvif/push.h
311
c##_##mD,dD, \
drivers/gpu/drm/nouveau/include/nvif/push.h
312
c##_##mE,dE, \
drivers/gpu/drm/nouveau/include/nvif/push.h
313
c##_##mF,d)
drivers/gpu/drm/nouveau/include/nvif/push.h
315
PUSH_##o(p,c,c##_##mA,dA, \
drivers/gpu/drm/nouveau/include/nvif/push.h
316
c##_##mB,dB, \
drivers/gpu/drm/nouveau/include/nvif/push.h
317
c##_##mC,dC, \
drivers/gpu/drm/nouveau/include/nvif/push.h
318
c##_##mD,dD, \
drivers/gpu/drm/nouveau/include/nvif/push.h
319
c##_##mE,dE, \
drivers/gpu/drm/nouveau/include/nvif/push.h
320
c##_##mF,dF, \
drivers/gpu/drm/nouveau/include/nvif/push.h
321
c##_##mG,d)
drivers/gpu/drm/nouveau/include/nvif/push.h
323
PUSH_##o(p,c,c##_##mA,dA, \
drivers/gpu/drm/nouveau/include/nvif/push.h
324
c##_##mB,dB, \
drivers/gpu/drm/nouveau/include/nvif/push.h
325
c##_##mC,dC, \
drivers/gpu/drm/nouveau/include/nvif/push.h
326
c##_##mD,dD, \
drivers/gpu/drm/nouveau/include/nvif/push.h
327
c##_##mE,dE, \
drivers/gpu/drm/nouveau/include/nvif/push.h
328
c##_##mF,dF, \
drivers/gpu/drm/nouveau/include/nvif/push.h
329
c##_##mG,dG, \
drivers/gpu/drm/nouveau/include/nvif/push.h
330
c##_##mH,d)
drivers/gpu/drm/nouveau/include/nvif/push.h
332
PUSH_##o(p,c,c##_##mA,dA, \
drivers/gpu/drm/nouveau/include/nvif/push.h
333
c##_##mB,dB, \
drivers/gpu/drm/nouveau/include/nvif/push.h
334
c##_##mC,dC, \
drivers/gpu/drm/nouveau/include/nvif/push.h
335
c##_##mD,dD, \
drivers/gpu/drm/nouveau/include/nvif/push.h
336
c##_##mE,dE, \
drivers/gpu/drm/nouveau/include/nvif/push.h
337
c##_##mF,dF, \
drivers/gpu/drm/nouveau/include/nvif/push.h
338
c##_##mG,dG, \
drivers/gpu/drm/nouveau/include/nvif/push.h
339
c##_##mH,dH, \
drivers/gpu/drm/nouveau/include/nvif/push.h
340
c##_##mI,d)
drivers/gpu/drm/nouveau/include/nvif/push.h
342
PUSH_##o(p,c,c##_##mA,dA, \
drivers/gpu/drm/nouveau/include/nvif/push.h
343
c##_##mB,dB, \
drivers/gpu/drm/nouveau/include/nvif/push.h
344
c##_##mC,dC, \
drivers/gpu/drm/nouveau/include/nvif/push.h
345
c##_##mD,dD, \
drivers/gpu/drm/nouveau/include/nvif/push.h
346
c##_##mE,dE, \
drivers/gpu/drm/nouveau/include/nvif/push.h
347
c##_##mF,dF, \
drivers/gpu/drm/nouveau/include/nvif/push.h
348
c##_##mG,dG, \
drivers/gpu/drm/nouveau/include/nvif/push.h
349
c##_##mH,dH, \
drivers/gpu/drm/nouveau/include/nvif/push.h
350
c##_##mI,dI, \
drivers/gpu/drm/nouveau/include/nvif/push.h
351
c##_##mJ,d)
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.h
101
#define cp_wait(c, f, s) _cp_wait((c), CP_FLAG_##f, CP_FLAG_##f##_##s)
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.h
108
#define cp_set(c, f, s) _cp_set((c), CP_FLAG_##f, CP_FLAG_##f##_##s)
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.h
92
#define cp_bra(c, f, s, n) _cp_bra((c), 0, CP_FLAG_##f, CP_FLAG_##f##_##s, n)
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.h
93
#define cp_cal(c, f, s, n) _cp_bra((c), 1, CP_FLAG_##f, CP_FLAG_##f##_##s, n)
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.h
94
#define cp_ret(c, f, s) _cp_bra((c), 2, CP_FLAG_##f, CP_FLAG_##f##_##s, 0)
drivers/gpu/drm/vmwgfx/vmwgfx_mksstat.h
100
struct mksstat_timer_t _##kern_cntr = { \
drivers/gpu/drm/vmwgfx/vmwgfx_mksstat.h
107
if (_##kern_cntr.slot >= 0) { \
drivers/gpu/drm/vmwgfx/vmwgfx_mksstat.h
108
_##kern_cntr.old_top = dev_priv->mksstat_kern_top_timer[_##kern_cntr.slot]; \
drivers/gpu/drm/vmwgfx/vmwgfx_mksstat.h
109
dev_priv->mksstat_kern_top_timer[_##kern_cntr.slot] = kern_cntr; \
drivers/gpu/drm/vmwgfx/vmwgfx_mksstat.h
115
if (_##kern_cntr.slot >= 0) { \
drivers/gpu/drm/vmwgfx/vmwgfx_mksstat.h
116
const pid_t pid = atomic_cmpxchg(&dev_priv->mksstat_kern_pids[_##kern_cntr.slot], current->pid, MKSSTAT_PID_RESERVED); \
drivers/gpu/drm/vmwgfx/vmwgfx_mksstat.h
117
dev_priv->mksstat_kern_top_timer[_##kern_cntr.slot] = _##kern_cntr.old_top; \
drivers/gpu/drm/vmwgfx/vmwgfx_mksstat.h
120
const u64 dt = rdtsc() - _##kern_cntr.t0; \
drivers/gpu/drm/vmwgfx/vmwgfx_mksstat.h
123
BUG_ON(!dev_priv->mksstat_kern_pages[_##kern_cntr.slot]); \
drivers/gpu/drm/vmwgfx/vmwgfx_mksstat.h
125
pstat = vmw_mksstat_get_kern_pstat(page_address(dev_priv->mksstat_kern_pages[_##kern_cntr.slot])); \
drivers/gpu/drm/vmwgfx/vmwgfx_mksstat.h
131
if (_##kern_cntr.old_top != MKSSTAT_KERN_COUNT) \
drivers/gpu/drm/vmwgfx/vmwgfx_mksstat.h
132
atomic64_sub(dt, &pstat[_##kern_cntr.old_top].selfCycles); \
drivers/gpu/drm/vmwgfx/vmwgfx_mksstat.h
134
atomic_set(&dev_priv->mksstat_kern_pids[_##kern_cntr.slot], current->pid); \
drivers/gpu/drm/xe/tests/xe_pci.c
24
.subplatform = XE_SUBPLATFORM_ ## platform__ ## _ ## subplatform__, \
drivers/gpu/drm/xe/xe_rtp.h
71
_XE_RTP_RULE_SUBPLATFORM(XE_##plat_, XE_SUBPLATFORM_##plat_##_##sub_)
drivers/hid/hid-lenovo-go-s.c
1114
static ssize_t _name##_##_rtype##_show( \
drivers/hid/hid-lenovo-go.c
1723
static ssize_t _name##_##_rtype##_show( \
drivers/hid/hid-lenovo-go.c
1756
static ssize_t _name##_##_rtype##_show( \
drivers/hwtracing/stm/p_sys-t.c
83
MIPI_SYST_SUBTYPE(t ## _ ## s))
drivers/iio/adc/ad7380.c
329
.ext_scan_type = ad7380_scan_type_##bits##_##sign, \
drivers/iio/adc/ad7380.c
330
.num_ext_scan_type = ARRAY_SIZE(ad7380_scan_type_##bits##_##sign), \
drivers/iio/adc/ad7380.c
352
.ext_scan_type = ad7380_scan_type_##bits##_##sign##_offload, \
drivers/iio/adc/ad7380.c
354
ARRAY_SIZE(ad7380_scan_type_##bits##_##sign##_offload), \
drivers/infiniband/hw/hfi1/debugfs.h
12
static const struct seq_operations _##name##_seq_ops = { \
drivers/infiniband/hw/hfi1/debugfs.h
13
.start = _##name##_seq_start, \
drivers/infiniband/hw/hfi1/debugfs.h
14
.next = _##name##_seq_next, \
drivers/infiniband/hw/hfi1/debugfs.h
15
.stop = _##name##_seq_stop, \
drivers/infiniband/hw/hfi1/debugfs.h
16
.show = _##name##_seq_show \
drivers/infiniband/hw/hfi1/debugfs.h
20
static int _##name##_open(struct inode *inode, struct file *s) \
drivers/infiniband/hw/hfi1/debugfs.h
24
ret = seq_open(s, &_##name##_seq_ops); \
drivers/infiniband/hw/hfi1/debugfs.h
33
static const struct file_operations _##name##_file_ops = { \
drivers/infiniband/hw/hfi1/debugfs.h
35
.open = _##name##_open, \
drivers/infiniband/hw/hfi1/trace.c
102
#define OP(transport, op) IB_OPCODE_## transport ## _ ## op
drivers/iommu/generic_pt/fmt/iommu_template.h
20
CONCATENATE(CONCATENATE(PT_FMT, _), PT_FMT_VARIANT)
drivers/iommu/generic_pt/fmt/iommu_template.h
25
#define PTPFX CONCATENATE(PTPFX_RAW, _)
drivers/md/bcache/util.h
372
sysfs_print(name ## _ ## stat ## _ ## units, \
drivers/md/bcache/util.h
383
sysfs_print(name ## _ ##max_duration ## _ ## duration_units, \
drivers/media/common/v4l2-tpg/v4l2-tpg-core.c
1913
typedef struct { u16 __; u8 _; } __packed x24;
drivers/memory/dfl-emif.c
107
static struct emif_attr emif_attr_##inf##_index##_##_name = \
drivers/memory/dfl-emif.c
108
{ .attr = __ATTR(inf##_index##_##_name, 0444, \
drivers/memory/tegra/tegra210-emc-core.c
59
(((EMC_PMACRO_OB_DDLL_LONG_DQ_RANK ## rank ## _ ## reg ## \
drivers/memory/tegra/tegra210-emc-core.c
62
rank ## _ ## reg ## _INDEX]) >> \
drivers/memory/tegra/tegra210-emc-core.c
63
EMC_PMACRO_OB_DDLL_LONG_DQ_RANK ## rank ## _ ## reg ## \
drivers/memory/tegra/tegra210-emc-core.c
74
(((new[n] << EMC_PMACRO_OB_DDLL_LONG_DQ_RANK ## rank ## _ ## \
drivers/memory/tegra/tegra210-emc-core.c
76
EMC_PMACRO_OB_DDLL_LONG_DQ_RANK ## rank ## _ ## reg ## \
drivers/memory/tegra/tegra210-emc-core.c
79
((new[n + 1] << EMC_PMACRO_OB_DDLL_LONG_DQ_RANK ## rank ## _ ##\
drivers/memory/tegra/tegra210-emc-core.c
81
EMC_PMACRO_OB_DDLL_LONG_DQ_RANK ## rank ## _ ## reg ## \
drivers/mfd/tps65010.c
183
static int dbg_show(struct seq_file *s, void *_)
drivers/mmc/host/sdhci-pci.h
97
#define _PCI_DEV(vend, dev) PCI_DEVICE_ID_##vend##_##dev
drivers/mmc/host/sdhci-pci.h
98
#define _PCI_SUBDEV(subvend, subdev) PCI_SUBDEVICE_ID_##subvend##_##subdev
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1420
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1421
_prefix##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1425
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1426
_prefix##_##_field##_WIDTH, (_val))
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1430
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1431
_prefix##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1435
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1436
_prefix##_##_field##_WIDTH, (_val))
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1450
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1451
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1460
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1461
_reg##_##_field##_WIDTH, (_val)); \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1475
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1476
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1486
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1487
_reg##_##_field##_WIDTH, (_val)); \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1500
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1501
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1510
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1511
_reg##_##_field##_WIDTH, (_val)); \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1520
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1521
_prefix##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1525
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1526
_prefix##_##_field##_WIDTH, (_val))
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1545
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1546
_prefix##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1550
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1551
_prefix##_##_field##_WIDTH, (_val))
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1558
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1559
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1568
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1569
_reg##_##_field##_WIDTH, (_val)); \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1578
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1579
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1588
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1589
_reg##_##_field##_WIDTH, (_val)); \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1601
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1602
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1611
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1612
_reg##_##_field##_WIDTH, (_val)); \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1621
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1622
_prefix##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1626
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1627
_prefix##_##_field##_WIDTH, (_val))
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1634
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1635
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1644
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1645
_reg##_##_field##_WIDTH, (_val)); \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1654
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1655
_prefix##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1659
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1660
_prefix##_##_field##_WIDTH, (_val))
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1667
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1668
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1677
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1678
_reg##_##_field##_WIDTH, (_val)); \
drivers/net/ethernet/intel/i40e/i40e_trace.h
45
#define _I40E_TRACE_NAME(trace_name) (trace_ ## i40e ## _ ## trace_name)
drivers/net/ethernet/intel/iavf/iavf_trace.h
45
#define _IAVF_TRACE_NAME(trace_name) (trace_ ## iavf ## _ ## trace_name)
drivers/net/ethernet/intel/ice/ice_trace.h
46
#define _ICE_TRACE_NAME(trace_name) (trace_##ice##_##trace_name)
drivers/net/ethernet/intel/ixgbe/ixgbe_type.h
90
#define IXGBE_CAT(r, m) IXGBE_##r##_##m
drivers/net/ethernet/mellanox/mlx5/core/en_stats.h
83
#define MLX5E_STATS_GRP_OP(grp, name) mlx5e_stats_grp_ ## grp ## _ ## name
drivers/net/ethernet/mellanox/mlxsw/item.h
263
mlxsw_##_type##_##_cname##_##_iname##_item
drivers/net/ethernet/mellanox/mlxsw/item.h
278
mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \
drivers/net/ethernet/mellanox/mlxsw/item.h
283
mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u8 val) \
drivers/net/ethernet/mellanox/mlxsw/item.h
300
mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf, unsigned short index)\
drivers/net/ethernet/mellanox/mlxsw/item.h
306
mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \
drivers/net/ethernet/mellanox/mlxsw/item.h
321
mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \
drivers/net/ethernet/mellanox/mlxsw/item.h
326
mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u16 val) \
drivers/net/ethernet/mellanox/mlxsw/item.h
343
mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf, unsigned short index)\
drivers/net/ethernet/mellanox/mlxsw/item.h
349
mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \
drivers/net/ethernet/mellanox/mlxsw/item.h
364
mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \
drivers/net/ethernet/mellanox/mlxsw/item.h
369
mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u32 val) \
drivers/net/ethernet/mellanox/mlxsw/item.h
391
mlxsw_##_type##_##_cname##_local_port_get(const char *buf) \
drivers/net/ethernet/mellanox/mlxsw/item.h
402
mlxsw_##_type##_##_cname##_local_port_set(char *buf, u32 val) \
drivers/net/ethernet/mellanox/mlxsw/item.h
422
mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf, unsigned short index)\
drivers/net/ethernet/mellanox/mlxsw/item.h
428
mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \
drivers/net/ethernet/mellanox/mlxsw/item.h
443
mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \
drivers/net/ethernet/mellanox/mlxsw/item.h
448
mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u64 val) \
drivers/net/ethernet/mellanox/mlxsw/item.h
465
mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf, unsigned short index)\
drivers/net/ethernet/mellanox/mlxsw/item.h
471
mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, unsigned short index, \
drivers/net/ethernet/mellanox/mlxsw/item.h
485
mlxsw_##_type##_##_cname##_##_iname##_memcpy_from(const char *buf, char *dst) \
drivers/net/ethernet/mellanox/mlxsw/item.h
491
mlxsw_##_type##_##_cname##_##_iname##_memcpy_to(char *buf, const char *src) \
drivers/net/ethernet/mellanox/mlxsw/item.h
497
mlxsw_##_type##_##_cname##_##_iname##_data(char *buf) \
drivers/net/ethernet/mellanox/mlxsw/item.h
512
mlxsw_##_type##_##_cname##_##_iname##_memcpy_from(const char *buf, \
drivers/net/ethernet/mellanox/mlxsw/item.h
520
mlxsw_##_type##_##_cname##_##_iname##_memcpy_to(char *buf, \
drivers/net/ethernet/mellanox/mlxsw/item.h
528
mlxsw_##_type##_##_cname##_##_iname##_data(char *buf, unsigned short index) \
drivers/net/ethernet/mellanox/mlxsw/item.h
543
mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf, u16 index) \
drivers/net/ethernet/mellanox/mlxsw/item.h
550
mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u16 index, u8 val) \
drivers/net/ethernet/mellanox/mlxsw/pci_hw.h
121
return mlxsw_pci_cqe##v0##_##name##_get(cqe); \
drivers/net/ethernet/mellanox/mlxsw/pci_hw.h
123
return mlxsw_pci_cqe##v1##_##name##_get(cqe); \
drivers/net/ethernet/mellanox/mlxsw/pci_hw.h
125
return mlxsw_pci_cqe##v2##_##name##_get(cqe); \
drivers/net/ethernet/mellanox/mlxsw/pci_hw.h
134
mlxsw_pci_cqe##v0##_##name##_set(cqe, val); \
drivers/net/ethernet/mellanox/mlxsw/pci_hw.h
137
mlxsw_pci_cqe##v1##_##name##_set(cqe, val); \
drivers/net/ethernet/mellanox/mlxsw/pci_hw.h
140
mlxsw_pci_cqe##v2##_##name##_set(cqe, val); \
drivers/net/ethernet/qlogic/qed/qed_cxt.c
45
#define ILT_CFG_REG(cli, reg) PSWRQ2_REG_ ## cli ## _ ## reg ## _RT_OFFSET
drivers/net/ethernet/qlogic/qed/qed_debug.c
392
#define FIELD_BIT_OFFSET(type, field) type ## _ ## field ## _ ## OFFSET
drivers/net/ethernet/qlogic/qed/qed_debug.c
393
#define FIELD_BIT_SIZE(type, field) type ## _ ## field ## _ ## SIZE
drivers/net/ethernet/qlogic/qed/qed_init_fw_funcs.c
168
SET_FIELD(var[cmd ## _ ## field ## _OFFSET], \
drivers/net/ethernet/qlogic/qed/qed_init_fw_funcs.c
169
cmd ## _ ## field, \
drivers/net/ethernet/sfc/bitfield.h
47
#define EFX_VAL(field, attribute) field ## _ ## attribute
drivers/net/ethernet/sfc/falcon/bitfield.h
45
#define EF4_VAL(field, attribute) field ## _ ## attribute
drivers/net/ethernet/sfc/falcon/falcon.c
140
hw_name ## _ ## WIDTH == 48 ? 64 : hw_name ## _ ## WIDTH, \
drivers/net/ethernet/sfc/falcon/falcon.c
141
hw_name ## _ ## offset }
drivers/net/ethernet/sfc/falcon/nic.c
181
arch ## R_ ## min_rev ## max_rev ## _ ## name, \
drivers/net/ethernet/sfc/falcon/nic.c
305
#define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \
drivers/net/ethernet/sfc/falcon/nic.c
313
name, arch ## R_ ## min_rev ## max_rev ## _ ## name, \
drivers/net/ethernet/sfc/falcon/nic.c
315
arch ## R_ ## min_rev ## max_rev ## _ ## name ## _STEP, \
drivers/net/ethernet/sfc/falcon/nic.c
316
arch ## R_ ## min_rev ## max_rev ## _ ## name ## _ROWS)
drivers/net/ethernet/sfc/mcdi.h
333
_MCDI_PTR(_ptr, MC_CMD_ ## _type ## _ ## _field ## _OFST & ~3),\
drivers/net/ethernet/sfc/mcdi.h
334
MC_CMD_ ## _type ## _ ## _field ## _LBN & 0x1f, \
drivers/net/ethernet/sfc/mcdi.h
335
(MC_CMD_ ## _type ## _ ## _field ## _LBN & 0x1f) + \
drivers/net/ethernet/sfc/mcdi.h
336
MC_CMD_ ## _type ## _ ## _field ## _WIDTH - 1)
drivers/net/ethernet/sfc/nic.c
183
arch ## R_ ## min_rev ## max_rev ## _ ## name, \
drivers/net/ethernet/sfc/nic.c
203
#define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \
drivers/net/ethernet/sfc/nic.c
211
name, arch ## R_ ## min_rev ## max_rev ## _ ## name, \
drivers/net/ethernet/sfc/nic.c
213
arch ## R_ ## min_rev ## max_rev ## _ ## name ## _STEP, \
drivers/net/ethernet/sfc/nic.c
214
arch ## R_ ## min_rev ## max_rev ## _ ## name ## _ROWS)
drivers/net/ethernet/sfc/siena/bitfield.h
45
#define EFX_VAL(field, attribute) field ## _ ## attribute
drivers/net/ethernet/sfc/siena/mcdi.h
288
_MCDI_PTR(_ptr, MC_CMD_ ## _type ## _ ## _field ## _OFST & ~3),\
drivers/net/ethernet/sfc/siena/mcdi.h
289
MC_CMD_ ## _type ## _ ## _field ## _LBN & 0x1f, \
drivers/net/ethernet/sfc/siena/mcdi.h
290
(MC_CMD_ ## _type ## _ ## _field ## _LBN & 0x1f) + \
drivers/net/ethernet/sfc/siena/mcdi.h
291
MC_CMD_ ## _type ## _ ## _field ## _WIDTH - 1)
drivers/net/ethernet/sfc/siena/nic.c
187
arch ## R_ ## min_rev ## max_rev ## _ ## name, \
drivers/net/ethernet/sfc/siena/nic.c
311
#define REGISTER_TABLE_DIMENSIONS(_, offset, arch, min_rev, max_rev, step, rows) { \
drivers/net/ethernet/sfc/siena/nic.c
319
name, arch ## R_ ## min_rev ## max_rev ## _ ## name, \
drivers/net/ethernet/sfc/siena/nic.c
321
arch ## R_ ## min_rev ## max_rev ## _ ## name ## _STEP, \
drivers/net/ethernet/sfc/siena/nic.c
322
arch ## R_ ## min_rev ## max_rev ## _ ## name ## _ROWS)
drivers/net/ethernet/ti/netcp_ethss.c
173
offsetof(struct gbe##_##rb, rn)
drivers/net/ethernet/ti/netcp_ethss.c
175
offsetof(struct gbenu##_##rb, rn)
drivers/net/ethernet/ti/netcp_ethss.c
177
offsetof(struct xgbe##_##rb, rn)
drivers/net/phy/mdio_bus_provider.c
135
dev_attr_mdio_bus_addr_##field##_##addr = { \
drivers/net/wireless/ath/ath5k/desc.c
177
AR5K_2W_TX_DESC_CTL##_c##_##_flag; \
drivers/net/wireless/ath/ath5k/desc.c
182
AR5K_2W_TX_DESC_CTL##_c##_##_flag##_5211; \
drivers/net/wireless/ath/ath5k/desc.c
320
txctl##_c |= AR5K_4W_TX_DESC_CTL##_c##_##_flag; \
drivers/net/wireless/ath/carl9170/debug.c
370
static char *carl9170_debugfs_##q ##_##qi ##_read(struct ar9170 *ar, \
drivers/net/wireless/ath/carl9170/debug.c
376
DEBUGFS_DECLARE_RO_FILE(q##_##qi, 8000);
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
26
read_radio_reg(pi, radio_type##_##jspace##_##reg_name | \
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
28
radio_type##_##jspace##0 : \
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
29
radio_type##_##jspace##1))
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
32
write_radio_reg(pi, radio_type##_##jspace##_##reg_name | \
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
34
radio_type##_##jspace##0 : \
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
35
radio_type##_##jspace##1), value)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
38
write_radio_reg(pi, radio_type##_##SYN##_##reg_name, value)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
42
radio_type##_##jspace##0##_##reg_name : \
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
43
radio_type##_##jspace##1##_##reg_name))
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
47
radio_type##_##jspace##0##_##reg_name : \
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
48
radio_type##_##jspace##1##_##reg_name), \
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
53
radio_type##_##reg_name##_##jspace##0 : \
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
54
radio_type##_##reg_name##_##jspace##1))
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
58
radio_type##_##reg_name##_##jspace##0 : \
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
59
radio_type##_##reg_name##_##jspace##1), \
drivers/net/wireless/intel/iwlwifi/mld/rx.c
1064
OFDM_RX_FRAME_EHT_RU_ALLOC_ ## fw_data ## _ ## fw_ru, \
drivers/net/wireless/mediatek/mt76/mt7996/init.c
1649
eht_nss->bw._##_bw.rx_tx_mcs9_max_nss = _val; \
drivers/net/wireless/mediatek/mt76/mt7996/init.c
1650
eht_nss->bw._##_bw.rx_tx_mcs11_max_nss = _val; \
drivers/net/wireless/mediatek/mt76/mt7996/init.c
1651
eht_nss->bw._##_bw.rx_tx_mcs13_max_nss = _val; \
drivers/net/wireless/realtek/rtw89/pci.c
1026
.num = R_##gen##_##txch##_TXBD_CFG, \
drivers/net/wireless/realtek/rtw89/pci.c
1027
.idx = R_##gen##_##txch##_TXBD_IDX ##v, \
drivers/net/wireless/realtek/rtw89/pci.c
1035
.num = R_##gen##_##txch##_TXBD_CFG, \
drivers/net/wireless/realtek/rtw89/pci.c
1036
.idx = R_##gen##_##txch##_TXBD_IDX ##v, \
drivers/net/wireless/realtek/rtw89/pci.c
1038
.desa_l = R_##gen##_##grp##_TXBD_DESA_L, \
drivers/net/wireless/realtek/rtw89/pci.c
1039
.desa_h = R_##gen##_##grp##_TXBD_DESA_H, \
drivers/net/wireless/realtek/rtw89/pci.c
1044
.num = R_##gen##_##txch##_TXBD_NUM ##v, \
drivers/net/wireless/realtek/rtw89/pci.c
1045
.idx = R_##gen##_##txch##_TXBD_IDX ##v, \
drivers/net/wireless/realtek/rtw89/pci.c
1047
.desa_l = R_##gen##_##txch##_TXBD_DESA_L ##v, \
drivers/net/wireless/realtek/rtw89/pci.c
1048
.desa_h = R_##gen##_##txch##_TXBD_DESA_H ##v, \
drivers/net/wireless/realtek/rtw89/pci.c
1072
.idx = R_##gen##_##ch_idx##0_RXBD_IDX ##v, \
drivers/net/wireless/realtek/rtw89/pci.c
1080
.idx = R_##gen##_##ch_idx##0_RXBD_IDX ##v, \
drivers/net/wireless/realtek/rtw89/pci.c
1081
.desa_l = R_##gen##_##grp##_RXBD_DESA_L, \
drivers/net/wireless/realtek/rtw89/pci.c
1082
.desa_h = R_##gen##_##grp##_RXBD_DESA_H, \
drivers/net/wireless/realtek/rtw89/pci.c
1087
.num = R_##gen##_##rxch##_RXBD_NUM ##v, \
drivers/net/wireless/realtek/rtw89/pci.c
1088
.idx = R_##gen##_##rxch##_RXBD_IDX ##v, \
drivers/net/wireless/realtek/rtw89/pci.c
1089
.desa_l = R_##gen##_##rxch##_RXBD_DESA_L ##v, \
drivers/net/wireless/realtek/rtw89/pci.c
1090
.desa_h = R_##gen##_##rxch##_RXBD_DESA_H ##v, \
drivers/net/wireless/realtek/rtw89/rtw8852c.c
2145
static const u32 _prefix ## _ ## _name[] = {_val}; \
drivers/net/wireless/realtek/rtw89/rtw8852c.c
2146
static_assert(ARRAY_SIZE(_prefix ## _ ## _name) == __DFIR_CFG_NR)
drivers/net/wireless/ti/wl1251/debugfs.c
51
static ssize_t sub## _ ##name## _read(struct file *file, \
drivers/net/wireless/ti/wl1251/debugfs.c
66
static const struct file_operations sub## _ ##name## _ops = { \
drivers/net/wireless/ti/wl1251/debugfs.c
67
.read = sub## _ ##name## _read, \
drivers/net/wireless/ti/wl1251/debugfs.c
73
DEBUGFS_ADD(sub## _ ##name, wl->debugfs.fw_statistics)
drivers/net/wireless/ti/wl1251/debugfs.c
76
DEBUGFS_DEL(sub## _ ##name)
drivers/net/wireless/ti/wlcore/debugfs.h
100
DEBUGFS_ADD(sub## _ ##name, stats)
drivers/net/wireless/ti/wlcore/debugfs.h
50
wl, &prefix## _## name## _ops); \
drivers/net/wireless/ti/wlcore/debugfs.h
54
static ssize_t sub## _ ##name## _read(struct file *file, \
drivers/net/wireless/ti/wlcore/debugfs.h
67
static const struct file_operations sub## _ ##name## _ops = { \
drivers/net/wireless/ti/wlcore/debugfs.h
68
.read = sub## _ ##name## _read, \
drivers/net/wireless/ti/wlcore/debugfs.h
74
static ssize_t sub## _ ##name## _read(struct file *file, \
drivers/net/wireless/ti/wlcore/debugfs.h
93
static const struct file_operations sub## _ ##name## _ops = { \
drivers/net/wireless/ti/wlcore/debugfs.h
94
.read = sub## _ ##name## _read, \
drivers/ntb/hw/idt/ntb_hw_idt.h
955
(((u32)(data) & IDT_ ##field## _MASK) == IDT_ ##field## _ ##value)
drivers/parisc/eisa.c
240
static irqreturn_t dummy_irq2_handler(int _, void *dev)
drivers/peci/request.c
472
struct peci_request *peci_xfer_ep_mmio##y##_##x(struct peci_device *device, u8 bar, u8 seg, \
drivers/peci/request.c
479
EXPORT_SYMBOL_NS_GPL(peci_xfer_ep_mmio##y##_##x, "PECI")
drivers/phy/broadcom/phy-brcm-usb-init.c
142
(params->usb_reg_bits_map[USB_CTRL_##reg##_##field##_SELECTOR])
drivers/phy/broadcom/phy-brcm-usb-init.c
146
USB_CTRL_##reg##_##field##_SELECTOR)
drivers/phy/broadcom/phy-brcm-usb-init.c
149
USB_CTRL_##reg##_##field##_SELECTOR)
drivers/phy/broadcom/phy-brcm-usb-init.h
29
USB_CTRL_##reg##_##field##_MASK
drivers/phy/broadcom/phy-brcm-usb-init.h
32
USB_CTRL_##reg##_##field##_MASK)
drivers/phy/broadcom/phy-brcm-usb-init.h
35
USB_CTRL_##reg##_##field##_MASK)
drivers/phy/broadcom/phy-brcm-usb-init.h
40
USB_XHCI_GBL_##reg##_##field##_MASK)
drivers/phy/broadcom/phy-brcm-usb-init.h
43
USB_XHCI_GBL_##reg##_##field##_MASK)
drivers/pinctrl/aspeed/pinmux-aspeed.h
513
#define SIG_DESC_LIST_SYM(sig, group) sig_descs_ ## sig ## _ ## group
drivers/pinctrl/aspeed/pinmux-aspeed.h
518
#define SIG_EXPR_SYM(sig, group) sig_expr_ ## sig ## _ ## group
drivers/pinctrl/aspeed/pinmux-aspeed.h
557
#define SIG_EXPR_LIST_SYM(sig, group) sig_exprs_ ## sig ## _ ## group
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
496
BRCMSTB_PIN(0, ir_in, vc_spi0, vc_uart3, vc_i2c3, te0, vc_i2c0, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
499
BRCMSTB_PIN(3, ir_in, vc_spi0, vc_uart3, aon_fp_4sec_resetb, fl1, sd_card_g, aon_gpclk, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
501
BRCMSTB_PIN(5, gpclk1, ir_in, vc_i2csl, clk_observe, aon_pwm, sd_card_g, vc_pwm0, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
502
BRCMSTB_PIN(6, uart1, vc_uart4, gpclk2, ctl_hdmi_5v, vc_uart0, vc_spi3, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
503
BRCMSTB_PIN(7, uart1, vc_uart4, gpclk0, aon_pwm, vc_uart0, vc_spi3, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
504
BRCMSTB_PIN(8, uart1, vc_uart4, vc_i2csl, ctl_hdmi_5v, vc_uart0, vc_spi3, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
505
BRCMSTB_PIN(9, uart1, vc_uart4, vc_i2csl, aon_pwm, vc_uart0, vc_spi3, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
511
BRCMSTB_PIN(15, ir_in, aon_fp_4sec_resetb, vc_uart0, pm_led_out, ctl_hdmi_5v, aon_pwm, aon_gpclk, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
512
BRCMSTB_PIN(16, aon_cpu_standbyb, gpclk0, pm_led_out, ctl_hdmi_5v, vc_pwm0, usb_pwr, aud_fs_clk0, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
516
BRCMSTB_PIN(0, bsc_m3, vc_i2c0, gpclk0, enet0, vc_pwm1, vc_spi0, ir_in, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
518
BRCMSTB_PIN(2, pdm, i2s_in, gpclk2, vc_spi4, pkt, vc_spi0, vc_uart3, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
519
BRCMSTB_PIN(3, pdm, i2s_in, vc_spi4, pkt, vc_spi0, vc_uart3, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
520
BRCMSTB_PIN(4, pdm, i2s_in, arm_jtag, vc_spi4, pkt, vc_spi0, vc_uart3, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
525
BRCMSTB_PIN(9, i2s_out, aud_fs_clk0, arm_jtag, sd_card_e, enet0_mii, sd_card_c, vc_spi4, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
531
BRCMSTB_PIN(15, spi_s, vc_i2csl, vc_spi3, arm_jtag, vc_pwm0, vc_i2c4, gpclk0, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
532
BRCMSTB_PIN(16, sd_card_b, i2s_out, vc_spi3, i2s_in, sd0, enet0_rgmii, gpclk1, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
534
BRCMSTB_PIN(18, sd_card_b, i2s_out, vc_spi3, i2s_in, sd0, enet0_rgmii, vc_pwm1, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
540
BRCMSTB_PIN(24, mtsif, pkt, uart0, enet0_rgmii, enet0_rgmii, vc_i2c4, vc_uart3, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
542
BRCMSTB_PIN(26, mtsif, pkt, sc0, uart0, enet0_rgmii, vc_uart4, vc_spi5, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
543
BRCMSTB_PIN(27, mtsif, pkt, sc0, uart0, enet0_rgmii, vc_uart4, vc_spi5, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
544
BRCMSTB_PIN(28, mtsif, pkt, sc0, enet0_rgmii, vc_uart4, vc_spi5, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
545
BRCMSTB_PIN(29, mtsif, pkt, sc0, enet0_rgmii, vc_uart4, vc_spi5, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
546
BRCMSTB_PIN(30, mtsif, pkt, sc0, sd2, enet0_rgmii, gpclk0, vc_pwm0, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
547
BRCMSTB_PIN(31, mtsif, pkt, sc0, sd2, enet0_rgmii, vc_spi3, vc_pwm0, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
548
BRCMSTB_PIN(32, mtsif, pkt, sc0, sd2, enet0_rgmii, vc_spi3, vc_uart3, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
549
BRCMSTB_PIN(33, mtsif, pkt, sd2, enet0_rgmii, vc_spi3, vc_uart3, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
550
BRCMSTB_PIN(34, mtsif, pkt, ext_sc_clk, sd2, enet0_rgmii, vc_spi3, vc_i2c5, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
551
BRCMSTB_PIN(35, mtsif, pkt, sd2, enet0_rgmii, vc_spi3, vc_i2c5, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
552
BRCMSTB_PIN(36, sd0, mtsif, sc0, i2s_in, vc_uart3, vc_uart2, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
553
BRCMSTB_PIN(37, sd0, mtsif, sc0, vc_spi0, i2s_in, vc_uart3, vc_uart2, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
554
BRCMSTB_PIN(38, sd0, mtsif_alt, sc0, vc_spi0, i2s_in, vc_uart3, vc_uart2, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
555
BRCMSTB_PIN(39, sd0, mtsif_alt, sc0, vc_spi0, vc_uart3, vc_uart2, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
556
BRCMSTB_PIN(40, sd0, mtsif_alt, sc0, vc_spi0, bsc_m3, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
557
BRCMSTB_PIN(41, sd0, mtsif_alt, sc0, vc_spi0, bsc_m3, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
562
BRCMSTB_PIN(46, vc_spi0, mtsif_alt, sd_card_a, mtsif_alt1, arm_jtag, pdm, spi_m, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
563
BRCMSTB_PIN(47, enet0, mtsif_alt, i2s_out, mtsif_alt1, arm_jtag, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
564
BRCMSTB_PIN(48, sc0, usb_pwr, spdif_out, mtsif, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
565
BRCMSTB_PIN(49, sc0, usb_pwr, aud_fs_clk0, mtsif, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
566
BRCMSTB_PIN(50, sc0, usb_vbus, sc0, _, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
567
BRCMSTB_PIN(51, sc0, enet0, sc0, sr_edm_sense, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
568
BRCMSTB_PIN(52, sc0, enet0, vc_pwm1, _, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
569
BRCMSTB_PIN(53, sc0, enet0_rgmii, ext_sc_clk, _, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
573
BRCMSTB_PIN(0, ir_in, vc_spi0, vc_uart0, vc_i2c3, uart0, vc_i2c0, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
576
BRCMSTB_PIN(3, ir_in, vc_spi0, vc_uart0, uart0, sd_card_g, aon_gpclk, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
577
BRCMSTB_PIN(4, gpclk0, vc_spi0, pm_led_out, aon_pwm, sd_card_g, vc_pwm0, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
578
BRCMSTB_PIN(5, gpclk1, ir_in, aon_pwm, sd_card_g, vc_pwm0, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
579
BRCMSTB_PIN(6, uart1, vc_uart2, ctl_hdmi_5v, gpclk2, vc_spi3, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
580
BRCMSTB_PIN(7, _, _, _, _, _, _, _, _), /* non-existent on D0 silicon */
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
581
BRCMSTB_PIN(8, uart1, vc_uart2, ctl_hdmi_5v, vc_spi0, vc_spi3, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
582
BRCMSTB_PIN(9, uart1, vc_uart2, vc_uart0, aon_pwm, vc_spi0, vc_uart2, vc_spi3, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
583
BRCMSTB_PIN(10, _, _, _, _, _, _, _, _), /* non-existent on D0 silicon */
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
584
BRCMSTB_PIN(11, _, _, _, _, _, _, _, _), /* non-existent on D0 silicon */
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
585
BRCMSTB_PIN(12, uart1, vc_uart2, vc_uart0, vc_spi0, usb_pwr, vc_uart2, vc_spi3, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
586
BRCMSTB_PIN(13, bsc_m1, vc_uart0, uui, vc_spi0, arm_jtag, vc_uart2, vc_i2c3, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
593
BRCMSTB_PIN(3, vc_i2c3, usb_vbus, gpclk2, sd_card_e, vc_spi3, vc_spi0, vc_uart0, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
594
BRCMSTB_PIN(4, vc_i2c3, vc_pwm1, vc_spi3, sd_card_e, vc_spi3, vc_spi0, vc_uart0, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
595
BRCMSTB_PIN(10, bsc_m3, vc_pwm1, vc_spi3, sd_card_e, vc_spi3, gpclk0, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
596
BRCMSTB_PIN(11, bsc_m3, vc_spi3, clk_observe, sd_card_c, gpclk1, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
597
BRCMSTB_PIN(12, spi_s, vc_spi3, sd_card_c, sd_card_d, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
598
BRCMSTB_PIN(13, spi_s, vc_spi3, sd_card_c, sd_card_d, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
599
BRCMSTB_PIN(14, spi_s, uui, arm_jtag, vc_pwm0, vc_i2c0, sd_card_d, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
600
BRCMSTB_PIN(15, spi_s, uui, arm_jtag, vc_pwm0, vc_i2c0, gpclk0, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
601
BRCMSTB_PIN(18, sd_card_f, vc_pwm1, _, _, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
602
BRCMSTB_PIN(19, sd_card_f, usb_pwr, vc_pwm1, _, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
603
BRCMSTB_PIN(20, vc_i2c3, uui, vc_uart0, arm_jtag, vc_uart2, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
604
BRCMSTB_PIN(21, vc_i2c3, uui, vc_uart0, arm_jtag, vc_uart2, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
605
BRCMSTB_PIN(22, sd_card_f, vc_uart0, vc_i2c3, _, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
606
BRCMSTB_PIN(23, vc_uart0, vc_i2c3, _, _, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
607
BRCMSTB_PIN(24, sd_card_b, vc_spi0, arm_jtag, uart0, usb_pwr, vc_uart2, vc_uart0, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
608
BRCMSTB_PIN(25, sd_card_b, vc_spi0, arm_jtag, uart0, usb_pwr, vc_uart2, vc_uart0, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
609
BRCMSTB_PIN(26, sd_card_b, vc_spi0, arm_jtag, uart0, usb_vbus, vc_uart2, vc_spi0, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
610
BRCMSTB_PIN(27, sd_card_b, vc_spi0, arm_jtag, uart0, vc_uart2, vc_spi0, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
611
BRCMSTB_PIN(28, sd_card_b, vc_spi0, arm_jtag, vc_i2c0, vc_spi0, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
612
BRCMSTB_PIN(29, arm_jtag, vc_i2c0, vc_spi0, _, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
613
BRCMSTB_PIN(30, sd2, gpclk0, vc_pwm0, _, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
614
BRCMSTB_PIN(31, sd2, vc_spi3, vc_pwm0, _, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
615
BRCMSTB_PIN(32, sd2, vc_spi3, vc_uart3, _, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
616
BRCMSTB_PIN(33, sd2, vc_spi3, vc_uart3, _, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
617
BRCMSTB_PIN(34, sd2, vc_spi3, vc_i2c5, _, _, _, _, _),
drivers/pinctrl/bcm/pinctrl-brcmstb-bcm2712.c
618
BRCMSTB_PIN(35, sd2, vc_spi3, vc_i2c5, _, _, _, _, _),
drivers/pinctrl/cirrus/pinctrl-lochnagar.c
444
LN_FUNC(lochnagar##REV##_##ID##_pin.name, PIN, OP)
drivers/pinctrl/cirrus/pinctrl-lochnagar.c
450
LN_FUNC(lochnagar##REV##_##ID##_aif.name, AIF, OP)
drivers/pinctrl/cirrus/pinctrl-lochnagar.c
54
static const struct lochnagar_pin lochnagar##REV##_##ID##_pin = { \
drivers/pinctrl/cirrus/pinctrl-lochnagar.c
55
.name = NAME, .type = LN_PTYPE_GPIO, .reg = LOCHNAGAR##REV##_##REG, \
drivers/pinctrl/cirrus/pinctrl-lochnagar.c
56
.shift = LOCHNAGAR##REV##_##SHIFT##_SHIFT, .invert = INVERT, \
drivers/pinctrl/cirrus/pinctrl-lochnagar.c
60
static const struct lochnagar_pin lochnagar##REV##_##ID##_pin = \
drivers/pinctrl/cirrus/pinctrl-lochnagar.c
609
.name = lochnagar##REV##_##ID##_pin.name, \
drivers/pinctrl/cirrus/pinctrl-lochnagar.c
617
.name = lochnagar##REV##_##ID##_aif.name, \
drivers/pinctrl/cirrus/pinctrl-lochnagar.c
619
.pins = lochnagar##REV##_##ID##_aif.pins, \
drivers/pinctrl/cirrus/pinctrl-lochnagar.c
620
.npins = ARRAY_SIZE(lochnagar##REV##_##ID##_aif.pins), \
drivers/pinctrl/cirrus/pinctrl-lochnagar.c
621
.priv = &lochnagar##REV##_##ID##_aif, \
drivers/pinctrl/cirrus/pinctrl-lochnagar.c
95
.name = lochnagar##REV##_##ID##_pin.name, \
drivers/pinctrl/cirrus/pinctrl-lochnagar.c
96
.drv_data = (void *)&lochnagar##REV##_##ID##_pin, \
drivers/pinctrl/pinctrl-lpc18xx.c
213
static struct lpc18xx_pin_caps lpc18xx_pin_p##port##_##pin = { \
drivers/pinctrl/pinctrl-lpc18xx.c
427
.drv_data = &lpc18xx_pin_p##port##_##pin \
drivers/pinctrl/pinctrl-rp1.c
564
PIN(0, spi0, dpi, uart1, i2c0, _, gpio, proc_rio, pio, spi2),
drivers/pinctrl/pinctrl-rp1.c
565
PIN(1, spi0, dpi, uart1, i2c0, _, gpio, proc_rio, pio, spi2),
drivers/pinctrl/pinctrl-rp1.c
572
PIN(8, spi0, dpi, uart3, i2c0, _, gpio, proc_rio, pio, spi4),
drivers/pinctrl/pinctrl-rp1.c
573
PIN(9, spi0, dpi, uart3, i2c0, _, gpio, proc_rio, pio, spi4),
drivers/pinctrl/pinctrl-rp1.c
574
PIN(10, spi0, dpi, uart3, i2c1, _, gpio, proc_rio, pio, spi4),
drivers/pinctrl/pinctrl-rp1.c
575
PIN(11, spi0, dpi, uart3, i2c1, _, gpio, proc_rio, pio, spi4),
drivers/pinctrl/pinctrl-rp1.c
580
PIN(16, spi1, dpi, dsi0_te_ext, _, uart0, gpio, proc_rio, pio, _),
drivers/pinctrl/pinctrl-rp1.c
581
PIN(17, spi1, dpi, dsi1_te_ext, _, uart0, gpio, proc_rio, pio, _),
drivers/pinctrl/pinctrl-rp1.c
583
PIN(19, spi1, dpi, i2s0, pwm0, i2s1, gpio, proc_rio, pio, _),
drivers/pinctrl/pinctrl-rp1.c
584
PIN(20, spi1, dpi, i2s0, gpclk0, i2s1, gpio, proc_rio, pio, _),
drivers/pinctrl/pinctrl-rp1.c
585
PIN(21, spi1, dpi, i2s0, gpclk1, i2s1, gpio, proc_rio, pio, _),
drivers/pinctrl/pinctrl-rp1.c
586
PIN(22, sd0, dpi, i2s0, i2c3, i2s1, gpio, proc_rio, pio, _),
drivers/pinctrl/pinctrl-rp1.c
587
PIN(23, sd0, dpi, i2s0, i2c3, i2s1, gpio, proc_rio, pio, _),
drivers/pinctrl/pinctrl-rp1.c
588
PIN(24, sd0, dpi, i2s0, _, i2s1, gpio, proc_rio, pio, spi2),
drivers/pinctrl/pinctrl-rp1.c
592
PIN(28, sd1, i2c4, i2s2, spi6, vbus0, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
593
PIN(29, sd1, i2c4, i2s2, spi6, vbus0, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
594
PIN(30, sd1, i2c5, i2s2, spi6, uart5, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
595
PIN(31, sd1, i2c5, i2s2, spi6, uart5, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
596
PIN(32, sd1, gpclk3, i2s2, spi6, uart5, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
597
PIN(33, sd1, gpclk4, i2s2, spi6, uart5, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
598
PIN(34, pwm1, gpclk3, vbus0, i2c4, mic, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
599
PIN(35, spi8, pwm1, vbus0, i2c4, mic, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
600
PIN(36, spi8, uart5, pcie_clkreq_n, i2c5, mic, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
601
PIN(37, spi8, uart5, mic, i2c5, pcie_clkreq_n, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
602
PIN(38, spi8, uart5, mic, i2c6, aaud, gpio, proc_rio, dsi0_te_ext, _),
drivers/pinctrl/pinctrl-rp1.c
603
PIN(39, spi8, uart5, mic, i2c6, aaud, gpio, proc_rio, dsi1_te_ext, _),
drivers/pinctrl/pinctrl-rp1.c
604
PIN(40, pwm1, uart5, i2c4, spi6, aaud, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
605
PIN(41, pwm1, uart5, i2c4, spi6, aaud, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
606
PIN(42, gpclk5, uart5, vbus1, spi6, i2s2, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
607
PIN(43, gpclk4, uart5, vbus1, spi6, i2s2, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
608
PIN(44, gpclk5, i2c5, pwm1, spi6, i2s2, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
609
PIN(45, pwm1, i2c5, spi7, spi6, i2s2, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
610
PIN(46, gpclk3, i2c4, spi7, mic, i2s2, gpio, proc_rio, dsi0_te_ext, _),
drivers/pinctrl/pinctrl-rp1.c
611
PIN(47, gpclk5, i2c4, spi7, mic, i2s2, gpio, proc_rio, dsi1_te_ext, _),
drivers/pinctrl/pinctrl-rp1.c
612
PIN(48, pwm1, pcie_clkreq_n, spi7, mic, uart5, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
613
PIN(49, spi8, spi7, i2c5, aaud, uart5, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
614
PIN(50, spi8, spi7, i2c5, aaud, vbus2, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
615
PIN(51, spi8, spi7, i2c6, aaud, vbus2, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
616
PIN(52, spi8, _, i2c6, aaud, vbus3, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
617
PIN(53, spi8, spi7, _, pcie_clkreq_n, vbus3, gpio, proc_rio, _, _),
drivers/pinctrl/pinctrl-rp1.c
621
LEGACY_MAP(0, i2c0, _, dpi, spi2, uart1, _),
drivers/pinctrl/pinctrl-rp1.c
622
LEGACY_MAP(1, i2c0, _, dpi, spi2, uart1, _),
drivers/pinctrl/pinctrl-rp1.c
623
LEGACY_MAP(2, i2c1, _, dpi, spi2, uart1, _),
drivers/pinctrl/pinctrl-rp1.c
624
LEGACY_MAP(3, i2c1, _, dpi, spi2, uart1, _),
drivers/pinctrl/pinctrl-rp1.c
625
LEGACY_MAP(4, gpclk0, _, dpi, spi3, uart2, i2c2),
drivers/pinctrl/pinctrl-rp1.c
626
LEGACY_MAP(5, gpclk1, _, dpi, spi3, uart2, i2c2),
drivers/pinctrl/pinctrl-rp1.c
627
LEGACY_MAP(6, gpclk2, _, dpi, spi3, uart2, i2c3),
drivers/pinctrl/pinctrl-rp1.c
628
LEGACY_MAP(7, spi0, _, dpi, spi3, uart2, i2c3),
drivers/pinctrl/pinctrl-rp1.c
629
LEGACY_MAP(8, spi0, _, dpi, _, uart3, i2c0),
drivers/pinctrl/pinctrl-rp1.c
630
LEGACY_MAP(9, spi0, _, dpi, _, uart3, i2c0),
drivers/pinctrl/pinctrl-rp1.c
631
LEGACY_MAP(10, spi0, _, dpi, _, uart3, i2c1),
drivers/pinctrl/pinctrl-rp1.c
632
LEGACY_MAP(11, spi0, _, dpi, _, uart3, i2c1),
drivers/pinctrl/pinctrl-rp1.c
633
LEGACY_MAP(12, pwm0, _, dpi, spi5, uart4, i2c2),
drivers/pinctrl/pinctrl-rp1.c
634
LEGACY_MAP(13, pwm0, _, dpi, spi5, uart4, i2c2),
drivers/pinctrl/pinctrl-rp1.c
635
LEGACY_MAP(14, uart0, _, dpi, spi5, uart4, _),
drivers/pinctrl/pinctrl-rp1.c
636
LEGACY_MAP(15, uart0, _, dpi, spi5, uart4, _),
drivers/pinctrl/pinctrl-rp1.c
637
LEGACY_MAP(16, _, _, dpi, uart0, spi1, _),
drivers/pinctrl/pinctrl-rp1.c
638
LEGACY_MAP(17, _, _, dpi, uart0, spi1, _),
drivers/pinctrl/pinctrl-rp1.c
639
LEGACY_MAP(18, i2s0, _, dpi, _, spi1, pwm0),
drivers/pinctrl/pinctrl-rp1.c
640
LEGACY_MAP(19, i2s0, _, dpi, _, spi1, pwm0),
drivers/pinctrl/pinctrl-rp1.c
641
LEGACY_MAP(20, i2s0, _, dpi, _, spi1, gpclk0),
drivers/pinctrl/pinctrl-rp1.c
642
LEGACY_MAP(21, i2s0, _, dpi, _, spi1, gpclk1),
drivers/pinctrl/pinctrl-rp1.c
643
LEGACY_MAP(22, sd0, _, dpi, _, _, i2c3),
drivers/pinctrl/pinctrl-rp1.c
644
LEGACY_MAP(23, sd0, _, dpi, _, _, i2c3),
drivers/pinctrl/pinctrl-rp1.c
645
LEGACY_MAP(24, sd0, _, dpi, _, _, spi2),
drivers/pinctrl/pinctrl-rp1.c
646
LEGACY_MAP(25, sd0, _, dpi, _, _, spi3),
drivers/pinctrl/pinctrl-rp1.c
647
LEGACY_MAP(26, sd0, _, dpi, _, _, spi5),
drivers/pinctrl/pinctrl-rp1.c
648
LEGACY_MAP(27, sd0, _, dpi, _, _, _),
drivers/pinctrl/pinctrl-tps6594.c
68
dev_name##_##fname##_func_group_names, \
drivers/pinctrl/pinctrl-tps6594.c
69
ARRAY_SIZE(dev_name##_##fname##_func_group_names)),\
drivers/pinctrl/qcom/pinctrl-eliza.c
1367
[0] = PINGROUP(0, qup2_se0, ibi_i3c, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1368
[1] = PINGROUP(1, qup2_se0, ibi_i3c, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1369
[2] = PINGROUP(2, qup2_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1370
[3] = PINGROUP(3, qup2_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1371
[4] = PINGROUP(4, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1372
[5] = PINGROUP(5, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1373
[6] = PINGROUP(6, qup2_se1, hdmi_ddc_scl, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1374
[7] = PINGROUP(7, qup2_se1, hdmi_ddc_sda, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1375
[8] = PINGROUP(8, qup2_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1376
[9] = PINGROUP(9, qup2_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1377
[10] = PINGROUP(10, qup2_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1378
[11] = PINGROUP(11, qup2_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1379
[12] = PINGROUP(12, qup2_se4, ibi_i3c, mdp_esync1_out, qup2_se7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1380
[13] = PINGROUP(13, qup2_se4, ibi_i3c, mdp_vsync_e, mdp_esync0_out, qup2_se7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1381
[14] = PINGROUP(14, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1382
[15] = PINGROUP(15, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1383
[16] = PINGROUP(16, qup2_se5, qup2_se2, mdp_vsync, mdp_vsync2_out, mdp_vsync3_out, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1384
[17] = PINGROUP(17, qup2_se5, qup2_se2, mdp_vsync, mdp_vsync0_out, mdp_vsync1_out, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1385
[18] = PINGROUP(18, qup2_se5, qup2_se2, hdmi_pixel_clk, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1386
[19] = PINGROUP(19, qup2_se5, hdmi_rcv_det, _, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1387
[20] = PINGROUP(20, qup2_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1388
[21] = PINGROUP(21, qup2_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1389
[22] = PINGROUP(22, qup2_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1390
[23] = PINGROUP(23, qup2_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1391
[24] = PINGROUP(24, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1392
[25] = PINGROUP(25, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1393
[26] = PINGROUP(26, qup2_se4, aoss_cti, qup2_se7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1394
[27] = PINGROUP(27, qup2_se4, aoss_cti, mdp_vsync11_out, qup2_se7, gcc_gp1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1395
[28] = PINGROUP(28, qup1_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1396
[29] = PINGROUP(29, qup1_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1397
[30] = PINGROUP(30, qup1_se0, qup1_se2, cci_async_in, gcc_gp3, qdss_gpio_tracedata, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1398
[31] = PINGROUP(31, qup1_se0, cci_async_in, qdss_gpio_tracedata, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1399
[32] = PINGROUP(32, qup1_se1, ibi_i3c, audio_ref_clk, gcc_gp2, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1400
[33] = PINGROUP(33, qup1_se1, ibi_i3c, host2wlan_sol, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1401
[34] = PINGROUP(34, qup1_se1, qup1_se5, tb_trig_sdc1, ddr_bist_start, qdss_gpio_tracedata, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1402
[35] = PINGROUP(35, qup1_se1, qup1_se5, tb_trig_sdc2, gcc_gp2, qdss_gpio_tracedata, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1403
[36] = PINGROUP(36, qup1_se4_01, qup1_se4_23, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1404
[37] = PINGROUP(37, qup1_se4_01, qup1_se4_23, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1405
[38] = PINGROUP(38, sdc2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1406
[39] = PINGROUP(39, sdc2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1407
[40] = PINGROUP(40, qup1_se6, qup1_se2, qup1_se6_l3_mira, _, qdss_gpio_tracedata, gnss_adc1, ddr_pxi1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1408
[41] = PINGROUP(41, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1409
[42] = PINGROUP(42, qup1_se6, qup1_se2, qup1_se6_l1_mira, qdss_gpio_tracedata, gnss_adc0, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1410
[43] = PINGROUP(43, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1411
[44] = PINGROUP(44, qup1_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1412
[45] = PINGROUP(45, qup1_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1413
[46] = PINGROUP(46, qup1_se3, hdmi_tx_cec, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1414
[47] = PINGROUP(47, qup1_se3, hdmi_hot_plug, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1415
[48] = PINGROUP(48, sdc2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1416
[49] = PINGROUP(49, sdc2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1417
[50] = PINGROUP(50, sdc2_fb_clk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1418
[51] = PINGROUP(51, sdc2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1419
[52] = PINGROUP(52, qup1_se2, pcie1_clk_req_n, qup1_se2_l2_mirb, ddr_bist_complete, qdss_gpio_tracedata, _, vsense_trigger_mirnat, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1420
[53] = PINGROUP(53, qup1_se2, qup1_se2_l3_mirb, gcc_gp1, ddr_bist_stop, _, qdss_gpio_tracedata, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1421
[54] = PINGROUP(54, qup1_se2_l2_mira, qup1_se6_l1_mirb, qdss_gpio_traceclk, gnss_adc1, atest_usb, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1422
[55] = PINGROUP(55, qup1_se2_l3_mira, dp0_hot, qup1_se6_l3_mirb, _, gnss_adc0, atest_usb, ddr_pxi0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1423
[56] = PINGROUP(56, usb0_hs, tsense_pwm1, tsense_pwm2, tsense_pwm3, tsense_pwm4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1424
[57] = PINGROUP(57, sd_write_protect, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1425
[58] = PINGROUP(58, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1426
[59] = PINGROUP(59, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1427
[60] = PINGROUP(60, i2s0_sck, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1428
[61] = PINGROUP(61, i2s0_ws, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1429
[62] = PINGROUP(62, sdc2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1430
[63] = PINGROUP(63, resout_gpio, i2s0_data1, cci_timer, vfr_0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1431
[64] = PINGROUP(64, i2s0_data0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1432
[65] = PINGROUP(65, cam_mclk, _, qdss_gpio_tracedata, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1433
[66] = PINGROUP(66, cam_mclk, _, qdss_gpio_tracedata, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1434
[67] = PINGROUP(67, cam_mclk, prng_rosc0, _, qdss_gpio_tracedata, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1435
[68] = PINGROUP(68, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1436
[69] = PINGROUP(69, cam_mclk, audio_ext_mclk0, resout_gpio, prng_rosc1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1437
[70] = PINGROUP(70, cci_i2c_sda, tmess_prng2, _, phase_flag, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1438
[71] = PINGROUP(71, cci_i2c_scl, tmess_prng3, _, phase_flag, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1439
[72] = PINGROUP(72, cci_i2c_sda, tmess_prng1, qdss_gpio_tracectl, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1440
[73] = PINGROUP(73, cci_i2c_scl, tmess_prng0, qdss_cti, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1441
[74] = PINGROUP(74, cci_i2c_sda, prng_rosc3, qdss_cti, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1442
[75] = PINGROUP(75, cci_i2c_scl, _, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1443
[76] = PINGROUP(76, cci_i2c_sda, cci_timer, prng_rosc2, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1444
[77] = PINGROUP(77, cci_i2c_scl, jitter_bist, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1445
[78] = PINGROUP(78, qup1_se7, qup1_se7_l0_mirb, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1446
[79] = PINGROUP(79, qspi0, mdp_vsync, qup2_se3_l0_mira, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1447
[80] = PINGROUP(80, pcie0_clk_req_n, qup1_se7_l1_mira, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1448
[81] = PINGROUP(81, wcn_sw_ctrl, qup1_se7_l0_mira, dbg_out_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1449
[82] = PINGROUP(82, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1450
[83] = PINGROUP(83, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1451
[84] = PINGROUP(84, uim0_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1452
[85] = PINGROUP(85, uim0_clk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1453
[86] = PINGROUP(86, uim0_reset, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1454
[87] = PINGROUP(87, uim0_present, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1455
[88] = PINGROUP(88, uim1_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1456
[89] = PINGROUP(89, uim1_clk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1457
[90] = PINGROUP(90, uim1_reset, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1458
[91] = PINGROUP(91, uim1_present, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1459
[92] = PINGROUP(92, qlink_little_request, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1460
[93] = PINGROUP(93, qlink_little_enable, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1461
[94] = PINGROUP(94, qlink_wmss, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1462
[95] = PINGROUP(95, qlink_big_request, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1463
[96] = PINGROUP(96, qlink_big_enable, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1464
[97] = PINGROUP(97, uim1_data, qspi0, qup2_se3_l1_mira, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1465
[98] = PINGROUP(98, uim1_clk, qspi0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1466
[99] = PINGROUP(99, uim1_reset, qspi0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1467
[100] = PINGROUP(100, uim1_present, qspi0, qup2_se3, coex_uart2_tx, qup2_se3_l1_mirb, mdp_vsync, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1468
[101] = PINGROUP(101, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1469
[102] = PINGROUP(102, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1470
[103] = PINGROUP(103, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1471
[104] = PINGROUP(104, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1472
[105] = PINGROUP(105, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1473
[106] = PINGROUP(106, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1474
[107] = PINGROUP(107, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1475
[108] = PINGROUP(108, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1476
[109] = PINGROUP(109, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1477
[110] = PINGROUP(110, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1478
[111] = PINGROUP(111, coex_uart1_tx, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1479
[112] = PINGROUP(112, coex_uart1_rx, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1480
[113] = PINGROUP(113, _, nav_gpio3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1481
[114] = PINGROUP(114, qup1_se7, qup1_se7_l1_mirb, _, qdss_gpio_tracedata, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1482
[115] = PINGROUP(115, _, qspi0, cci_async_in, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1483
[116] = PINGROUP(116, qspi0, coex_uart2_rx, qup2_se3, qup2_se3_l0_mirb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1484
[117] = PINGROUP(117, nav_gpio1, _, vfr_1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1485
[118] = PINGROUP(118, nav_gpio2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1486
[119] = PINGROUP(119, nav_gpio0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1487
[120] = PINGROUP(120, sdc1, mdp_vsync, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1488
[121] = PINGROUP(121, sdc1, mdp_vsync, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1489
[122] = PINGROUP(122, usb_phy, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1490
[123] = PINGROUP(123, sdc1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1491
[124] = PINGROUP(124, sdc1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1492
[125] = PINGROUP(125, sdc1, cci_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1493
[126] = PINGROUP(126, sdc1, cci_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1494
[127] = PINGROUP(127, sdc1, cci_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1495
[128] = PINGROUP(128, sdc1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1496
[129] = PINGROUP(129, sdc1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1497
[130] = PINGROUP(130, sdc1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1498
[131] = PINGROUP(131, sdc1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1499
[132] = PINGROUP(132, qup1_se5, _, qdss_gpio_tracedata, hdmi_dtest0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1500
[133] = PINGROUP(133, qup1_se5, _, qdss_gpio_tracedata, hdmi_dtest1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1501
[134] = PINGROUP(134, qup1_se5, qdss_gpio_tracedata, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1502
[135] = PINGROUP(135, qup1_se5, _, pll_clk_aux, qdss_gpio_tracedata, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1503
[136] = PINGROUP(136, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1504
[137] = PINGROUP(137, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1505
[138] = PINGROUP(138, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1506
[139] = PINGROUP(139, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1507
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1508
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1509
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1510
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1511
[144] = PINGROUP(144, _, qdss_gpio_tracectl, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1512
[145] = PINGROUP(145, qdss_gpio_tracedata, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1513
[146] = PINGROUP(146, _, qdss_gpio_tracedata, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1514
[147] = PINGROUP(147, ddr_bist_fail, _, qdss_gpio_traceclk, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1515
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1516
[149] = PINGROUP(149, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1517
[150] = PINGROUP(150, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1518
[151] = PINGROUP(151, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1519
[152] = PINGROUP(152, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1520
[153] = PINGROUP(153, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1521
[154] = PINGROUP(154, qdss_cti, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1522
[155] = PINGROUP(155, _, qdss_gpio_tracedata, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1523
[156] = PINGROUP(156, _, qdss_gpio_tracedata, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1524
[157] = PINGROUP(157, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1525
[158] = PINGROUP(158, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1526
[159] = PINGROUP(159, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1527
[160] = PINGROUP(160, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1528
[161] = PINGROUP(161, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1529
[162] = PINGROUP(162, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1530
[163] = PINGROUP(163, _, phase_flag, qdss_gpio_tracedata, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1531
[164] = PINGROUP(164, _, phase_flag, qdss_gpio_tracedata, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1532
[165] = PINGROUP(165, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1533
[166] = PINGROUP(166, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1534
[167] = PINGROUP(167, _, phase_flag, qdss_gpio_tracedata, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1535
[168] = PINGROUP(168, _, phase_flag, qdss_gpio_tracedata, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1536
[169] = PINGROUP(169, _, phase_flag, qdss_gpio_tracedata, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1537
[170] = PINGROUP(170, _, phase_flag, qdss_gpio_tracedata, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1538
[171] = PINGROUP(171, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1539
[172] = PINGROUP(172, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1540
[173] = PINGROUP(173, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1541
[174] = PINGROUP(174, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1542
[175] = PINGROUP(175, resout_gpio, _, phase_flag, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1543
[176] = PINGROUP(176, _, phase_flag, qdss_cti, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1544
[177] = PINGROUP(177, _, phase_flag, qdss_gpio_tracedata, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1545
[178] = PINGROUP(178, _, phase_flag, qdss_gpio_tracedata, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1546
[179] = PINGROUP(179, _, phase_flag, qdss_gpio_tracedata, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1547
[180] = PINGROUP(180, _, phase_flag, qdss_gpio_tracedata, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1548
[181] = PINGROUP(181, _, phase_flag, qdss_gpio_tracedata, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1549
[182] = PINGROUP(182, _, phase_flag, qdss_gpio_tracedata, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-eliza.c
1550
[183] = PINGROUP(183, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-eliza.c
1551
[184] = PINGROUP(184, pll_bist_sync, qdss_cti, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1436
[0] = PINGROUP(0, qup0_se0, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1437
[1] = PINGROUP(1, qup0_se0, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1438
[2] = PINGROUP(2, qup0_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1439
[3] = PINGROUP(3, qup0_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1440
[4] = PINGROUP(4, qup0_se1, qup0_se6, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1441
[5] = PINGROUP(5, qup0_se1, qup0_se6, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1442
[6] = PINGROUP(6, qup0_se1, qup0_se6, i2c0_s_sda, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1443
[7] = PINGROUP(7, qup0_se1, qup0_se6, i2c0_s_scl, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1444
[8] = PINGROUP(8, qup0_se2, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1445
[9] = PINGROUP(9, qup0_se2, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1446
[10] = PINGROUP(10, qup0_se2, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1447
[11] = PINGROUP(11, qup0_se2, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1448
[12] = PINGROUP(12, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1449
[13] = PINGROUP(13, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1450
[14] = PINGROUP(14, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1451
[15] = PINGROUP(15, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1452
[16] = PINGROUP(16, qup0_se4, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1453
[17] = PINGROUP(17, qup0_se4, qup0_se2, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1454
[18] = PINGROUP(18, qup0_se4, qup0_se2, phase_flag, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1455
[19] = PINGROUP(19, qup0_se4, qup0_se2, phase_flag, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1456
[20] = PINGROUP(20, qup0_se5, _, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1457
[21] = PINGROUP(21, qup0_se5, qup0_se3, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1458
[22] = PINGROUP(22, qup0_se5, qup0_se3, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1459
[23] = PINGROUP(23, qup0_se5, qup0_se3, phase_flag, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1460
[24] = PINGROUP(24, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1461
[25] = PINGROUP(25, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1462
[26] = PINGROUP(26, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1463
[27] = PINGROUP(27, phase_flag, _, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1464
[28] = PINGROUP(28, pll_bist_sync, tsense_pwm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1465
[29] = PINGROUP(29, tsense_pwm, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1466
[30] = PINGROUP(30, tsense_pwm, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1467
[31] = PINGROUP(31, tsense_pwm, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1468
[32] = PINGROUP(32, qup1_se0, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1469
[33] = PINGROUP(33, qup1_se0, ibi_i3c, qup1_se3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1470
[34] = PINGROUP(34, qup1_se0, qup1_se3, tsense_pwm, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1471
[35] = PINGROUP(35, qup1_se0, qup1_se3, pll_clk_aux, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1472
[36] = PINGROUP(36, qup1_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1473
[37] = PINGROUP(37, qup1_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1474
[38] = PINGROUP(38, qup1_se1, atest_usb, ddr_pxi, vsense_trigger_mirnat, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1475
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1476
[39] = PINGROUP(39, qup1_se1, sys_throttle, _, atest_usb, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1477
[40] = PINGROUP(40, qup1_se2, qup3_se1, _, atest_usb, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1478
[41] = PINGROUP(41, qup1_se2, qup3_se1, qup3_se0, atest_usb, ddr_pxi, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1479
_, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1480
[42] = PINGROUP(42, qup1_se2, qup3_se1, qup0_se1, atest_usb, ddr_pxi, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1481
_, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1482
[43] = PINGROUP(43, qup1_se2, qup3_se1, _, atest_usb, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1483
[44] = PINGROUP(44, qup1_se3, _, atest_usb, ddr_pxi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1484
[45] = PINGROUP(45, qup1_se3, cmu_rng, _, atest_usb, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1485
[46] = PINGROUP(46, qup1_se3, cmu_rng, _, atest_usb, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1486
[47] = PINGROUP(47, qup1_se3, cmu_rng, _, atest_usb, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1487
[48] = PINGROUP(48, qup1_se4, qup3_se1, cmu_rng, _, atest_usb, ddr_pxi, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1488
_, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1489
[49] = PINGROUP(49, qup1_se4, qup1_se2, qup3_se1, _, atest_usb, ddr_pxi, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1490
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1491
[50] = PINGROUP(50, qup1_se4, qup1_se2, qup3_se1, _, atest_usb, ddr_pxi, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1492
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1494
ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1495
[52] = PINGROUP(52, qup1_se5, qup1_se7, jitter_bist, atest_usb, ddr_pxi, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1496
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1497
[53] = PINGROUP(53, qup1_se5, qup1_se7, _, atest_usb, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1498
[54] = PINGROUP(54, qup1_se5, qup1_se7, ddr_bist_start, atest_usb, ddr_pxi, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1499
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1500
[55] = PINGROUP(55, qup1_se5, qup1_se7, ddr_bist_stop, atest_usb, ddr_pxi, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1501
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1502
[56] = PINGROUP(56, qup1_se6, ddr_bist_fail, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1503
[57] = PINGROUP(57, qup1_se6, ddr_bist_complete, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1504
[58] = PINGROUP(58, qup1_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1505
[59] = PINGROUP(59, qup1_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1506
[60] = PINGROUP(60, aoss_cti, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1507
[61] = PINGROUP(61, aoss_cti, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1508
[62] = PINGROUP(62, aoss_cti, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1509
[63] = PINGROUP(63, aoss_cti, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1510
[64] = PINGROUP(64, qup2_se0, ibi_i3c, gcc_gp2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1511
[65] = PINGROUP(65, qup2_se0, qup2_se3, ibi_i3c, atest_usb, ddr_pxi, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1512
_, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1513
[66] = PINGROUP(66, qup2_se0, qup2_se3, atest_usb, ddr_pxi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1514
[67] = PINGROUP(67, qup2_se0, qup2_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1515
[68] = PINGROUP(68, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1516
[69] = PINGROUP(69, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1517
[70] = PINGROUP(70, qup2_se1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1518
[71] = PINGROUP(71, qup2_se1, gcc_gp1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1519
[72] = PINGROUP(72, qup2_se2, gcc_gp1, atest_usb, ddr_pxi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1520
[73] = PINGROUP(73, qup2_se2, gcc_gp2, atest_usb, ddr_pxi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1521
[74] = PINGROUP(74, qup2_se2, gcc_gp3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1522
[75] = PINGROUP(75, qup2_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1523
[76] = PINGROUP(76, qup2_se3, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1524
[77] = PINGROUP(77, qup2_se3, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1525
[78] = PINGROUP(78, qup2_se3, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1526
[79] = PINGROUP(79, qup2_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1527
[80] = PINGROUP(80, qup2_se4, qup2_se7, atest_usb, ddr_pxi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1528
[81] = PINGROUP(81, qup2_se4, qup2_se2, qup2_se7, atest_usb, ddr_pxi, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1529
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1530
[82] = PINGROUP(82, qup2_se4, qup2_se2, qup2_se7, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1531
[83] = PINGROUP(83, qup2_se4, qup2_se2, qup2_se7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1532
[84] = PINGROUP(84, qup2_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1533
[85] = PINGROUP(85, qup2_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1534
[86] = PINGROUP(86, qup2_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1535
[87] = PINGROUP(87, qup2_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1536
[88] = PINGROUP(88, qup2_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1537
[89] = PINGROUP(89, qup2_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1538
[90] = PINGROUP(90, qup2_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1539
[91] = PINGROUP(91, qup2_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1540
[92] = PINGROUP(92, tmess_prng, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1541
[93] = PINGROUP(93, tmess_prng, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1542
[94] = PINGROUP(94, sys_throttle, tmess_prng, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1543
[95] = PINGROUP(95, tmess_prng, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1544
[96] = PINGROUP(96, cam_mclk, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1545
[97] = PINGROUP(97, cam_mclk, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1546
[98] = PINGROUP(98, cam_mclk, mdp_vsync_p, usb0_tmu, usb1_tmu, usb2_tmu, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1547
[99] = PINGROUP(99, cam_mclk, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1548
[100] = PINGROUP(100, cam_asc_mclk4, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1549
[101] = PINGROUP(101, cci_i2c_sda, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1550
[102] = PINGROUP(102, cci_i2c_scl, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1551
[103] = PINGROUP(103, cci_i2c_sda, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1552
[104] = PINGROUP(104, cci_i2c_scl, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1553
[105] = PINGROUP(105, cci_i2c_sda, mdp_vsync_s, usb1_dbg, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1554
[106] = PINGROUP(106, cci_i2c_scl, mdp_vsync_e, usb1_dbg, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1555
[107] = PINGROUP(107, qdss_gpio, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1556
[108] = PINGROUP(108, qdss_gpio, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1557
[109] = PINGROUP(109, cci_timer, mdp_vsync_out, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1558
[110] = PINGROUP(110, cci_timer, mdp_vsync_out, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1559
[111] = PINGROUP(111, cci_timer, cci_async_in, mdp_vsync_out, qdss_gpio, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1560
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1561
[112] = PINGROUP(112, cci_timer, cci_async_in, mdp_vsync_out, qdss_gpio, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1562
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1563
[113] = PINGROUP(113, cci_timer, cci_async_in, mdp_vsync_out, qdss_gpio, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1564
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1565
[114] = PINGROUP(114, mdp_vsync_out, mdp_vsync_out, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1566
[115] = PINGROUP(115, mdp_vsync_out, mdp_vsync_out, edp1_lcd, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1567
[116] = PINGROUP(116, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1568
[117] = PINGROUP(117, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1569
[118] = PINGROUP(118, host2wlan_sol, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1570
[119] = PINGROUP(119, edp0_hot, edp1_lcd, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1571
[120] = PINGROUP(120, edp0_lcd, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1572
[121] = PINGROUP(121, usb0_phy_ps, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1573
[122] = PINGROUP(122, usb0_dp, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1574
[123] = PINGROUP(123, usb1_phy_ps, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1575
[124] = PINGROUP(124, usb1_dp, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1576
[125] = PINGROUP(125, usb2_phy_ps, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1577
[126] = PINGROUP(126, usb2_dp, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1578
[127] = PINGROUP(127, qspi0, sdc4_clk, qup3_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1579
[128] = PINGROUP(128, qspi0, sdc4_data, qup3_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1580
[129] = PINGROUP(129, qspi0, sdc4_data, qup3_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1581
[130] = PINGROUP(130, qspi0, sdc4_data, qup3_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1582
[131] = PINGROUP(131, qspi0, sdc4_data, qup3_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1583
[132] = PINGROUP(132, qspi0, sdc4_cmd, qup3_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1584
[133] = PINGROUP(133, qspi0, tb_trig_sdc4, qup3_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1585
[134] = PINGROUP(134, audio_ext_mclk0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1586
[135] = PINGROUP(135, i2s0_sck, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1587
[136] = PINGROUP(136, i2s0_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1588
[137] = PINGROUP(137, i2s0_data, tb_trig_sdc2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1589
[138] = PINGROUP(138, i2s0_ws, tsense_pwm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1590
[139] = PINGROUP(139, i2s1_sck, tsense_pwm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1591
[140] = PINGROUP(140, i2s1_data, tsense_pwm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1592
[141] = PINGROUP(141, i2s1_ws, tsense_therm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1593
[142] = PINGROUP(142, i2s1_data, audio_ext_mclk1, audio_ref_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1594
[143] = PINGROUP(143, pcie3a_rst_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1595
[144] = PINGROUP(144, pcie3a_clk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1596
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1597
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1598
[147] = PINGROUP(147, pcie4_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1599
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1600
[149] = PINGROUP(149, qdss_gpio, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1601
[150] = PINGROUP(150, pcie6_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1602
[151] = PINGROUP(151, qdss_gpio, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1603
[152] = PINGROUP(152, qdss_gpio, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1604
[153] = PINGROUP(153, pcie5_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1605
[154] = PINGROUP(154, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1606
[155] = PINGROUP(155, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1607
[156] = PINGROUP(156, pcie3b_clk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1608
[157] = PINGROUP(157, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1609
[158] = PINGROUP(158, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1610
[159] = PINGROUP(159, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1611
[160] = PINGROUP(160, resout_gpio_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1612
[161] = PINGROUP(161, qdss_cti, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1613
[162] = PINGROUP(162, sd_write_protect, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1614
[163] = PINGROUP(163, usb0_sbrx, prng_rosc, phase_flag, _, atest_char, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1615
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1616
[164] = PINGROUP(164, usb0_sbtx, prng_rosc, phase_flag, _, atest_char, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1617
_),
drivers/pinctrl/qcom/pinctrl-glymur.c
1618
[165] = PINGROUP(165, usb0_sbtx, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1619
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1620
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1621
[168] = PINGROUP(168, eusb_ac_en, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1622
[169] = PINGROUP(169, eusb_ac_en, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1623
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1624
[171] = PINGROUP(171, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1625
[172] = PINGROUP(172, usb1_sbrx, phase_flag, _, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1626
[173] = PINGROUP(173, usb1_sbtx, cri_trng, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1627
[174] = PINGROUP(174, usb1_sbtx, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1628
[175] = PINGROUP(175, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1629
[176] = PINGROUP(176, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1630
[177] = PINGROUP(177, eusb_ac_en, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1631
[178] = PINGROUP(178, eusb_ac_en, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1632
[179] = PINGROUP(179, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1633
[180] = PINGROUP(180, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1634
[181] = PINGROUP(181, usb2_sbrx, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1635
[182] = PINGROUP(182, usb2_sbtx, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1636
[183] = PINGROUP(183, usb2_sbtx, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1637
[184] = PINGROUP(184, phase_flag, _, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1638
[185] = PINGROUP(185, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1639
[186] = PINGROUP(186, eusb_ac_en, prng_rosc, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1640
[187] = PINGROUP(187, eusb_ac_en, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1641
[188] = PINGROUP(188, prng_rosc, phase_flag, _, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1642
[189] = PINGROUP(189, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1643
[190] = PINGROUP(190, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1644
[191] = PINGROUP(191, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1645
[192] = PINGROUP(192, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1646
[193] = PINGROUP(193, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1647
[194] = PINGROUP(194, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1648
[195] = PINGROUP(195, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1649
[196] = PINGROUP(196, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1650
[197] = PINGROUP(197, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1651
[198] = PINGROUP(198, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1652
[199] = PINGROUP(199, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1653
[200] = PINGROUP(200, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1654
[201] = PINGROUP(201, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1655
[202] = PINGROUP(202, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1656
[203] = PINGROUP(203, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1657
[204] = PINGROUP(204, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1658
[205] = PINGROUP(205, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1659
[206] = PINGROUP(206, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1660
[207] = PINGROUP(207, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1661
[208] = PINGROUP(208, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1662
[209] = PINGROUP(209, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1663
[210] = PINGROUP(210, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1664
[211] = PINGROUP(211, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1665
[212] = PINGROUP(212, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1666
[213] = PINGROUP(213, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1667
[214] = PINGROUP(214, wcn_sw_ctrl, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1668
[215] = PINGROUP(215, _, qdss_cti, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1669
[216] = PINGROUP(216, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1670
[217] = PINGROUP(217, _, qdss_cti, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1671
[218] = PINGROUP(218, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1672
[219] = PINGROUP(219, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1673
[220] = PINGROUP(220, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1674
[221] = PINGROUP(221, wcn_sw, _, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1675
[222] = PINGROUP(222, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1676
[223] = PINGROUP(223, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1677
[224] = PINGROUP(224, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1678
[225] = PINGROUP(225, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1679
[226] = PINGROUP(226, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1680
[227] = PINGROUP(227, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1681
[228] = PINGROUP(228, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1682
[229] = PINGROUP(229, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1683
[230] = PINGROUP(230, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1684
[231] = PINGROUP(231, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1685
[232] = PINGROUP(232, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1686
[233] = PINGROUP(233, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1687
[234] = PINGROUP(234, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1688
[235] = PINGROUP(235, asc_cci, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1689
[236] = PINGROUP(236, asc_cci, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1690
[237] = PINGROUP(237, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1691
[238] = PINGROUP(238, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1692
[239] = PINGROUP(239, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1693
[240] = PINGROUP(240, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1694
[241] = PINGROUP(241, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1695
[242] = PINGROUP(242, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1696
[243] = PINGROUP(243, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1697
[244] = PINGROUP(244, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1698
[245] = PINGROUP(245, smb_acok_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1699
[246] = PINGROUP(246, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1700
[247] = PINGROUP(247, qup3_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1701
[248] = PINGROUP(248, pmc_uva_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1702
[249] = PINGROUP(249, pmc_oca_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1310
[0] = PINGROUP(0, qup2_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1311
[1] = PINGROUP(1, qup2_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1312
[2] = PINGROUP(2, qup2_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1313
[3] = PINGROUP(3, qup2_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1314
[4] = PINGROUP(4, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1315
[5] = PINGROUP(5, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1316
[6] = PINGROUP(6, qup2_se1, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1317
[7] = PINGROUP(7, qup2_se1, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1318
[8] = PINGROUP(8, qup3_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1319
[9] = PINGROUP(9, qup3_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1320
[10] = PINGROUP(10, qup3_se1, _, tsense_clm, tsense_pwm, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1321
[11] = PINGROUP(11, qup3_se1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1322
[12] = PINGROUP(12, qup3_se2, ibi_i3c, qup3_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1323
[13] = PINGROUP(13, qup3_se2, ibi_i3c, qup3_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1324
[14] = PINGROUP(14, qup3_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1325
[15] = PINGROUP(15, qup3_se2, cci_async_in, qup3_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1326
[16] = PINGROUP(16, qup3_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1327
[17] = PINGROUP(17, qup3_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1328
[18] = PINGROUP(18, wcn_sw_ctrl, qup3_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1329
[19] = PINGROUP(19, wcn_sw_ctrl, qup3_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1330
[20] = PINGROUP(20, qup3_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1331
[21] = PINGROUP(21, qup3_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1332
[22] = PINGROUP(22, qup3_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1333
[23] = PINGROUP(23, qup3_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1334
[24] = PINGROUP(24, qup3_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1335
[25] = PINGROUP(25, qup3_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1336
[26] = PINGROUP(26, qup3_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1337
[27] = PINGROUP(27, qup3_se5, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1338
[28] = PINGROUP(28, qup4_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1339
[29] = PINGROUP(29, qup4_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1340
[30] = PINGROUP(30, qup4_se1, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1341
[31] = PINGROUP(31, qup4_se1, qdss_cti, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1342
[32] = PINGROUP(32, qup4_se2, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1343
[33] = PINGROUP(33, qup4_se2, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1344
[34] = PINGROUP(34, qup4_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1345
[35] = PINGROUP(35, qup4_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1346
[36] = PINGROUP(36, qup1_se4, uim1, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1347
[37] = PINGROUP(37, qup1_se4, uim1, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1348
[38] = PINGROUP(38, qup1_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1349
[39] = PINGROUP(39, qup1_se4, uim1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1350
[40] = PINGROUP(40, qup1_se2, ddr_bist, _, gnss_adc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1351
[41] = PINGROUP(41, qup1_se2, ddr_bist, _, gnss_adc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1352
[42] = PINGROUP(42, qup1_se2, gnss_adc, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1353
[43] = PINGROUP(43, qup1_se2, _, ddr_pxi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1354
[44] = PINGROUP(44, qup1_se3, ddr_bist, ddr_pxi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1355
[45] = PINGROUP(45, qup1_se3, ddr_bist, ddr_pxi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1356
[46] = PINGROUP(46, qup1_se3, ddr_pxi, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1357
[47] = PINGROUP(47, qup1_se3, dp_hot, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1358
[48] = PINGROUP(48, qup4_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1359
[49] = PINGROUP(49, qup4_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1360
[50] = PINGROUP(50, qup4_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1361
[51] = PINGROUP(51, qup4_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1362
[52] = PINGROUP(52, qup1_se5, ddr_pxi, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1363
[53] = PINGROUP(53, qup1_se5, _, ddr_pxi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1364
[54] = PINGROUP(54, qup1_se5, uim1, ddr_pxi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1365
[55] = PINGROUP(55, qup1_se5, uim1, ddr_pxi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1366
[56] = PINGROUP(56, qup1_se6, uim1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1367
[57] = PINGROUP(57, qup1_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1368
[58] = PINGROUP(58, qup1_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1369
[59] = PINGROUP(59, qup1_se6, usb_phy, vsense_trigger_mirnat, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1370
[60] = PINGROUP(60, qup1_se7, usb_phy, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1371
[61] = PINGROUP(61, qup1_se7, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1372
[62] = PINGROUP(62, qup1_se7, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1373
[63] = PINGROUP(63, qup1_se7, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1374
[64] = PINGROUP(64, qup3_se0_01, qup3_se0_23, rng_rosc, tmess_rng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1375
[65] = PINGROUP(65, qup3_se0_01, qup3_se0_23, rng_rosc, tmess_rng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1376
[66] = PINGROUP(66, i2chub0_se0, rng_rosc, tmess_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1377
[67] = PINGROUP(67, i2chub0_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1378
[68] = PINGROUP(68, i2chub0_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1379
[69] = PINGROUP(69, i2chub0_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1380
[70] = PINGROUP(70, i2chub0_se3, uim1, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1381
[71] = PINGROUP(71, i2chub0_se3, uim1, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1382
[72] = PINGROUP(72, i2chub0_se4, uim1, qdss_cti, _, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1383
[73] = PINGROUP(73, i2chub0_se4, qdss_cti, jitter_bist, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1384
[74] = PINGROUP(74, qup1_se1, aoss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1385
[75] = PINGROUP(75, qup1_se1, aoss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1386
[76] = PINGROUP(76, qup1_se1, aoss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1387
[77] = PINGROUP(77, qup1_se1, aoss_cti, gnss_adc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1388
[78] = PINGROUP(78, i2chub0_se1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1389
[79] = PINGROUP(79, i2chub0_se1, usb0_hs, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1390
[80] = PINGROUP(80, qup1_se0, sdc4_data, qspi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1391
[81] = PINGROUP(81, qup1_se0, sdc4_data, qspi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1392
[82] = PINGROUP(82, qup1_se0, sdc4_data, qdss_cti, qspi, dbg_out_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1393
[83] = PINGROUP(83, qup1_se0, sdc4_clk, qdss_cti, qspi_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1394
[84] = PINGROUP(84, qup4_se3_01, qup4_se3_23, rng_rosc, tmess_rng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1395
[85] = PINGROUP(85, sd_write_protect, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1397
_, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1399
mdp_esync2, gcc_gp, _, tsense_clm, tsense_pwm, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1400
[88] = PINGROUP(88, mdp_esync0, mdp_vsync, qup4_se4_l3, tb_trig_sdc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1401
[89] = PINGROUP(89, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1402
[90] = PINGROUP(90, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1403
[91] = PINGROUP(91, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1404
[92] = PINGROUP(92, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1405
[93] = PINGROUP(93, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1406
[94] = PINGROUP(94, cam_mclk, pll_clk_aux, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1407
[95] = PINGROUP(95, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1408
[96] = PINGROUP(96, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1409
[97] = PINGROUP(97, mdp_esync2, qup2_se3, mdp_vsync, tsense_clm, tsense_pwm, _, _,
drivers/pinctrl/qcom/pinctrl-hawi.c
1410
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1411
[98] = PINGROUP(98, mdp_vsync_e, qup4_se3_l3, mdp_vsync_p, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1412
[99] = PINGROUP(99, sys_throttle, tsense_clm, tsense_pwm, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1413
[100] = PINGROUP(100, mdp_esync1, mdp_esync0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1414
[101] = PINGROUP(101, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1415
[102] = PINGROUP(102, pcie0_rst_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1416
[103] = PINGROUP(103, pcie0_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1417
[104] = PINGROUP(104, pll_bist_sync, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1418
[105] = PINGROUP(105, cci_timer, tsense_clm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1419
[106] = PINGROUP(106, host_rst, cci_timer, tsense_clm, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1420
[107] = PINGROUP(107, cci_i2c3, cci_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1421
[108] = PINGROUP(108, cci_i2c4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1422
[109] = PINGROUP(109, cci_i2c0, cci_async_in, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1423
[110] = PINGROUP(110, cci_i2c0, cci_async_in, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1424
[111] = PINGROUP(111, cci_i2c1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1425
[112] = PINGROUP(112, cci_i2c1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1426
[113] = PINGROUP(113, cci_i2c2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1427
[114] = PINGROUP(114, cci_i2c2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1428
[115] = PINGROUP(115, cci_i2c5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1429
[116] = PINGROUP(116, cci_i2c5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1430
[117] = PINGROUP(117, i2s1, qup2_se2, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1431
[118] = PINGROUP(118, i2s1, qup2_se2, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1432
[119] = PINGROUP(119, i2s1, qup2_se2, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1433
[120] = PINGROUP(120, i2s1, qup2_se2, audio_ext_mclk, audio_ref_clk, _, _,
drivers/pinctrl/qcom/pinctrl-hawi.c
1434
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1435
[121] = PINGROUP(121, audio_ext_mclk, qup4_se3_01, qup4_se3_23, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1436
[122] = PINGROUP(122, i2s0, qup2_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1437
[123] = PINGROUP(123, i2s0, qup2_se3, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1438
[124] = PINGROUP(124, i2s0, qup2_se3, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1439
[125] = PINGROUP(125, i2s0, qup2_se3, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1440
[126] = PINGROUP(126, uim0, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1441
[127] = PINGROUP(127, uim0, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1442
[128] = PINGROUP(128, uim0, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1443
[129] = PINGROUP(129, uim0, atest_usb, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1444
[130] = PINGROUP(130, uim1, qup1_se2, gcc_gp, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1445
[131] = PINGROUP(131, uim1, qup1_se2, gcc_gp, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1446
[132] = PINGROUP(132, uim1, qup1_se2, gcc_gp, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1447
[133] = PINGROUP(133, uim1, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1448
[134] = PINGROUP(134, _, _, nav_rffe, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1449
[135] = PINGROUP(135, _, _, nav_rffe, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1450
[136] = PINGROUP(136, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1451
[137] = PINGROUP(137, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1452
[138] = PINGROUP(138, _, _, nav_rffe, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1453
[139] = PINGROUP(139, _, _, nav_rffe, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1454
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1455
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1456
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1457
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1458
[144] = PINGROUP(144, coex_uart1_rx, coex_espmi, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1459
[145] = PINGROUP(145, coex_uart1_tx, coex_espmi, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1460
[146] = PINGROUP(146, _, vfr, nav_gpio, tb_trig_sdc, qspi_cs, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1461
[147] = PINGROUP(147, _, nav_gpio, sdc4_data, qspi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1462
[148] = PINGROUP(148, nav_gpio, _, sdc4_cmd, qspi_cs, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1463
[149] = PINGROUP(149, cci_i2c4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1464
[150] = PINGROUP(150, nav_gpio0, nav_gpio3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1465
[151] = PINGROUP(151, nav_gpio, vfr, modem_pps_in, modem_pps_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1466
[152] = PINGROUP(152, qlink, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1467
[153] = PINGROUP(153, qlink, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1468
[154] = PINGROUP(154, qlink, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1469
[155] = PINGROUP(155, wcn_sw_ctrl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1470
[156] = PINGROUP(156, wcn_sw_ctrl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1471
[157] = PINGROUP(157, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1472
[158] = PINGROUP(158, qdss_cti, gcc_gp, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1473
[159] = PINGROUP(159, cci_timer, tsense_clm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1474
[160] = PINGROUP(160, cci_timer, cci_i2c3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1475
[161] = PINGROUP(161, qup4_se4_01, qup4_se4_23, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1476
[162] = PINGROUP(162, qup4_se4_01, qup4_se4_23, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1477
[163] = PINGROUP(163, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1478
[164] = PINGROUP(164, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1479
[165] = PINGROUP(165, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1480
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1481
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1482
[168] = PINGROUP(168, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1483
[169] = PINGROUP(169, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1484
[170] = PINGROUP(170, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1485
[171] = PINGROUP(171, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1486
[172] = PINGROUP(172, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1487
[173] = PINGROUP(173, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1488
[174] = PINGROUP(174, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1489
[175] = PINGROUP(175, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1490
[176] = PINGROUP(176, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1491
[177] = PINGROUP(177, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1492
[178] = PINGROUP(178, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1493
[179] = PINGROUP(179, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1494
[180] = PINGROUP(180, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1495
[181] = PINGROUP(181, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1496
[182] = PINGROUP(182, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1497
[183] = PINGROUP(183, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1498
[184] = PINGROUP(184, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1499
[185] = PINGROUP(185, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1500
[186] = PINGROUP(186, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1501
[187] = PINGROUP(187, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1502
[188] = PINGROUP(188, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1503
[189] = PINGROUP(189, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1504
[190] = PINGROUP(190, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1505
[191] = PINGROUP(191, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1506
[192] = PINGROUP(192, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1507
[193] = PINGROUP(193, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1508
[194] = PINGROUP(194, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1509
[195] = PINGROUP(195, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1510
[196] = PINGROUP(196, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1511
[197] = PINGROUP(197, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1512
[198] = PINGROUP(198, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1513
[199] = PINGROUP(199, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1514
[200] = PINGROUP(200, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1515
[201] = PINGROUP(201, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1516
[202] = PINGROUP(202, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1517
[203] = PINGROUP(203, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1518
[204] = PINGROUP(204, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1519
[205] = PINGROUP(205, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1520
[206] = PINGROUP(206, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1521
[207] = PINGROUP(207, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1522
[208] = PINGROUP(208, qup2_se4_01, qup2_se4_23, phase_flag, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1523
[209] = PINGROUP(209, qup2_se4_01, qup2_se4_23, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1524
[210] = PINGROUP(210, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1525
[211] = PINGROUP(211, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1526
[212] = PINGROUP(212, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1527
[213] = PINGROUP(213, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1528
[214] = PINGROUP(214, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1529
[215] = PINGROUP(215, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1530
[216] = PINGROUP(216, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1531
[217] = PINGROUP(217, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1532
[218] = PINGROUP(218, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-hawi.c
1533
[219] = PINGROUP(219, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1534
[220] = PINGROUP(220, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1535
[221] = PINGROUP(221, pcie1_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1536
[222] = PINGROUP(222, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1537
[223] = PINGROUP(223, tsense_pwm, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1538
[224] = PINGROUP(224, tsense_pwm, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-hawi.c
1539
[225] = PINGROUP(225, tsense_pwm, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
679
PINGROUP(0, atest_char, _, qdss_cti_trig_out_a0, wci_txd, wci_rxd, xfem, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
680
PINGROUP(1, atest_char, _, qdss_cti_trig_in_a0, wci_txd, wci_rxd, xfem, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
681
PINGROUP(2, atest_char, _, qdss_cti_trig_out_a1, wci_txd, wci_rxd, xfem, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
682
PINGROUP(3, atest_char, _, qdss_cti_trig_in_a1, wci_txd, wci_rxd, xfem, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
683
PINGROUP(4, sdc1_data, qspi_data, blsp1_spi1, btss, dbg_out, qdss_traceclk_a, _, burn0, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
684
PINGROUP(5, sdc1_data, qspi_data, cxc_clk, blsp1_spi1, blsp1_i2c1, btss, _, qdss_tracectl_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
685
PINGROUP(6, sdc1_data, qspi_data, cxc_data, blsp1_spi1, blsp1_i2c1, btss, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
686
PINGROUP(7, sdc1_data, qspi_data, mac0, blsp1_spi1, btss, _, qdss_tracedata_a, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
687
PINGROUP(8, sdc1_cmd, qspi_cs, mac1, btss, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
688
PINGROUP(9, sdc1_clk, qspi_clk, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
689
PINGROUP(10, blsp0_spi, blsp1_uart0, led0, gcc_plltest, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
690
PINGROUP(11, blsp0_spi, blsp1_uart0, _, gcc_tlmm, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
691
PINGROUP(12, blsp0_spi, blsp0_i2c, blsp1_uart0, _, gcc_plltest, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
692
PINGROUP(13, blsp0_spi, blsp0_i2c, blsp1_uart0, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
693
PINGROUP(14, pcie0_clk, _, _, cri_trng0, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
694
PINGROUP(15, _, _, cri_trng1, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
695
PINGROUP(16, pcie0_wake, _, _, cri_trng, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
696
PINGROUP(17, pcie1_clk, btss, _, prng_rosc, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
697
PINGROUP(18, blsp1_spi0, btss, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
698
PINGROUP(19, pcie1_wake, blsp1_spi0, blsp1_i2c0, btss, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
699
PINGROUP(20, blsp0_uart0, blsp1_spi0, blsp1_i2c0, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
700
PINGROUP(21, blsp0_uart0, blsp1_spi0, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
701
PINGROUP(22, _, pll_test, eud_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
702
PINGROUP(23, audio_rxmclk, audio_pdm0, audio_rxmclk, blsp2_spi1, blsp1_uart2, btss, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
703
PINGROUP(24, audio_rxbclk, audio_pdm0, blsp2_spi1, blsp1_uart2, btss, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
704
PINGROUP(25, audio_rxfsync, audio_pdm1, blsp2_i2c1, blsp2_spi1, blsp1_uart2, btss, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
705
PINGROUP(26, audio_rxd, audio_pdm1, blsp2_i2c1, blsp2_spi1, blsp1_uart2, btss, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
706
PINGROUP(27, audio_txmclk, wsa_swrm, audio_txmclk, blsp2_spi, btss, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
707
PINGROUP(28, audio_txbclk, wsa_swrm, blsp0_uart1, btss, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
708
PINGROUP(29, audio_txfsync, _, blsp0_uart1, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
709
PINGROUP(30, audio_txd, led2, led0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
710
PINGROUP(31, blsp2_spi0, blsp1_uart1, _, qdss_tracedata_b, eud_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
711
PINGROUP(32, blsp2_spi0, blsp1_uart1, _, qdss_tracedata_b, eud_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
712
PINGROUP(33, blsp2_i2c0, blsp2_spi0, blsp1_uart1, _, qdss_tracedata_b, eud_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
713
PINGROUP(34, blsp2_i2c0, blsp2_spi0, blsp1_uart1, _, qdss_tracedata_b, eud_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
714
PINGROUP(35, _, qdss_tracedata_b, eud_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
715
PINGROUP(36, mdc, qdss_tracedata_b, _, wsi_clk3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
716
PINGROUP(37, mdio, atest_char, qdss_tracedata_b, _, wsi_data3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
717
PINGROUP(38, qdss_tracedata_b, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
718
PINGROUP(39, qdss_traceclk_b, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
719
PINGROUP(40, reset_out, qdss_tracectl_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
720
PINGROUP(41, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
721
PINGROUP(42, pwm0, qdss_cti_trig_out_b0, wci_txd, wci_rxd, xfem, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
722
PINGROUP(43, pwm1, qdss_cti_trig_in_b0, wci_txd, wci_rxd, xfem, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
723
PINGROUP(44, pwm2, qdss_cti_trig_out_b1, wci_txd, wci_rxd, xfem, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
724
PINGROUP(45, pwm3, qdss_cti_trig_in_b1, wci_txd, wci_rxd, xfem, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
725
PINGROUP(46, led0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
800
[0] = PINGROUP(0, sdc_data, qspi_data, pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
801
[1] = PINGROUP(1, sdc_data, qspi_data, pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
802
[2] = PINGROUP(2, sdc_data, qspi_data, pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
803
[3] = PINGROUP(3, sdc_data, qspi_data, pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
804
[4] = PINGROUP(4, sdc_cmd, qspi_cs_n, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
805
[5] = PINGROUP(5, sdc_clk, qspi_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
806
[6] = PINGROUP(6, qup_se0, led0, pwm1, _, cri_trng0, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
807
[7] = PINGROUP(7, qup_se0, led1, pwm1, _, cri_trng1, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
808
[8] = PINGROUP(8, qup_se0, pwm1, audio_pri_mclk_out2, audio_pri_mclk_in2, _, cri_trng2, qdss_tracedata_a, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
809
[9] = PINGROUP(9, qup_se0, led2, pwm1, _, cri_trng3, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
810
[10] = PINGROUP(10, pon_rx_los, qup_se3, pwm0, _, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
811
[11] = PINGROUP(11, pon_active_led, qup_se3, pwm0, _, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
812
[12] = PINGROUP(12, pon_tx_dis, qup_se2, pwm0, audio_pri_mclk_out0, audio_pri_mclk_in0, _, qrng_rosc0, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
813
[13] = PINGROUP(13, gpn_tx_dis, qup_se2, pwm0, audio_pri_mclk_out3, audio_pri_mclk_in3, _, qrng_rosc1, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
814
[14] = PINGROUP(14, pon_tx_burst, qup_se0, _, qrng_rosc2, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
815
[15] = PINGROUP(15, pon_tx, qup_se0, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
816
[16] = PINGROUP(16, pon_tx_sd, audio_sec_mclk_out1, audio_sec_mclk_in1, qdss_cti_trig_out_b0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
817
[17] = PINGROUP(17, pon_tx_fault, audio_sec_mclk_out0, audio_sec_mclk_in0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
818
[18] = PINGROUP(18, pps, pll_test, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
819
[19] = PINGROUP(19, mux_tod_out, audio_pri_mclk_out1, audio_pri_mclk_in1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
820
[20] = PINGROUP(20, qup_se2, mdc_slv1, tsens_max, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
821
[21] = PINGROUP(21, qup_se2, mdio_slv1, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
822
[22] = PINGROUP(22, core_voltage_0, qup_se3, pwm3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
823
[23] = PINGROUP(23, led0, qup_se3, dbg_out_clk, qdss_traceclk_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
824
[24] = PINGROUP(24, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
825
[25] = PINGROUP(25, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
826
[26] = PINGROUP(26, mdc_mst, led2, _, qdss_tracectl_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
827
[27] = PINGROUP(27, mdio_mst, led1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
828
[28] = PINGROUP(28, pcie1_clk_req_n, qup_se1, _, _, qdss_cti_trig_out_a0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
829
[29] = PINGROUP(29, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
830
[30] = PINGROUP(30, pcie1_wake, qup_se1, _, _, qdss_cti_trig_in_a0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
831
[31] = PINGROUP(31, pcie0_clk_req_n, mdc_slv0, _, qdss_cti_trig_out_a1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
832
[32] = PINGROUP(32, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
833
[33] = PINGROUP(33, pcie0_wake, mdio_slv0, qdss_cti_trig_in_a1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
834
[34] = PINGROUP(34, audio_pri, atest_char_status0, qdss_cti_trig_in_b0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
835
[35] = PINGROUP(35, audio_pri, rx_los2, atest_char_status1, qdss_cti_trig_out_b1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
836
[36] = PINGROUP(36, audio_pri, _, rx_los1, atest_char_status2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
837
[37] = PINGROUP(37, audio_pri, rx_los0, atest_char_status3, _, qdss_cti_trig_in_b1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
838
[38] = PINGROUP(38, qup_se1, led2, gcc_plltest_bypassnl, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
839
[39] = PINGROUP(39, qup_se1, led1, led0, gcc_tlmm, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
840
[40] = PINGROUP(40, qup_se4, rx_los2, audio_sec, gcc_plltest_resetn, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
841
[41] = PINGROUP(41, qup_se4, rx_los1, audio_sec, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
842
[42] = PINGROUP(42, qup_se4, rx_los0, audio_sec, atest_tic_en, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
843
[43] = PINGROUP(43, qup_se4, audio_sec, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
844
[44] = PINGROUP(44, resout, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
845
[45] = PINGROUP(45, pon_mux_sel, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
846
[46] = PINGROUP(46, dg_out, atest_char_start, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
847
[47] = PINGROUP(47, gpn_rx_los, mdc_slv2, qup_se5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
848
[48] = PINGROUP(48, pon_rx, qup_se5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
849
[49] = PINGROUP(49, gpn_tx_fault, mdio_slv2, qup_se5, audio_sec_mclk_out2, audio_sec_mclk_in2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
850
[50] = PINGROUP(50, gpn_tx_sd, qup_se5, audio_sec_mclk_out3, audio_sec_mclk_in3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
851
[51] = PINGROUP(51, gpn_tx_burst, qup_se5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
852
[52] = PINGROUP(52, qup_se2, qup_se5, qup_se4, qup_se5_l1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5210.c
853
[53] = PINGROUP(53, qup_se2, qup_se4, qup_se5_l1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
754
PINGROUP(0, atest_char0, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
755
PINGROUP(1, atest_char1, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
756
PINGROUP(2, atest_char2, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
757
PINGROUP(3, atest_char3, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
758
PINGROUP(4, qdss_cti_trig_out_a0, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
759
PINGROUP(5, qdss_cti_trig_in_a0, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
760
PINGROUP(6, qdss_cti_trig_out_a1, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
761
PINGROUP(7, qdss_cti_trig_in_a1, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
762
PINGROUP(8, sdc_data, qspi_data, pwm3, qdss_traceclk_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
763
PINGROUP(9, sdc_data, qspi_data, pwm3, qdss_tracectl_a, _, atest_tic, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
764
PINGROUP(10, sdc_data, qspi_data, pwm3, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
765
PINGROUP(11, sdc_data, qspi_data, pwm3, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
766
PINGROUP(12, sdc_cmd, qspi_cs, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
767
PINGROUP(13, sdc_clk, qspi_clk, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
768
PINGROUP(14, blsp0_spi, blsp1_uart0, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
769
PINGROUP(15, blsp0_spi, blsp1_uart0, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
770
PINGROUP(16, blsp0_spi, blsp0_i2c, blsp1_uart0, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
771
PINGROUP(17, blsp0_spi, blsp0_i2c, blsp1_uart0, _, cri_trng0, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
772
PINGROUP(18, blsp0_uart0, mac0, _, cri_trng1, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
773
PINGROUP(19, blsp0_uart0, mac1, _, cri_trng2, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
774
PINGROUP(20, resout, _, cri_trng3, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
775
PINGROUP(21, core_voltage, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
776
PINGROUP(22, _, prng_rosc0, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
777
PINGROUP(23, core_voltage, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
778
PINGROUP(24, _, prng_rosc1, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
779
PINGROUP(25, mdc0, blsp1_uart1, blsp1_spi1, pwm2, _, _, prng_rosc2, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
780
PINGROUP(26, mdio0, blsp1_uart1, blsp1_spi1, pwm2, _, _, prng_rosc3, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
781
PINGROUP(27, mdc1, blsp0_uart1, blsp1_uart1, blsp1_spi1, pwm2, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
782
PINGROUP(28, mdio1, blsp0_uart1, blsp1_uart1, blsp1_spi1, pwm2, _, tsens_max, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
783
PINGROUP(29, audio_pri, blsp1_spi0, blsp1_i2c0, pwm1, _, qdss_tracedata_b, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
784
PINGROUP(30, audio_pri, blsp1_spi0, blsp1_i2c0, pwm1, audio_sec0, audio_sec0, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
785
PINGROUP(31, audio_pri, blsp1_spi0, pwm1, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
786
PINGROUP(32, audio_pri, blsp1_spi0, pwm1, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
787
PINGROUP(33, audio_sec, blsp1_uart2, blsp2_i2c1, blsp2_spi0, _, qdss_tracedata_b, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
788
PINGROUP(34, audio_sec, blsp1_uart2, blsp2_i2c1, blsp2_spi0, audio_pri0, audio_pri0, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
789
PINGROUP(35, audio_sec, blsp1_uart2, pc, wci_rxd, blsp2_spi0, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
790
PINGROUP(36, audio_sec, blsp1_uart2, wci_txd, wci_rxd, blsp2_spi0, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
791
PINGROUP(37, pcie0_clk, blsp2_spi, _, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
792
PINGROUP(38, _, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
793
PINGROUP(39, pcie0_wake, _, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
794
PINGROUP(40, wsi_clk, blsp1_i2c1, blsp2_spi1, _, _, qdss_tracedata_b, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
795
PINGROUP(41, wsi_data, blsp1_i2c1, blsp2_spi1, _, _, qdss_tracedata_b, _, wsis_reset, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
796
PINGROUP(42, wsi_clk, blsp2_spi1, _, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
797
PINGROUP(43, pcie2_clk, wci_txd, wci_rxd, blsp2_i2c0, pwm0, audio_pri1, audio_pri1, _, gcc_plltest),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
798
PINGROUP(44, pwm0, _, gcc_tlmm, qdss_tracectl_b, _, wsi_data3, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
799
PINGROUP(45, pcie2_wake, wci_txd, wci_rxd, blsp2_i2c0, rx1, pwm0, audio_sec1, audio_sec1, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
800
PINGROUP(46, pcie1_clk, atest_char, pwm0, _, qdss_cti_trig_out_b0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
801
PINGROUP(47, _, qdss_cti_trig_in_b0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
802
PINGROUP(48, pcie1_wake, rx0, dbg_out, qdss_cti_trig_out_b1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
803
PINGROUP(49, pta, cxc_clk, pll_test, _, qdss_cti_trig_in_b1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
804
PINGROUP(50, pta, cxc_data, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
805
PINGROUP(51, pta, lock_det, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
806
PINGROUP(52, wsi_data, blsp2_spi1, _, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
714
PINGROUP(0, sdc_data, qspi_data, pwm2, wci_txd, wci_rxd, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
715
PINGROUP(1, sdc_data, qspi_data, pwm2, wci_txd, wci_rxd, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
716
PINGROUP(2, sdc_data, qspi_data, pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
717
PINGROUP(3, sdc_data, qspi_data, pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
718
PINGROUP(4, sdc_cmd, qspi_cs, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
719
PINGROUP(5, sdc_clk, qspi_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
720
PINGROUP(6, spi0_clk, pwm1, _, cri_trng0, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
721
PINGROUP(7, spi0_cs, pwm1, _, cri_trng1, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
722
PINGROUP(8, spi0_miso, pwm1, wci_txd, wci_rxd, _, cri_trng2, qdss_tracedata_a, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
723
PINGROUP(9, spi0_mosi, pwm1, _, cri_trng3, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
724
PINGROUP(10, uart0, pwm0, spi11, _, wci_txd, wci_rxd, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
725
PINGROUP(11, uart0, pwm0, spi1, _, wci_txd, wci_rxd, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
726
PINGROUP(12, uart0, pwm0, spi11, _, prng_rosc0, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
727
PINGROUP(13, uart0, pwm0, spi11, _, prng_rosc1, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
728
PINGROUP(14, i2c0_scl, tsens_max, _, prng_rosc2, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
729
PINGROUP(15, i2c0_sda, _, prng_rosc3, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
730
PINGROUP(16, core_voltage, i2c1_scl, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
731
PINGROUP(17, core_voltage, i2c1_sda, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
732
PINGROUP(18, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
733
PINGROUP(19, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
734
PINGROUP(20, mdc_slv, atest_char0, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
735
PINGROUP(21, mdio_slv, atest_char1, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
736
PINGROUP(22, mdc_mst, atest_char2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
737
PINGROUP(23, mdio_mst, atest_char3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
738
PINGROUP(24, pcie0_clk, PTA10, mac0, _, wsi_clk, _, atest_char, qdss_cti_trig_out_a0, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
739
PINGROUP(25, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
740
PINGROUP(26, pcie0_wake, PTA10, mac0, _, wsi_data, _, qdss_cti_trig_in_a0, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
741
PINGROUP(27, pcie1_clk, i2c11, PTA10, wsi_clk, qdss_cti_trig_out_a1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
742
PINGROUP(28, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
743
PINGROUP(29, pcie1_wake, i2c11, wsi_data, qdss_cti_trig_in_a1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
744
PINGROUP(30, pcie2_clk, PTA11, mac1, qdss_cti_trig_out_b0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
745
PINGROUP(31, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
746
PINGROUP(32, pcie2_wake, PTA11, mac1, audio_pri0, audio_pri0, qdss_cti_trig_in_b0, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
747
PINGROUP(33, pcie3_clk, PTA11, audio_pri1, audio_pri1, qdss_cti_trig_out_b1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
748
PINGROUP(34, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
749
PINGROUP(35, pcie3_wake, audio_sec1, audio_sec1, qdss_cti_trig_in_b1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
750
PINGROUP(36, audio_pri, spi1, audio_sec0, audio_sec0, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
751
PINGROUP(37, audio_pri, spi1, rx2, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
752
PINGROUP(38, audio_pri, spi1, pll_test, rx1, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
753
PINGROUP(39, audio_pri, rx0, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
754
PINGROUP(40, PTA0_0, wci_txd, wci_rxd, _, atest_tic, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
755
PINGROUP(41, PTA0_1, wci_txd, wci_rxd, cxc_data, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
756
PINGROUP(42, PTA0_2, cxc_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
757
PINGROUP(43, uart1, gcc_plltest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
758
PINGROUP(44, uart1, gcc_tlmm, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
759
PINGROUP(45, spi10, rx2, audio_sec, gcc_plltest, _, qdss_traceclk_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
760
PINGROUP(46, spi1, rx1, audio_sec, dbg_out, qdss_tracectl_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
761
PINGROUP(47, spi10, rx0, audio_sec, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
762
PINGROUP(48, spi10, audio_sec, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
763
PINGROUP(49, resout, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1000
PINGROUP(26, audio1, pwm04, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1001
PINGROUP(27, audio2, pwm14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1002
PINGROUP(28, audio3, pwm24, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1003
PINGROUP(29, audio_rxmclk, audio_rxmclkin, pwm03, lpass_pdm, lpass_aud, qdss_cti_trig_in_a1, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1004
PINGROUP(30, audio_rxbclk, pwm13, lpass_pdm, lpass_aud0, rx_swrm, _, qdss_cti_trig_out_a1, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1005
PINGROUP(31, audio_rxfsync, pwm23, lpass_pdm, lpass_aud1, rx_swrm0, _, qdss_cti_trig_in_a0, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1006
PINGROUP(32, audio0, pwm33, lpass_pdm, lpass_aud2, rx_swrm1, _, qdss_cti_trig_out_a0, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1007
PINGROUP(33, audio1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1008
PINGROUP(34, lpass_pcm, mac10, mac00, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1009
PINGROUP(35, lpass_pcm, mac10, mac00, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1010
PINGROUP(36, lpass_pcm, mac20, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1011
PINGROUP(37, lpass_pcm, mac20, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1012
PINGROUP(38, blsp0_uart, blsp0_i2c, blsp0_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1013
PINGROUP(39, blsp0_uart, blsp0_i2c, blsp0_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1014
PINGROUP(40, blsp0_uart, blsp0_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1015
PINGROUP(41, blsp0_uart, blsp0_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1016
PINGROUP(42, blsp2_uart, blsp2_i2c, blsp2_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1017
PINGROUP(43, blsp2_uart, blsp2_i2c, blsp2_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1018
PINGROUP(44, blsp2_uart, blsp2_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1019
PINGROUP(45, blsp2_uart, blsp2_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1020
PINGROUP(46, blsp5_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1021
PINGROUP(47, blsp5_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1022
PINGROUP(48, blsp5_uart, _, qdss_traceclk_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1023
PINGROUP(49, blsp5_uart, _, qdss_tracectl_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1024
PINGROUP(50, pwm01, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1025
PINGROUP(51, pta1_1, pwm11, _, rx1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1026
PINGROUP(52, pta1_2, pwm21, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1027
PINGROUP(53, pta1_0, pwm31, prng_rosc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1028
PINGROUP(54, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1029
PINGROUP(55, blsp4_uart, blsp4_i2c, blsp4_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1030
PINGROUP(56, blsp4_uart, blsp4_i2c, blsp4_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1031
PINGROUP(57, blsp4_uart, blsp4_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1032
PINGROUP(58, blsp4_uart, blsp4_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1033
PINGROUP(59, pcie0_clk, _, _, cri_trng0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1034
PINGROUP(60, pcie0_rst, _, _, cri_trng1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1035
PINGROUP(61, pcie0_wake, _, _, cri_trng, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1036
PINGROUP(62, sd_card, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1037
PINGROUP(63, sd_write, rx0, _, tsens_max, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1038
PINGROUP(64, mdc, _, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1039
PINGROUP(65, mdio, _, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1040
PINGROUP(66, pta2_0, wci21, cxc1, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1041
PINGROUP(67, pta2_1, qdss_tracedata_a, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1042
PINGROUP(68, pta2_2, wci21, cxc1, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1043
PINGROUP(69, blsp1_uart, blsp1_i2c, blsp1_spi, gcc_plltest, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1044
PINGROUP(70, blsp1_uart, blsp1_i2c, blsp1_spi, gcc_tlmm, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1045
PINGROUP(71, blsp1_uart, blsp1_spi, gcc_plltest, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1046
PINGROUP(72, blsp1_uart, blsp1_spi, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1047
PINGROUP(73, blsp3_uart, blsp3_i2c, blsp3_spi, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1048
PINGROUP(74, blsp3_uart, blsp3_i2c, blsp3_spi, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1049
PINGROUP(75, blsp3_uart, blsp3_spi, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1050
PINGROUP(76, blsp3_uart, blsp3_spi, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1051
PINGROUP(77, blsp3_spi, _, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1052
PINGROUP(78, blsp3_spi, _, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1053
PINGROUP(79, blsp3_spi, _, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
974
PINGROUP(0, qpic_pad, wci20, qdss_traceclk_b, _, burn0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
975
PINGROUP(1, qpic_pad, mac12, qdss_tracectl_b, _, burn1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
976
PINGROUP(2, qpic_pad, wci20, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
977
PINGROUP(3, qpic_pad, mac01, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
978
PINGROUP(4, qpic_pad, mac01, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
979
PINGROUP(5, qpic_pad, mac21, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
980
PINGROUP(6, qpic_pad, mac21, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
981
PINGROUP(7, qpic_pad, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
982
PINGROUP(8, qpic_pad, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
983
PINGROUP(9, qpic_pad, atest_char, cxc0, mac13, dbg_out, qdss_tracedata_b, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
984
PINGROUP(10, qpic_pad, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
985
PINGROUP(11, qpic_pad, wci22, mac12, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
986
PINGROUP(12, qpic_pad, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
987
PINGROUP(13, qpic_pad, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
988
PINGROUP(14, qpic_pad, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
989
PINGROUP(15, qpic_pad, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
990
PINGROUP(16, qpic_pad, cxc0, mac13, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
991
PINGROUP(17, qpic_pad, qdss_tracedata_b, wci22, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
992
PINGROUP(18, pwm00, atest_char0, wci23, mac11, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
993
PINGROUP(19, pwm10, atest_char1, wci23, mac11, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
994
PINGROUP(20, pwm20, atest_char2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
995
PINGROUP(21, pwm30, atest_char3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
996
PINGROUP(22, audio_txmclk, audio_txmclkin, pwm02, tx_swrm0, _, qdss_cti_trig_out_b0, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
997
PINGROUP(23, audio_txbclk, pwm12, wsa_swrm, tx_swrm1, _, qdss_cti_trig_in_b0, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
998
PINGROUP(24, audio_txfsync, pwm22, wsa_swrm, tx_swrm2, _, qdss_cti_trig_out_b1, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
999
PINGROUP(25, audio0, pwm32, tx_swrm, _, qdss_cti_trig_in_b1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
701
PINGROUP(0, sdc_data, qspi_data, qdss_traceclk_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
702
PINGROUP(1, sdc_data, qspi_data, qdss_tracectl_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
703
PINGROUP(2, sdc_data, qspi_data, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
704
PINGROUP(3, sdc_data, qspi_data, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
705
PINGROUP(4, sdc_cmd, qspi_cs, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
706
PINGROUP(5, sdc_clk, qspi_clk, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
707
PINGROUP(6, sdc_data, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
708
PINGROUP(7, sdc_data, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
709
PINGROUP(8, sdc_data, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
710
PINGROUP(9, sdc_data, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
711
PINGROUP(10, sdc_rclk, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
712
PINGROUP(11, blsp0_spi, blsp0_uart, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
713
PINGROUP(12, blsp0_spi, blsp0_uart, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
714
PINGROUP(13, blsp0_spi, blsp0_uart, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
715
PINGROUP(14, blsp0_spi, blsp0_uart, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
716
PINGROUP(15, blsp3_spi, blsp3_i2c, blsp3_uart, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
717
PINGROUP(16, blsp3_spi, blsp3_i2c, blsp3_uart, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
718
PINGROUP(17, blsp3_spi, blsp3_uart, dbg_out, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
719
PINGROUP(18, blsp3_spi, blsp3_uart, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
720
PINGROUP(19, blsp3_spi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
721
PINGROUP(20, blsp3_spi, _, cri_trng0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
722
PINGROUP(21, blsp3_spi, _, cri_trng1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
723
PINGROUP(22, pcie0_clk, _, pta, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
724
PINGROUP(23, _, pta, wci21, cxc0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
725
PINGROUP(24, pcie0_wake, _, pta, wci21, cxc0, _, qdss_cti_trig_out_b0, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
726
PINGROUP(25, pcie1_clk, _, _, qdss_cti_trig_in_b0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
727
PINGROUP(26, _, atest_char0, _, qdss_cti_trig_out_b1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
728
PINGROUP(27, pcie1_wake, _, atest_char1, qdss_cti_trig_in_b1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
729
PINGROUP(28, pcie2_clk, atest_char2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
730
PINGROUP(29, atest_char3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
731
PINGROUP(30, pcie2_wake, pwm, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
732
PINGROUP(31, pcie3_clk, pwm, _, qdss_cti_trig_in_a1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
733
PINGROUP(32, pwm, _, qdss_cti_trig_out_a1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
734
PINGROUP(33, pcie3_wake, pwm, _, qdss_cti_trig_in_a0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
735
PINGROUP(34, blsp2_uart, blsp2_i2c, blsp2_spi, blsp1_uart, _, cri_trng1, qdss_cti_trig_out_a0, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
736
PINGROUP(35, blsp2_uart, blsp2_i2c, blsp2_spi, blsp1_uart, _, cri_trng2, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
737
PINGROUP(36, blsp1_uart, blsp1_i2c, blsp2_spi, _, cri_trng3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
738
PINGROUP(37, blsp1_uart, blsp1_i2c, blsp2_spi, _, dwc_ddrphy, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
739
PINGROUP(38, mdc, _, cri_trng0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
740
PINGROUP(39, mdio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
741
PINGROUP(40, audio_pri, audio_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
742
PINGROUP(41, audio_pri, audio_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
743
PINGROUP(42, audio_pri, audio_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
744
PINGROUP(43, audio_pri, audio_pdm0, _, qdss_traceclk_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
745
PINGROUP(44, pwm, audio_sec, wsa_swrm, _, qdss_tracectl_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
746
PINGROUP(45, pwm, audio_sec, wsa_swrm, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
747
PINGROUP(46, pwm, audio_sec, rx1, mac, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
748
PINGROUP(47, pwm, audio_sec, mac, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
749
PINGROUP(48, blsp5_i2c, blsp5_uart, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
750
PINGROUP(49, blsp5_i2c, blsp5_uart, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
751
PINGROUP(50, blsp4_uart, blsp4_i2c, blsp4_spi, pwm, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
752
PINGROUP(51, blsp4_uart, blsp4_i2c, blsp4_spi, pwm, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
753
PINGROUP(52, blsp4_uart, blsp4_spi, pwm, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
754
PINGROUP(53, blsp4_uart, blsp4_spi, pwm, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
755
PINGROUP(54, pta, pwm, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
756
PINGROUP(55, pta, pwm, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
757
PINGROUP(56, pta, pwm, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
758
PINGROUP(57, wci20, cxc1, mac, pwm, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
759
PINGROUP(58, wci20, cxc1, mac, pwm, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
760
PINGROUP(59, rx0, pwm, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
761
PINGROUP(60, pwm, prng_rosc0, qdss_tracedata_a, _, gcc_plltest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
762
PINGROUP(61, blsp1_spi, audio_pri, audio_pdm1, audio_pri, pta, prng_rosc1, gcc_tlmm, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
763
PINGROUP(62, blsp1_spi, audio_sec, audio_pdm1, audio_sec, pta, prng_rosc2, gcc_plltest, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
764
PINGROUP(63, blsp1_spi, audio_pdm1, pta, prng_rosc3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
765
PINGROUP(64, blsp1_spi, audio_pdm1, tsens_max, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
665
[0] = PINGROUP(0, sdc_data, qspi_data, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
666
[1] = PINGROUP(1, sdc_data, qspi_data, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
667
[2] = PINGROUP(2, sdc_data, qspi_data, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
668
[3] = PINGROUP(3, sdc_data, qspi_data, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
669
[4] = PINGROUP(4, sdc_cmd, qspi_cs_n, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
670
[5] = PINGROUP(5, sdc_clk, qspi_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
671
[6] = PINGROUP(6, qup_se0, pwm, _, cri_rng0, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
672
[7] = PINGROUP(7, qup_se0, pwm, _, cri_rng1, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
673
[8] = PINGROUP(8, qup_se0, pwm, _, cri_rng2, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
674
[9] = PINGROUP(9, qup_se0, pwm, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
675
[10] = PINGROUP(10, qup_se1, pwm, _, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
676
[11] = PINGROUP(11, qup_se1, pwm, _, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
677
[12] = PINGROUP(12, qup_se1, _, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
678
[13] = PINGROUP(13, qup_se1, _, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
679
[14] = PINGROUP(14, qup_se4, mdc_slv1, tsens_max, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
680
[15] = PINGROUP(15, qup_se4, mdio_slv1, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
681
[16] = PINGROUP(16, core_voltage_0, qup_se3, pwm, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
682
[17] = PINGROUP(17, core_voltage_1, qup_se3, pwm, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
683
[18] = PINGROUP(18, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
684
[19] = PINGROUP(19, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
685
[20] = PINGROUP(20, mdc_slv0, qup_se3, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
686
[21] = PINGROUP(21, mdio_slv0, qup_se3, atest_char_start, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
687
[22] = PINGROUP(22, mdc_mst, atest_char_status2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
688
[23] = PINGROUP(23, mdio_mst, atest_char_status3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
689
[24] = PINGROUP(24, pcie0_clk_req_n, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
690
[25] = PINGROUP(25, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
691
[26] = PINGROUP(26, pcie0_wake, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
692
[27] = PINGROUP(27, pcie1_clk_req_n, qup_se2, qup_se1, _, qdss_cti_trig_out_a1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
693
[28] = PINGROUP(28, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
694
[29] = PINGROUP(29, pcie1_wake, qup_se2, qup_se1, _, qdss_cti_trig_in_a1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
695
[30] = PINGROUP(30, pcie4_clk_req_n, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
696
[31] = PINGROUP(31, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
697
[32] = PINGROUP(32, pcie4_wake, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
698
[33] = PINGROUP(33, core_voltage_2, qup_se2, gcc_plltest_bypassnl, pwm, atest_char_status0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
699
[34] = PINGROUP(34, core_voltage_3, qup_se2, gcc_tlmm, pwm, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
700
[35] = PINGROUP(35, core_voltage_4, gcc_plltest_resetn, pwm, atest_char_status1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
701
[36] = PINGROUP(36, audio_pri, qup_se7, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
702
[37] = PINGROUP(37, audio_pri, qup_se7, audio_sec_mclk_out0, audio_sec_mclk_in0, rx_los2, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
703
[38] = PINGROUP(38, audio_pri, qup_se7, rx_los1, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
704
[39] = PINGROUP(39, audio_pri, qup_se7, audio_sec_mclk_out1, audio_sec_mclk_in1, pll_test, rx_los0, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
705
[40] = PINGROUP(40, pcie3_clk_req_n, qup_se5, qup_se4, _, qdss_cti_trig_out_b0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
706
[41] = PINGROUP(41, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
707
[42] = PINGROUP(42, pcie3_wake, qup_se5, qup_se4, _, qdss_cti_trig_in_b0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
708
[43] = PINGROUP(43, qup_se4, qup_se6, pwm, _, qdss_cti_trig_in_b1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
709
[44] = PINGROUP(44, qup_se4, qup_se6, pwm, _, qdss_cti_trig_out_b1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
710
[45] = PINGROUP(45, qup_se5, rx_los2, audio_sec, pwm, _, qdss_traceclk_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
711
[46] = PINGROUP(46, qup_se5, rx_los1, audio_sec, mdio_slv, pwm, dbg_out_clk, qdss_tracectl_a, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
712
[47] = PINGROUP(47, qup_se5, rx_los0, audio_sec, mdio_slv, pll_bist_sync, pwm, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
713
[48] = PINGROUP(48, qup_se5, audio_sec, pwm, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
714
[49] = PINGROUP(49, resout, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
715
[50] = PINGROUP(50, tsn, rx_los0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
716
[51] = PINGROUP(51, pcie2_clk_req_n, qup_se6, qup_se0, audio_pri_mclk_out1, audio_pri_mclk_in1, qdss_cti_trig_out_a0, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
717
[52] = PINGROUP(52, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9650.c
718
[53] = PINGROUP(53, pcie2_wake, qup_se6, qup_se0, audio_pri_mclk_out0, audio_pri_mclk_in0, qdss_cti_trig_in_a0, _, atest_tic_en, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1501
[0] = PINGROUP(0, qup2_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1502
[1] = PINGROUP(1, qup2_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1503
[2] = PINGROUP(2, qup2_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1504
[3] = PINGROUP(3, qup2_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1505
[4] = PINGROUP(4, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1506
[5] = PINGROUP(5, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1507
[6] = PINGROUP(6, qup2_se1, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1508
[7] = PINGROUP(7, qup2_se1, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1509
[8] = PINGROUP(8, qup3_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1510
[9] = PINGROUP(9, qup3_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1511
[10] = PINGROUP(10, qup3_se1, cci_async_in, _, tsense_pwm2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1512
[11] = PINGROUP(11, qup3_se1, cci_async_in, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1513
[12] = PINGROUP(12, qup3_se2, ibi_i3c, qup3_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1514
[13] = PINGROUP(13, qup3_se2, ibi_i3c, qup3_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1515
[14] = PINGROUP(14, qup3_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1516
[15] = PINGROUP(15, qup3_se2, cci_async_in, qup3_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1517
[16] = PINGROUP(16, qup3_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1518
[17] = PINGROUP(17, qup3_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1519
[18] = PINGROUP(18, wcn_sw_ctrl, qup3_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1520
[19] = PINGROUP(19, wcn_sw, qup3_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1521
[20] = PINGROUP(20, qup3_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1522
[21] = PINGROUP(21, qup3_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1523
[22] = PINGROUP(22, qup3_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1524
[23] = PINGROUP(23, qup3_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1525
[24] = PINGROUP(24, qup3_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1526
[25] = PINGROUP(25, qup3_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1527
[26] = PINGROUP(26, qup3_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1528
[27] = PINGROUP(27, qup3_se5, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1529
[28] = PINGROUP(28, qup4_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1530
[29] = PINGROUP(29, qup4_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1531
[30] = PINGROUP(30, qup4_se1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1532
[31] = PINGROUP(31, qup4_se1, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1533
[32] = PINGROUP(32, qup4_se2, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1534
[33] = PINGROUP(33, qup4_se2, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1535
[34] = PINGROUP(34, qup4_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1536
[35] = PINGROUP(35, qup4_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1537
[36] = PINGROUP(36, qup1_se4, uim1_data, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1538
[37] = PINGROUP(37, qup1_se4, uim1_clk, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1539
[38] = PINGROUP(38, qup1_se4, qdss_gpio_tracedata, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1540
[39] = PINGROUP(39, qup1_se4, uim1_reset, qdss_gpio_tracedata, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1541
[40] = PINGROUP(40, qup1_se2, cmu_rng, ddr_bist_fail, _, qdss_gpio_tracedata, gnss_adc0,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1542
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1543
[41] = PINGROUP(41, qup1_se2, cmu_rng, ddr_bist_start, _, qdss_gpio_tracedata, gnss_adc0,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1544
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1545
[42] = PINGROUP(42, qup1_se2, cmu_rng, dbg_out_clk, qdss_gpio_tracedata, gnss_adc1, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1546
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1547
[43] = PINGROUP(43, qup1_se2, cmu_rng, _, qdss_gpio_tracedata, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1548
[44] = PINGROUP(44, qup1_se3, ddr_bist_complete, ddr_pxi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1549
[45] = PINGROUP(45, qup1_se3, ddr_bist_stop, ddr_pxi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1550
[46] = PINGROUP(46, qup1_se3, ddr_pxi3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1551
[47] = PINGROUP(47, qup1_se3, dp_hot, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1552
[48] = PINGROUP(48, qup4_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1553
[49] = PINGROUP(49, qup4_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1554
[50] = PINGROUP(50, qup4_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1555
[51] = PINGROUP(51, qup4_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1556
[52] = PINGROUP(52, qup1_se5, ddr_pxi2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1557
[53] = PINGROUP(53, qup1_se5, _, ddr_pxi3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1558
[54] = PINGROUP(54, qup1_se5, uim1_data, ddr_pxi0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1559
[55] = PINGROUP(55, qup1_se5, uim1_clk, ddr_pxi0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1560
[56] = PINGROUP(56, qup1_se6, uim1_reset, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1561
[57] = PINGROUP(57, qup1_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1562
[58] = PINGROUP(58, qup1_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1563
[59] = PINGROUP(59, qup1_se6, usb_phy, vsense_trigger_mirnat, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1564
[60] = PINGROUP(60, qup1_se7, usb_phy, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1565
[61] = PINGROUP(61, qup1_se7, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1566
[62] = PINGROUP(62, qup1_se7, qdss_gpio_tracedata, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1567
[63] = PINGROUP(63, qup1_se7, qdss_gpio_tracedata, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1568
[64] = PINGROUP(64, qup3_se0, _, prng_rosc1, tmess_prng1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1569
[65] = PINGROUP(65, qup3_se0, _, prng_rosc2, tmess_prng2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1570
[66] = PINGROUP(66, i2chub0_se0, prng_rosc3, tmess_prng3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1571
[67] = PINGROUP(67, i2chub0_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1572
[68] = PINGROUP(68, i2chub0_se2, qdss_gpio_tracedata, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1573
[69] = PINGROUP(69, i2chub0_se2, qdss_gpio_tracedata, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1574
[70] = PINGROUP(70, i2chub0_se3, uim1_data, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1575
[71] = PINGROUP(71, i2chub0_se3, uim1_clk, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1576
[72] = PINGROUP(72, i2chub0_se4, uim1_reset, qdss_cti, _, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1577
[73] = PINGROUP(73, i2chub0_se4, qdss_cti, jitter_bist, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1578
[74] = PINGROUP(74, qup1_se1, aoss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1579
[75] = PINGROUP(75, qup1_se1, aoss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1580
[76] = PINGROUP(76, qup1_se1, aoss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1581
[77] = PINGROUP(77, qup1_se1, aoss_cti, gnss_adc1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1582
[78] = PINGROUP(78, i2chub0_se1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1583
[79] = PINGROUP(79, i2chub0_se1, usb0_hs, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1584
[80] = PINGROUP(80, qup1_se0, sdc40, qspi0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1585
[81] = PINGROUP(81, qup1_se0, sdc42, qspi2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1586
[82] = PINGROUP(82, qup1_se0, sdc43, qdss_cti, qspi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1587
[83] = PINGROUP(83, qup1_se0, sdc4_clk, qdss_cti, qspi_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1588
[84] = PINGROUP(84, qup4_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1589
[85] = PINGROUP(85, sd_write_protect, prng_rosc0, tmess_prng0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1590
[86] = PINGROUP(86, mdp_vsync, mdp_vsync0_out, mdp_vsync1_out, gcc_gp2, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1591
_),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1592
[87] = PINGROUP(87, mdp_vsync, mdp_vsync2_out, mdp_vsync3_out, mdp_vsync5_out, gcc_gp3, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1593
tsense_pwm1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1594
[88] = PINGROUP(88, mdp_vsync_e, mdp_esync0_out, tb_trig_sdc2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1595
[89] = PINGROUP(89, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1596
[90] = PINGROUP(90, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1597
[91] = PINGROUP(91, cam_asc_mclk2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1598
[92] = PINGROUP(92, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1599
[93] = PINGROUP(93, cam_asc_mclk4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1600
[94] = PINGROUP(94, cam_mclk, pll_clk_aux, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1601
[95] = PINGROUP(95, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1602
[96] = PINGROUP(96, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1603
[97] = PINGROUP(97, mdp_vsync, tsense_pwm3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1604
[98] = PINGROUP(98, mdp_vsync, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1605
[99] = PINGROUP(99, sys_throttle, tsense_pwm4, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1606
[100] = PINGROUP(100, mdp_esync1_out, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1607
[101] = PINGROUP(101, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1608
[102] = PINGROUP(102, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1609
[103] = PINGROUP(103, pcie0_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1610
[104] = PINGROUP(104, pll_bist_sync, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1611
[105] = PINGROUP(105, cci_timer, tsense_pwm5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1612
[106] = PINGROUP(106, cci_timer, tsense_pwm6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1613
[107] = PINGROUP(107, cci_timer, cci_i2c_sda, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1614
[108] = PINGROUP(108, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1615
[109] = PINGROUP(109, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1616
[110] = PINGROUP(110, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1617
[111] = PINGROUP(111, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1618
[112] = PINGROUP(112, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1619
[113] = PINGROUP(113, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1620
[114] = PINGROUP(114, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1621
[115] = PINGROUP(115, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1622
[116] = PINGROUP(116, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1623
[117] = PINGROUP(117, i2s1_sck, qup2_se2, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1624
[118] = PINGROUP(118, i2s1_data0, qup2_se2, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1625
[119] = PINGROUP(119, i2s1_ws, qup2_se2, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1626
[120] = PINGROUP(120, i2s1_data1, qup2_se2, audio_ext_mclk1, audio_ref_clk, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1627
_, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1628
[121] = PINGROUP(121, audio_ext_mclk0, qup4_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1629
[122] = PINGROUP(122, i2s0_sck, qup2_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1630
[123] = PINGROUP(123, i2s0_data0, qup2_se3, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1631
[124] = PINGROUP(124, i2s0_data1, qup2_se3, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1632
[125] = PINGROUP(125, i2s0_ws, qup2_se3, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1633
[126] = PINGROUP(126, uim0_data, qdss_gpio_tracedata, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1634
[127] = PINGROUP(127, uim0_clk, qdss_gpio_tracectl, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1635
[128] = PINGROUP(128, uim0_reset, qdss_gpio_traceclk, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1636
[129] = PINGROUP(129, uim0_present, qdss_gpio_tracedata, atest_usb, atest_char, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1637
_, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1638
[130] = PINGROUP(130, uim1_data, qup1_se2, gcc_gp1, qdss_gpio_tracedata, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1639
_),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1640
[131] = PINGROUP(131, uim1_clk, qup1_se2, gcc_gp2, qdss_gpio_tracedata, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1641
_),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1642
[132] = PINGROUP(132, uim1_reset, qup1_se2, gcc_gp3, qdss_gpio_tracedata, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1643
_),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1644
[133] = PINGROUP(133, uim1_present, qdss_gpio_tracedata, atest_char, _, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1645
_),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1646
[134] = PINGROUP(134, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1647
[135] = PINGROUP(135, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1648
[136] = PINGROUP(136, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1649
[137] = PINGROUP(137, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1650
[138] = PINGROUP(138, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1651
[139] = PINGROUP(139, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1652
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1653
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1654
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1655
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1656
[144] = PINGROUP(144, coex_uart1_rx, cmu_rng, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1657
[145] = PINGROUP(145, coex_uart1_tx, cmu_rng, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1658
[146] = PINGROUP(146, _, vfr_0, coex_uart2_rx, cmu_rng, tb_trig_sdc4, qspi_cs, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1659
_),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1660
[147] = PINGROUP(147, _, coex_uart2_tx, cmu_rng, sdc41, qspi1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1661
[148] = PINGROUP(148, nav_gpio2, _, sdc4_cmd, qspi_cs, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1662
[149] = PINGROUP(149, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1663
[150] = PINGROUP(150, nav_gpio0, nav_gpio3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1664
[151] = PINGROUP(151, nav_gpio1, vfr_1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1665
[152] = PINGROUP(152, qlink_little_request, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1666
[153] = PINGROUP(153, qlink_little_enable, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1667
[154] = PINGROUP(154, qlink_wmss, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1668
[155] = PINGROUP(155, qlink_big_request, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1669
[156] = PINGROUP(156, qlink_big_enable, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1670
[157] = PINGROUP(157, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1671
[158] = PINGROUP(158, qdss_cti, gcc_gp1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1672
[159] = PINGROUP(159, cci_timer, tsense_pwm7, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1673
[160] = PINGROUP(160, cci_timer, cci_i2c_scl, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1674
[161] = PINGROUP(161, qup4_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1675
[162] = PINGROUP(162, qup4_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1676
[163] = PINGROUP(163, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1677
[164] = PINGROUP(164, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1678
[165] = PINGROUP(165, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1679
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1680
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1681
[168] = PINGROUP(168, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1682
[169] = PINGROUP(169, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1683
[170] = PINGROUP(170, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1684
[171] = PINGROUP(171, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1685
[172] = PINGROUP(172, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1686
[173] = PINGROUP(173, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1687
[174] = PINGROUP(174, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1688
[175] = PINGROUP(175, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1689
[176] = PINGROUP(176, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1690
[177] = PINGROUP(177, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1691
[178] = PINGROUP(178, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1692
[179] = PINGROUP(179, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1693
[180] = PINGROUP(180, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1694
[181] = PINGROUP(181, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1695
[182] = PINGROUP(182, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1696
[183] = PINGROUP(183, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1697
[184] = PINGROUP(184, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1698
[185] = PINGROUP(185, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1699
[186] = PINGROUP(186, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1700
[187] = PINGROUP(187, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1701
[188] = PINGROUP(188, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1702
[189] = PINGROUP(189, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1703
[190] = PINGROUP(190, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1704
[191] = PINGROUP(191, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1705
[192] = PINGROUP(192, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1706
[193] = PINGROUP(193, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1707
[194] = PINGROUP(194, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1708
[195] = PINGROUP(195, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1709
[196] = PINGROUP(196, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1710
[197] = PINGROUP(197, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1711
[198] = PINGROUP(198, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1712
[199] = PINGROUP(199, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1713
[200] = PINGROUP(200, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1714
[201] = PINGROUP(201, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1715
[202] = PINGROUP(202, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1716
[203] = PINGROUP(203, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1717
[204] = PINGROUP(204, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1718
[205] = PINGROUP(205, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1719
[206] = PINGROUP(206, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1720
[207] = PINGROUP(207, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1721
[208] = PINGROUP(208, qup2_se4, _, phase_flag, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1722
[209] = PINGROUP(209, qup2_se4, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1723
[210] = PINGROUP(210, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1724
[211] = PINGROUP(211, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1725
[212] = PINGROUP(212, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1726
[213] = PINGROUP(213, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1727
[214] = PINGROUP(214, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1728
[215] = PINGROUP(215, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1729
[216] = PINGROUP(216, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1000
PINGROUP(62, atest_char1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1001
PINGROUP(63, atest_char0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1002
PINGROUP(64, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1003
PINGROUP(65, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1004
PINGROUP(66, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1005
PINGROUP(67, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1006
PINGROUP(68, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1007
PINGROUP(69, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1008
PINGROUP(70, _, _, ebi0_wrcdc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1009
PINGROUP(71, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1010
PINGROUP(72, ldo_update, _, gcc_tlmm, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1011
PINGROUP(73, ldo_en, dbg_out, _, _, _, atest_tsens, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1012
PINGROUP(74, ebi2_lcd, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1013
PINGROUP(75, nav_tsync_out_b, nav_ptp_pps_in_b, ptp_pps_out_b, _, qdss_tracedata_a, _, _, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1014
_),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1015
PINGROUP(76, pbs0, sec_mi2s, blsp3_spi, pwr_modem_enabled_a, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1016
PINGROUP(77, pbs1, sec_mi2s, blsp2_spi, pwr_modem_enabled_b, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1017
PINGROUP(78, pbs2, sec_mi2s, blsp1_spi, ebi2_lcd, m_voc, pwr_nav_enabled_b, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1018
qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1019
PINGROUP(79, sec_mi2s, _, pwr_crypto_enabled_b, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
930
PINGROUP(0, blsp_uart3, blsp_spi3, _, _, _, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
931
PINGROUP(1, blsp_uart3, blsp_spi3, _, _, _, _, _, qdss_tracedata_a, bimc_dte1),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
932
PINGROUP(2, blsp_uart3, blsp_i2c3, blsp_spi3, _, _, _, _, _, qdss_traceclk_a),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
933
PINGROUP(3, blsp_uart3, blsp_i2c3, blsp_spi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
934
PINGROUP(4, blsp_spi2, blsp_uart2, blsp_uim2, _, _, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
935
PINGROUP(5, blsp_spi2, blsp_uart2, blsp_uim2, _, _, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
936
PINGROUP(6, blsp_spi2, blsp_uart2, blsp_i2c2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
937
PINGROUP(7, blsp_spi2, blsp_uart2, blsp_i2c2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
938
PINGROUP(8, blsp_spi5, blsp_uart5, ebi2_lcd, m_voc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
939
PINGROUP(9, blsp_spi5, blsp_uart5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
940
PINGROUP(10, blsp_spi5, blsp_i2c5, blsp_uart5, ebi2_a, _, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
941
PINGROUP(11, blsp_spi5, blsp_i2c5, blsp_uart5, blsp2_spi, ebi2_lcd, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
942
PINGROUP(12, blsp_spi1, blsp_uart1, blsp_uim1, blsp3_spi, gcc_gp2_clk_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
943
PINGROUP(13, blsp_spi1, blsp_uart1, blsp_uim1, blsp2_spi, gcc_gp3_clk_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
944
PINGROUP(14, blsp_spi1, blsp_uart1, blsp_i2c1, gcc_gp1_clk_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
945
PINGROUP(15, blsp_spi1, blsp_uart1, blsp_i2c1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
946
PINGROUP(16, blsp_spi4, blsp_uart4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
947
PINGROUP(17, blsp_spi4, blsp_uart4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
948
PINGROUP(18, blsp_spi4, blsp_uart4, blsp_i2c4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
949
PINGROUP(19, blsp_spi4, blsp_uart4, blsp_i2c4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
950
PINGROUP(20, blsp_spi6, blsp_uart6, pri_mi2s_ws_a, ebi2_lcd_te_b, blsp1_spi, _, _, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
952
PINGROUP(21, blsp_spi6, blsp_uart6, pri_mi2s_data0_a, blsp1_spi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
953
PINGROUP(22, blsp_spi6, blsp_uart6, pri_mi2s_data1_a, blsp_i2c6, ebi2_a_d_8_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
954
PINGROUP(23, blsp_spi6, blsp_uart6, pri_mi2s_sck_a, blsp_i2c6, ebi2_lcd_cs_n_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
955
PINGROUP(24, pri_mi2s_mclk_a, _, pwr_nav_enabled_a, _, _, _, _, qdss_tracedata_a,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
957
PINGROUP(25, sd_write, _, pwr_crypto_enabled_a, _, _, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
958
PINGROUP(26, blsp3_spi, adsp_ext, _, qdss_tracedata_a, _, atest_combodac_to_gpio_native, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
959
_, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
960
PINGROUP(27, uim2_data, gmac_mdio, gcc_gp1_clk_a, _, _, atest_combodac_to_gpio_native, _, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
961
_),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
962
PINGROUP(28, uim2_clk, gmac_mdio, gcc_gp2_clk_a, _, _, atest_combodac_to_gpio_native, _, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
963
_),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
964
PINGROUP(29, uim2_reset, gcc_gp3_clk_a, _, _, atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
965
PINGROUP(30, uim2_present, prng_rosc, _, _, atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
966
PINGROUP(31, uim1_data, _, _, atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
967
PINGROUP(32, uim1_clk, _, _, atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
968
PINGROUP(33, uim1_reset, _, _, atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
969
PINGROUP(34, uim1_present, gcc_plltest, _, _, atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
970
PINGROUP(35, uim_batt, gcc_plltest, _, atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
971
PINGROUP(36, coex_uart, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
972
PINGROUP(37, coex_uart, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
973
PINGROUP(38, _, _, _, qdss_cti_trig_in_a0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
974
PINGROUP(39, _, _, _, qdss_tracedata_b, _, atest_bbrx1, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
975
PINGROUP(40, _, cri_trng0, _, _, _, _, qdss_tracedata_b, _, atest_bbrx0),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
976
PINGROUP(41, _, _, _, _, _, qdss_tracedata_b, _, atest_combodac_to_gpio_native, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
977
PINGROUP(42, _, cri_trng, _, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
978
PINGROUP(43, _, _, _, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
979
PINGROUP(44, _, _, qdss_cti_trig_in_b0, _, atest_gpsadc_dtest0_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
980
PINGROUP(45, _, _, qdss_cti_trig_out_b0, _, atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
981
PINGROUP(46, _, _, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
982
PINGROUP(47, _, _, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
983
PINGROUP(48, _, _, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
984
PINGROUP(49, _, _, qdss_tracectl_b, _, atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
985
PINGROUP(50, _, _, qdss_traceclk_b, _, atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
986
PINGROUP(51, _, pa_indicator, _, qdss_tracedata_b, _, atest_combodac_to_gpio_native, _, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
987
_),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
988
PINGROUP(52, _, _, _, qdss_tracedata_b, _, atest_combodac_to_gpio_native, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
989
PINGROUP(53, _, modem_tsync, nav_tsync_out_a, nav_ptp_pps_in_a, ptp_pps_out_a,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
990
qdss_tracedata_b, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
991
PINGROUP(54, _, qdss_tracedata_b, _, atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
992
PINGROUP(55, gsm0_tx, _, qdss_tracedata_b, _, atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
993
PINGROUP(56, _, _, qdss_cti_trig_in_b1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
994
PINGROUP(57, _, cri_trng1, _, qdss_cti_trig_out_b1, _, atest_combodac_to_gpio_native, _, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
995
_),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
996
PINGROUP(58, _, ssbi1, _, qdss_tracedata_b, _, atest_gpsadc_dtest1_native, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
997
PINGROUP(59, _, ssbi2, _, qdss_tracedata_b, _, atest_combodac_to_gpio_native, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
998
PINGROUP(60, atest_char3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
999
PINGROUP(61, atest_char2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
125
LPI_PINGROUP(0, 0, swr_tx_clk, i2s0_clk, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
126
LPI_PINGROUP(1, 2, swr_tx_data, i2s0_ws, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
127
LPI_PINGROUP(2, 4, swr_tx_data, i2s0_data, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
128
LPI_PINGROUP(3, 8, swr_rx_clk, i2s0_data, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
129
LPI_PINGROUP(4, 10, swr_rx_data, i2s0_data, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
130
LPI_PINGROUP(5, 12, swr_rx_data, ext_mclk1_c, i2s0_data, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
131
LPI_PINGROUP(6, LPI_NO_SLEW, dmic1_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
132
LPI_PINGROUP(7, LPI_NO_SLEW, dmic1_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
133
LPI_PINGROUP(8, LPI_NO_SLEW, dmic2_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
134
LPI_PINGROUP(9, LPI_NO_SLEW, dmic2_data, i2s1_data, ext_mclk1_b, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
135
LPI_PINGROUP(10, 16, wsa_swr_clk, i2s2_clk, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
136
LPI_PINGROUP(11, 18, wsa_swr_data, i2s2_ws, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
137
LPI_PINGROUP(12, LPI_NO_SLEW, dmic3_clk, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
138
LPI_PINGROUP(13, LPI_NO_SLEW, dmic3_data, i2s2_data, ext_mclk1_a, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
139
LPI_PINGROUP(14, 6, swr_tx_data, ext_mclk1_d, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
141
LPI_PINGROUP(15, 20, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
142
LPI_PINGROUP(16, 22, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
143
LPI_PINGROUP(17, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
144
LPI_PINGROUP(18, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
145
LPI_PINGROUP(19, LPI_NO_SLEW, i2s3_clk, slimbus_clk, qca_swr_clk, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
146
LPI_PINGROUP(20, LPI_NO_SLEW, i2s3_ws, slimbus_data, qca_swr_data, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
147
LPI_PINGROUP(21, LPI_NO_SLEW, i2s3_data, dmic4_clk, _, _),
drivers/pinctrl/qcom/pinctrl-milos-lpass-lpi.c
148
LPI_PINGROUP(22, LPI_NO_SLEW, i2s3_data, dmic4_data, ext_mclk1_e, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1096
[0] = PINGROUP(0, qup0_se0, ibi_i3c, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1097
[1] = PINGROUP(1, qup0_se0, ibi_i3c, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1098
[2] = PINGROUP(2, qup0_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1099
[3] = PINGROUP(3, qup0_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1100
[4] = PINGROUP(4, qup0_se1, ibi_i3c, aoss_cti, sd_write_protect, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1101
[5] = PINGROUP(5, qup0_se1, ibi_i3c, aoss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1102
[6] = PINGROUP(6, qup0_se1, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1103
[7] = PINGROUP(7, qup0_se1, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1104
[8] = PINGROUP(8, qup0_se2, qspi0, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1105
[9] = PINGROUP(9, qup0_se2, qspi0, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1106
[10] = PINGROUP(10, qup0_se2, qspi0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1107
[11] = PINGROUP(11, qup0_se2, qspi0, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1108
[12] = PINGROUP(12, qup0_se2, qspi0, mdp_vsync0_out, mdp_vsync1_out, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1109
[13] = PINGROUP(13, qup0_se2, qspi0, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1110
[14] = PINGROUP(14, qup0_se2, qspi0, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1111
[15] = PINGROUP(15, qup0_se3, i2s0_sck, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1112
[16] = PINGROUP(16, qup0_se3, i2s0_data0, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1113
[17] = PINGROUP(17, qup0_se3, i2s0_data1, tsense_pwm1, tsense_pwm2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1114
[18] = PINGROUP(18, qup0_se3, i2s0_ws, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1115
[19] = PINGROUP(19, qup0_se4, mdp_vsync, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1116
[20] = PINGROUP(20, qup0_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1117
[21] = PINGROUP(21, qup0_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1118
[22] = PINGROUP(22, qup0_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1119
[23] = PINGROUP(23, qup0_se5, qup0_se3, audio_ext_mclk0, _, atest_usb, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1120
[24] = PINGROUP(24, qup0_se5, qup0_se3, audio_ext_mclk1, audio_ref_clk, dbg_out_clk, _, atest_usb, ddr_pxi0, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1121
[25] = PINGROUP(25, qup0_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1122
[26] = PINGROUP(26, qup0_se5, qup0_se3, pll_bist_sync, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1123
[27] = PINGROUP(27, qup0_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1124
[28] = PINGROUP(28, qup0_se6, gcc_gp2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1125
[29] = PINGROUP(29, qup0_se6, gcc_gp1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1126
[30] = PINGROUP(30, qup0_se6, gcc_gp2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1127
[31] = PINGROUP(31, qup0_se6, gcc_gp3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1128
[32] = PINGROUP(32, qup1_se0, ibi_i3c, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1129
[33] = PINGROUP(33, qup1_se0, ibi_i3c, gcc_gp3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1130
[34] = PINGROUP(34, sdc2_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1131
[35] = PINGROUP(35, sdc2_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1132
[36] = PINGROUP(36, qup1_se1, qup1_se2, ibi_i3c, pll_clk_aux, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1133
[37] = PINGROUP(37, qup1_se1, qup1_se2, ibi_i3c, mdp_vsync, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1134
[38] = PINGROUP(38, qup1_se1, qup1_se2, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1135
[39] = PINGROUP(39, qup1_se1, resout_gpio_n, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1136
[40] = PINGROUP(40, qup1_se2, mdp_vsync2_out, mdp_vsync3_out, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1137
[41] = PINGROUP(41, qup1_se2, _, phase_flag, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1138
[42] = PINGROUP(42, qup1_se2, _, phase_flag, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1139
[43] = PINGROUP(43, qup1_se2, _, _, phase_flag, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1140
[44] = PINGROUP(44, _, _, phase_flag, qdss_cti, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1141
[45] = PINGROUP(45, wcn_sw_ctrl, mdp_vsync_e, _, _, phase_flag, qdss_cti, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1142
[46] = PINGROUP(46, host2wlan_sol, _, phase_flag, qdss_gpio, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1143
[47] = PINGROUP(47, ddr_bist_stop, _, phase_flag, qdss_gpio, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1144
[48] = PINGROUP(48, qup1_se4, _, phase_flag, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1145
[49] = PINGROUP(49, qup1_se4, _, phase_flag, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1146
[50] = PINGROUP(50, qup1_se4, qdss_gpio, ddr_pxi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1147
[51] = PINGROUP(51, qup1_se4, qdss_gpio, ddr_pxi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1148
[52] = PINGROUP(52, qup1_se4, wcn_sw, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1149
[53] = PINGROUP(53, qup1_se4, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1150
[54] = PINGROUP(54, qup1_se4, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1151
[55] = PINGROUP(55, qup1_se5, qup1_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1152
[56] = PINGROUP(56, qup1_se5, qup1_se6, vfr_0, ddr_bist_fail, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1153
[57] = PINGROUP(57, sdc2_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1154
[58] = PINGROUP(58, sdc2_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1155
[59] = PINGROUP(59, qup1_se6, _, qup1_se5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1156
[60] = PINGROUP(60, qup1_se6, _, qup1_se5, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1157
[61] = PINGROUP(61, sdc2_cmd, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1158
[62] = PINGROUP(62, sdc2_clk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1159
[63] = PINGROUP(63, coex_uart1_tx, _, phase_flag, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1160
[64] = PINGROUP(64, coex_uart1_rx, _, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1161
[65] = PINGROUP(65, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1162
[66] = PINGROUP(66, prng_rosc0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1163
[67] = PINGROUP(67, pcie0_clk_req_n, prng_rosc1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1164
[68] = PINGROUP(68, prng_rosc2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1165
[69] = PINGROUP(69, prng_rosc3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1166
[70] = PINGROUP(70, pcie1_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1167
[71] = PINGROUP(71, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1168
[72] = PINGROUP(72, sdc1_rclk, mdp_vsync, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1169
[73] = PINGROUP(73, sdc1_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1170
[74] = PINGROUP(74, sdc1_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1171
[75] = PINGROUP(75, sdc1_data, dp0_hot, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1172
[76] = PINGROUP(76, sdc1_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1173
[77] = PINGROUP(77, sdc1_clk, cci_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1174
[78] = PINGROUP(78, sdc1_cmd, tb_trig_sdc2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1175
[79] = PINGROUP(79, sdc1_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1176
[80] = PINGROUP(80, sdc1_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1177
[81] = PINGROUP(81, sdc1_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1178
[82] = PINGROUP(82, sdc1_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1179
[83] = PINGROUP(83, cam_mclk, cci_timer, tmess_prng1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1180
[84] = PINGROUP(84, cam_mclk, cci_timer, tmess_prng2, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1181
[85] = PINGROUP(85, cam_mclk, cci_timer, tmess_prng3, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1182
[86] = PINGROUP(86, cam_mclk, cci_async_in0, tmess_prng0, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1183
[87] = PINGROUP(87, cam_mclk, tb_trig_sdc1, tgu_ch0_trigout, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1184
[88] = PINGROUP(88, cci_i2c_sda, tgu_ch1_trigout, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1185
[89] = PINGROUP(89, cci_i2c_scl, _, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1186
[90] = PINGROUP(90, cci_i2c_sda, qup1_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1187
[91] = PINGROUP(91, cci_i2c_scl, qup1_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1188
[92] = PINGROUP(92, cci_i2c_sda, qup1_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1189
[93] = PINGROUP(93, cci_i2c_scl, qup1_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1190
[94] = PINGROUP(94, cci_i2c_sda, qup1_se3, qup1_se0, _, vsense_trigger_mirnat, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1191
[95] = PINGROUP(95, cci_i2c_scl, qup1_se3, qup1_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1192
[96] = PINGROUP(96, uim0_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1193
[97] = PINGROUP(97, uim0_clk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1194
[98] = PINGROUP(98, uim0_reset, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1195
[99] = PINGROUP(99, uim0_present, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1196
[100] = PINGROUP(100, uim1_data_mirb, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1197
[101] = PINGROUP(101, uim1_clk_mirb, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1198
[102] = PINGROUP(102, uim1_reset_mirb, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1199
[103] = PINGROUP(103, uim1_present_mirb, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1200
[104] = PINGROUP(104, qlink0_request, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1201
[105] = PINGROUP(105, qlink0_enable, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1202
[106] = PINGROUP(106, qlink0_wmss, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1203
[107] = PINGROUP(107, qlink1_request, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1204
[108] = PINGROUP(108, qlink1_enable, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1205
[109] = PINGROUP(109, qlink1_wmss, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1206
[110] = PINGROUP(110, uim1_data_mira, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1207
[111] = PINGROUP(111, uim1_clk_mira, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1208
[112] = PINGROUP(112, uim1_reset_mira, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1209
[113] = PINGROUP(113, uim1_present_mira, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1210
[114] = PINGROUP(114, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1211
[115] = PINGROUP(115, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1212
[116] = PINGROUP(116, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1213
[117] = PINGROUP(117, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1214
[118] = PINGROUP(118, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1215
[119] = PINGROUP(119, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1216
[120] = PINGROUP(120, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1217
[121] = PINGROUP(121, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1218
[122] = PINGROUP(122, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1219
[123] = PINGROUP(123, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1220
[124] = PINGROUP(124, nav_gpio0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1221
[125] = PINGROUP(125, nav_gpio1, usb0_hs, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1222
[126] = PINGROUP(126, _, nav_gpio2, vfr_1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1223
[127] = PINGROUP(127, _, _, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1224
[128] = PINGROUP(128, sdc2_fb_clk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1225
[129] = PINGROUP(129, mdp_vsync, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1226
[130] = PINGROUP(130, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1227
[131] = PINGROUP(131, usb0_phy_ps, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1228
[132] = PINGROUP(132, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1229
[133] = PINGROUP(133, ddr_bist_start, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1230
[134] = PINGROUP(134, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1231
[135] = PINGROUP(135, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1232
[136] = PINGROUP(136, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1233
[137] = PINGROUP(137, ddr_bist_complete, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1234
[138] = PINGROUP(138, _, phase_flag, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1235
[139] = PINGROUP(139, _, phase_flag, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1236
[140] = PINGROUP(140, _, phase_flag, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1237
[141] = PINGROUP(141, jitter_bist, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1238
[142] = PINGROUP(142, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1239
[143] = PINGROUP(143, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1240
[144] = PINGROUP(144, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1241
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1242
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1243
[147] = PINGROUP(147, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1244
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1245
[149] = PINGROUP(149, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1246
[150] = PINGROUP(150, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1247
[151] = PINGROUP(151, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1248
[152] = PINGROUP(152, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1249
[153] = PINGROUP(153, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1250
[154] = PINGROUP(154, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1251
[155] = PINGROUP(155, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1252
[156] = PINGROUP(156, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1253
[157] = PINGROUP(157, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1254
[158] = PINGROUP(158, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1255
[159] = PINGROUP(159, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1256
[160] = PINGROUP(160, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1257
[161] = PINGROUP(161, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1258
[162] = PINGROUP(162, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1259
[163] = PINGROUP(163, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1260
[164] = PINGROUP(164, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1261
[165] = PINGROUP(165, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1262
[166] = PINGROUP(166, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-msm8660.c
773
PINGROUP(0, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
774
PINGROUP(1, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
775
PINGROUP(2, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
776
PINGROUP(3, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
777
PINGROUP(4, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
778
PINGROUP(5, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
779
PINGROUP(6, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
780
PINGROUP(7, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
781
PINGROUP(8, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
782
PINGROUP(9, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
783
PINGROUP(10, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
784
PINGROUP(11, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
785
PINGROUP(12, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
786
PINGROUP(13, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
787
PINGROUP(14, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
788
PINGROUP(15, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
789
PINGROUP(16, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
790
PINGROUP(17, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
791
PINGROUP(18, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
792
PINGROUP(19, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
793
PINGROUP(20, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
794
PINGROUP(21, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
795
PINGROUP(22, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
796
PINGROUP(23, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
797
PINGROUP(24, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
798
PINGROUP(25, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
799
PINGROUP(26, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
800
PINGROUP(27, lcdc, dsub, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
801
PINGROUP(28, mdp_vsync, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
802
PINGROUP(29, vfe, gp_mn, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
803
PINGROUP(30, vfe, gp_clk_0a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
804
PINGROUP(31, vfe, gp_clk_1a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
805
PINGROUP(32, cam_mclk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
806
PINGROUP(33, gsbi1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
807
PINGROUP(34, gsbi1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
808
PINGROUP(35, gsbi1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
809
PINGROUP(36, gsbi1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
810
PINGROUP(37, gsbi2, ebi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
811
PINGROUP(38, gsbi2, ebi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
812
PINGROUP(39, gsbi2, ebi2cs, mdp_vsync, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
813
PINGROUP(40, gsbi2, ebi2cs, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
814
PINGROUP(41, gsbi3, mdp_vsync, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
815
PINGROUP(42, gsbi3, vfe, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
816
PINGROUP(43, gsbi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
817
PINGROUP(44, gsbi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
818
PINGROUP(45, gsbi4, gsbi3_spi_cs2_n, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
819
PINGROUP(46, gsbi4, gsbi3_spi_cs3_n, vfe, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
820
PINGROUP(47, gsbi4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
821
PINGROUP(48, gsbi4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
822
PINGROUP(49, gsbi5, usb_fs1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
823
PINGROUP(50, gsbi5, usb_fs1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
824
PINGROUP(51, gsbi5, usb_fs1, usb_fs1_oe_n, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
825
PINGROUP(52, gsbi5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
826
PINGROUP(53, gsbi6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
827
PINGROUP(54, gsbi6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
828
PINGROUP(55, gsbi6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
829
PINGROUP(56, gsbi6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
830
PINGROUP(57, gsbi7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
831
PINGROUP(58, gsbi7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
832
PINGROUP(59, gsbi7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
833
PINGROUP(60, gsbi7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
834
PINGROUP(61, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
835
PINGROUP(62, gsbi8, gsbi3_spi_cs1_n, gsbi1_spi_cs2a_n, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
836
PINGROUP(63, gsbi8, gsbi1_spi_cs1_n, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
837
PINGROUP(64, gsbi8, gsbi1_spi_cs2b_n, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
838
PINGROUP(65, gsbi8, gsbi1_spi_cs3_n, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
839
PINGROUP(66, gsbi9, ext_gps, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
840
PINGROUP(67, gsbi9, ext_gps, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
841
PINGROUP(68, gsbi9, ext_gps, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
842
PINGROUP(69, gsbi9, ext_gps, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
843
PINGROUP(70, gsbi10, gp_clk_2b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
844
PINGROUP(71, gsbi10, usb_fs2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
845
PINGROUP(72, gsbi10, usb_fs2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
846
PINGROUP(73, gsbi10, usb_fs2, usb_fs2_oe_n, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
847
PINGROUP(74, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
848
PINGROUP(75, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
849
PINGROUP(76, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
850
PINGROUP(77, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
851
PINGROUP(78, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
852
PINGROUP(79, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
853
PINGROUP(80, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
854
PINGROUP(81, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
855
PINGROUP(82, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
856
PINGROUP(83, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
857
PINGROUP(84, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
858
PINGROUP(85, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
859
PINGROUP(86, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
860
PINGROUP(87, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
861
PINGROUP(88, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
862
PINGROUP(89, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
863
PINGROUP(90, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
864
PINGROUP(91, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
865
PINGROUP(92, ps_hold, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
866
PINGROUP(93, tsif1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
867
PINGROUP(94, tsif1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
868
PINGROUP(95, tsif1, sdc5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
869
PINGROUP(96, tsif1, sdc5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
870
PINGROUP(97, tsif2, sdc5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
871
PINGROUP(98, tsif2, sdc5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
872
PINGROUP(99, tsif2, sdc5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
873
PINGROUP(100, tsif2, sdc5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
874
PINGROUP(101, mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
875
PINGROUP(102, mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
876
PINGROUP(103, mi2s, gsbi11, gp_clk_2a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
877
PINGROUP(104, mi2s, gsbi11, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
878
PINGROUP(105, mi2s, gsbi11, vfe, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
879
PINGROUP(106, mi2s, gsbi11, vfe, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
880
PINGROUP(107, mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
881
PINGROUP(108, i2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
882
PINGROUP(109, i2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
883
PINGROUP(110, i2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
884
PINGROUP(111, pcm, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
885
PINGROUP(112, pcm, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
886
PINGROUP(113, pcm, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
887
PINGROUP(114, pcm, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
888
PINGROUP(115, i2s, gsbi12, gp_clk_0b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
889
PINGROUP(116, i2s, gsbi12, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
890
PINGROUP(117, i2s, gsbi12, vfe, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
891
PINGROUP(118, i2s, gsbi12, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
892
PINGROUP(119, i2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
893
PINGROUP(120, i2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
894
PINGROUP(121, i2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
895
PINGROUP(122, i2s, gp_clk_1b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
896
PINGROUP(123, ebi2, gsbi2_spi_cs1_n, ebi2cs, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
897
PINGROUP(124, ebi2, gsbi2_spi_cs2_n, ebi2cs, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
898
PINGROUP(125, ebi2, gsbi2_spi_cs3_n, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
899
PINGROUP(126, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
900
PINGROUP(127, ebi2, vsens_alarm, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
901
PINGROUP(128, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
902
PINGROUP(129, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
903
PINGROUP(130, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
904
PINGROUP(131, ebi2cs, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
905
PINGROUP(132, ebi2cs, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
906
PINGROUP(133, ebi2cs, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
907
PINGROUP(134, ebi2cs, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
908
PINGROUP(135, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
909
PINGROUP(136, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
910
PINGROUP(137, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
911
PINGROUP(138, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
912
PINGROUP(139, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
913
PINGROUP(140, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
914
PINGROUP(141, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
915
PINGROUP(142, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
916
PINGROUP(143, ebi2, sdc2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
917
PINGROUP(144, ebi2, sdc2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
918
PINGROUP(145, ebi2, sdc2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
919
PINGROUP(146, ebi2, sdc2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
920
PINGROUP(147, ebi2, sdc2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
921
PINGROUP(148, ebi2, sdc2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
922
PINGROUP(149, ebi2, sdc2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
923
PINGROUP(150, ebi2, sdc2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
924
PINGROUP(151, ebi2, sdc2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
925
PINGROUP(152, ebi2, sdc2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
926
PINGROUP(153, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
927
PINGROUP(154, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
928
PINGROUP(155, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
929
PINGROUP(156, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
930
PINGROUP(157, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
931
PINGROUP(158, ebi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
932
PINGROUP(159, sdc1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
933
PINGROUP(160, sdc1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
934
PINGROUP(161, sdc1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
935
PINGROUP(162, sdc1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
936
PINGROUP(163, sdc1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
937
PINGROUP(164, sdc1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
938
PINGROUP(165, sdc1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
939
PINGROUP(166, sdc1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
940
PINGROUP(167, sdc1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
941
PINGROUP(168, sdc1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
942
PINGROUP(169, hdmi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
943
PINGROUP(170, hdmi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
944
PINGROUP(171, hdmi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8660.c
945
PINGROUP(172, hdmi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
763
PINGROUP(0, blsp_spi3, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
764
PINGROUP(1, blsp_spi3, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
765
PINGROUP(2, blsp_spi3, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
766
PINGROUP(3, blsp_spi3, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
767
PINGROUP(4, blsp_spi1, blsp_uart1, blsp_uim1, blsp_spi3_cs3, dmic0_clk, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
768
PINGROUP(5, blsp_spi1, blsp_uart1, blsp_uim1, blsp_spi2_cs3, dmic0_data, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
769
PINGROUP(6, blsp_spi1, blsp_uart1, blsp_i2c1, _, _, _, _, _, bimc_dte0),
drivers/pinctrl/qcom/pinctrl-msm8909.c
770
PINGROUP(7, blsp_spi1, blsp_uart1, blsp_i2c1, _, _, _, _, _, bimc_dte1),
drivers/pinctrl/qcom/pinctrl-msm8909.c
771
PINGROUP(8, blsp_spi6, m_voc, _, _, _, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
772
PINGROUP(9, blsp_spi6, _, _, _, _, _, qdss_tracedata_a, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
773
PINGROUP(10, blsp_spi6, blsp_i2c6, dbg_out, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
774
PINGROUP(11, blsp_spi6, blsp_i2c6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
775
PINGROUP(12, blsp_spi4, gcc_gp2_clk_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
776
PINGROUP(13, blsp_spi4, gcc_gp3_clk_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
777
PINGROUP(14, blsp_spi4, blsp_i2c4, gcc_gp1_clk_b, _, _, _, _, _, qdss_tracedata_b),
drivers/pinctrl/qcom/pinctrl-msm8909.c
778
PINGROUP(15, blsp_spi4, blsp_i2c4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
779
PINGROUP(16, blsp_spi5, _, _, _, _, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
780
PINGROUP(17, blsp_spi5, blsp_spi2_cs2, _, _, _, _, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
781
PINGROUP(18, blsp_spi5, blsp_i2c5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
782
PINGROUP(19, blsp_spi5, blsp_i2c5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
783
PINGROUP(20, uim3_data, blsp_spi2, blsp_uart2, blsp_uim2, _, qdss_cti_trig_in_a0, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
784
PINGROUP(21, uim3_present, blsp_spi2, blsp_uart2, blsp_uim2, _, qdss_cti_trig_in_b0, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
785
PINGROUP(22, uim3_reset, _, qdss_cti_trig_out_b0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
786
PINGROUP(23, uim3_clk, qdss_cti_trig_out_a0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
787
PINGROUP(24, mdp_vsync, ebi2_lcd, ebi2_lcd, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
788
PINGROUP(25, mdp_vsync, ebi2_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
789
PINGROUP(26, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
790
PINGROUP(27, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
791
PINGROUP(28, _, pwr_modem_enabled_a, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
792
PINGROUP(29, blsp_i2c3, _, _, _, _, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
793
PINGROUP(30, blsp_i2c3, _, _, _, _, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
794
PINGROUP(31, cci_timer0, _, _, _, _, _, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
795
PINGROUP(32, cci_timer1, _, qdss_tracedata_b, _, atest_combodac, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
796
PINGROUP(33, cci_async, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
797
PINGROUP(34, pwr_nav_enabled_a, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
798
PINGROUP(35, pwr_crypto_enabled_a, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
799
PINGROUP(36, qdss_tracedata_b, _, atest_bbrx1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
800
PINGROUP(37, blsp_spi1_cs2, qdss_tracedata_b, _, atest_bbrx0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
801
PINGROUP(38, cci_timer2, adsp_ext, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
802
PINGROUP(39, wcss_bt, qdss_tracedata_a, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
803
PINGROUP(40, wcss_wlan, qdss_tracedata_a, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
804
PINGROUP(41, wcss_wlan, qdss_tracedata_a, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
805
PINGROUP(42, wcss_wlan, qdss_tracedata_a, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
806
PINGROUP(43, wcss_wlan, prng_rosc, qdss_tracedata_a, _, atest_combodac, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
807
PINGROUP(44, wcss_wlan, _, atest_combodac, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
808
PINGROUP(45, wcss_fm, ext_lpass, qdss_tracectl_a, _, atest_combodac, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
809
PINGROUP(46, wcss_fm, qdss_traceclk_a, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
810
PINGROUP(47, wcss_bt, qdss_tracedata_a, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
811
PINGROUP(48, wcss_bt, qdss_tracedata_a, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
812
PINGROUP(49, uim2_data, gcc_gp1_clk_a, qdss_cti_trig_in_a1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
813
PINGROUP(50, uim2_clk, gcc_gp2_clk_a, qdss_cti_trig_in_b1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
814
PINGROUP(51, uim2_reset, gcc_gp3_clk_a, qdss_cti_trig_out_b1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
815
PINGROUP(52, uim2_present, qdss_cti_trig_out_a1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
816
PINGROUP(53, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
817
PINGROUP(54, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
818
PINGROUP(55, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
819
PINGROUP(56, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
820
PINGROUP(57, uim_batt, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
821
PINGROUP(58, qdss_tracedata_a, smb_int, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
822
PINGROUP(59, cdc_pdm0, pri_mi2s_mclk_a, atest_char3, _, _, _, _, _, bimc_dte0),
drivers/pinctrl/qcom/pinctrl-msm8909.c
823
PINGROUP(60, cdc_pdm0, pri_mi2s_sck_a, atest_char2, _, _, _, _, _, bimc_dte1),
drivers/pinctrl/qcom/pinctrl-msm8909.c
824
PINGROUP(61, cdc_pdm0, pri_mi2s_ws_a, atest_char1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
825
PINGROUP(62, cdc_pdm0, pri_mi2s_data0_a, atest_char0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
826
PINGROUP(63, cdc_pdm0, pri_mi2s_data1_a, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
827
PINGROUP(64, cdc_pdm0, _, _, _, _, _, ebi0_wrcdc, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
828
PINGROUP(65, blsp_spi3_cs2, blsp_spi1_cs3, qdss_tracedata_a, _, atest_gpsadc0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
829
PINGROUP(66, _, gcc_plltest, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
830
PINGROUP(67, _, gcc_plltest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
831
PINGROUP(68, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
832
PINGROUP(69, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
833
PINGROUP(70, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
834
PINGROUP(71, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
835
PINGROUP(72, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
836
PINGROUP(73, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
837
PINGROUP(74, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
838
PINGROUP(75, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
839
PINGROUP(76, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
840
PINGROUP(77, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
841
PINGROUP(78, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
842
PINGROUP(79, _, _, atest_gpsadc1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
843
PINGROUP(80, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
844
PINGROUP(81, _, _, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
845
PINGROUP(82, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
846
PINGROUP(83, _, modem_tsync, nav_tsync, nav_pps, _, atest_combodac, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
847
PINGROUP(84, _, _, atest_combodac, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
848
PINGROUP(85, gsm0_tx, _, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
849
PINGROUP(86, _, _, atest_combodac, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
850
PINGROUP(87, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
851
PINGROUP(88, _, ssbi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
852
PINGROUP(89, _, ssbi1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
853
PINGROUP(90, pbs0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
854
PINGROUP(91, pbs1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
855
PINGROUP(92, pbs2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
856
PINGROUP(93, qdss_tracedata_b, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
857
PINGROUP(94, pri_mi2s_sck_b, pwr_modem_enabled_b, qdss_tracedata_a, _, atest_combodac, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
858
PINGROUP(95, blsp_spi3_cs1, pri_mi2s_data0_b, ebi2_lcd, m_voc, pwr_nav_enabled_b, _, atest_combodac, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
859
PINGROUP(96, pri_mi2s_data1_b, _, pwr_crypto_enabled_b, qdss_tracedata_a, _, atest_wlan0, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
860
PINGROUP(97, blsp_spi1_cs1, qdss_tracedata_a, _, atest_wlan1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
861
PINGROUP(98, sec_mi2s, pri_mi2s_mclk_b, blsp_spi2_cs1, ldo_update, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
862
PINGROUP(99, ebi2_a, sd_write, ldo_en, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
863
PINGROUP(100, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
864
PINGROUP(101, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
865
PINGROUP(102, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
866
PINGROUP(103, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
867
PINGROUP(104, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
868
PINGROUP(105, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
869
PINGROUP(106, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
870
PINGROUP(107, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
871
PINGROUP(108, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
872
PINGROUP(109, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
873
PINGROUP(110, pri_mi2s_ws_b, _, atest_combodac, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
874
PINGROUP(111, blsp_spi2, blsp_uart2, blsp_i2c2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
875
PINGROUP(112, blsp_spi2, blsp_uart2, blsp_i2c2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1388
PINGROUP(0, blsp_spi1, blsp_uart1, qdss_tracedata_b, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1389
_, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1390
PINGROUP(1, blsp_spi1, blsp_uart1, adsp_ext, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1392
PINGROUP(2, blsp_spi1, blsp_uart1, blsp_i2c1, prng_rosc, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1393
_, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1394
PINGROUP(3, blsp_spi1, blsp_uart1, blsp_i2c1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1395
PINGROUP(4, blsp_spi2, blsp_uart2, ldo_update, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1396
atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1397
PINGROUP(5, blsp_spi2, blsp_uart2, ldo_en, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1399
qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1400
PINGROUP(7, blsp_spi2, blsp_uart2, blsp_i2c2, pbs2, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1401
qdss_tracedata_b, _, atest_gpsadc_dtest0_native, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1402
PINGROUP(8, blsp_spi3, blsp_uart3, pbs0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1403
PINGROUP(9, blsp_spi3, blsp_uart3, pbs1, pwr_modem_enabled_b, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1404
_, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1405
PINGROUP(10, blsp_spi3, blsp_uart3, blsp_i2c3, gcc_gp2_clk_b, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1406
_, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1407
PINGROUP(11, blsp_spi3, blsp_uart3, blsp_i2c3, gcc_gp3_clk_b, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1408
_, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1409
PINGROUP(12, blsp_spi4, blsp_uart4, sec_mi2s, pwr_nav_enabled_b, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1410
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1411
PINGROUP(13, blsp_spi4, blsp_uart4, sec_mi2s, pwr_crypto_enabled_b, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1412
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1413
PINGROUP(14, blsp_spi4, blsp_uart4, blsp_i2c4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1414
PINGROUP(15, blsp_spi4, blsp_uart4, blsp_i2c4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1415
PINGROUP(16, blsp_spi5, blsp_uart5, _, _, _, _, qdss_traceclk_a,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1416
_, atest_bbrx1),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1417
PINGROUP(17, blsp_spi5, blsp_uart5, m_voc, qdss_cti_trig_in_a0, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1418
atest_bbrx0, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1419
PINGROUP(18, blsp_spi5, blsp_uart5, blsp_i2c5, qdss_tracectl_a, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1420
atest_gpsadc_dtest1_native, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1421
PINGROUP(19, blsp_spi5, blsp_uart5, blsp_i2c5, qdss_tracedata_a, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1422
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1423
PINGROUP(20, blsp_spi6, blsp_uart6, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1425
PINGROUP(21, blsp_spi6, blsp_uart6, m_voc, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1427
PINGROUP(22, blsp_spi6, blsp_uart6, blsp_i2c6, qdss_traceclk_b, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1428
atest_wlan0, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1429
PINGROUP(23, blsp_spi6, blsp_uart6, blsp_i2c6, qdss_tracedata_b, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1430
atest_wlan1, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1431
PINGROUP(24, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1432
PINGROUP(25, mdp_vsync, pri_mi2s_mclk_a, sec_mi2s_mclk_a, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1433
_, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1434
PINGROUP(26, cam_mclk, _, _, _, _, _, qdss_tracedata_a, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1435
PINGROUP(27, cam_mclk, _, _, _, _, _, _, _, qdss_tracedata_a),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1436
PINGROUP(28, cam_mclk, _, _, _, _, _, qdss_tracedata_a, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1438
PINGROUP(29, cci_i2c, pwr_modem_enabled_a, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1439
qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1440
PINGROUP(30, cci_i2c, _, _, _, _, _, _, _, qdss_tracedata_a),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1441
PINGROUP(31, cci_i2c, _, _, _, _, _, _, _, qdss_tracedata_a),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1442
PINGROUP(32, cci_i2c, _, _, _, _, _, _, _, qdss_tracedata_a),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1443
PINGROUP(33, cci_timer0, _, _, _, _, _, _, _, qdss_tracedata_a),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1444
PINGROUP(34, cci_timer1, _, _, _, _, _, _, _, qdss_tracedata_a),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1445
PINGROUP(35, pwr_nav_enabled_a, _, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1447
PINGROUP(36, pwr_crypto_enabled_a, _, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1449
PINGROUP(37, _, _, _, _, _, qdss_cti_trig_out_b1, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1450
PINGROUP(38, _, qdss_tracedata_a, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1451
PINGROUP(39, cci_async, _, _, _, _, _, qdss_tracedata_a, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1453
PINGROUP(40, _, _, _, _, qdss_tracedata_a, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1454
atest_combodac_to_gpio_native, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1455
PINGROUP(41, sd_write, _, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1457
PINGROUP(42, gcc_gp1_clk_a, qdss_tracedata_b, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1458
atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1459
PINGROUP(43, gcc_gp2_clk_a, qdss_tracedata_b, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1460
atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1461
PINGROUP(44, gcc_gp3_clk_a, qdss_tracedata_b, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1462
atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1463
PINGROUP(45, _, _, atest_combodac_to_gpio_native, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1464
_),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1465
PINGROUP(46, _, _, atest_combodac_to_gpio_native, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1466
_),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1467
PINGROUP(47, blsp6_spi, _, qdss_tracedata_b, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1468
atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1469
PINGROUP(48, _, qdss_cti_trig_in_b1, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1470
atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1471
PINGROUP(49, uim_batt, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1472
PINGROUP(50, qdss_tracedata_a, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1473
PINGROUP(51, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1474
PINGROUP(52, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1475
PINGROUP(53, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1476
PINGROUP(54, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1477
PINGROUP(55, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1478
PINGROUP(56, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1479
PINGROUP(57, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1480
PINGROUP(58, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1481
PINGROUP(59, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1482
PINGROUP(60, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1483
PINGROUP(61, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1484
PINGROUP(62, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1485
PINGROUP(63, atest_char3, dbg_out, bimc_dte0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1486
PINGROUP(64, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1487
PINGROUP(65, bimc_dte0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1488
PINGROUP(66, sec_mi2s_mclk_b, pri_mi2s, _, qdss_tracedata_b, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1489
_, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1490
PINGROUP(67, atest_char1, ebi_cdc, _, atest_combodac_to_gpio_native,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1491
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1492
PINGROUP(68, atest_char0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1493
PINGROUP(69, audio_ref, cdc_pdm0, pri_mi2s_mclk_b, ebi_cdc, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1494
_, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1495
PINGROUP(70, lpass_slimbus, cdc_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1496
PINGROUP(71, lpass_slimbus0, cdc_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1497
PINGROUP(72, lpass_slimbus1, cdc_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1498
PINGROUP(73, cdc_pdm0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1499
PINGROUP(74, cdc_pdm0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1500
PINGROUP(75, wcss_bt, atest_char2, _, ebi_ch0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1501
PINGROUP(76, wcss_wlan2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1502
PINGROUP(77, wcss_wlan1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1503
PINGROUP(78, wcss_wlan0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1504
PINGROUP(79, wcss_wlan, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1505
PINGROUP(80, wcss_wlan, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1506
PINGROUP(81, wcss_fm, ext_lpass, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1507
PINGROUP(82, wcss_fm, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1508
PINGROUP(83, wcss_bt, cri_trng1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1509
PINGROUP(84, wcss_bt, cri_trng0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1510
PINGROUP(85, pri_mi2s, blsp_spi7, blsp_uart7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1511
PINGROUP(86, pri_mi2s, blsp_spi7, blsp_uart7, qdss_tracedata_b, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1512
_, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1514
qdss_tracedata_b, gcc_tlmm, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1515
PINGROUP(88, pri_mi2s, blsp_spi7, blsp_uart7, blsp_i2c7, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1516
_, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1517
PINGROUP(89, dmic0_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1518
PINGROUP(90, dmic0_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1519
PINGROUP(91, _, _, _, _, _, qdss_cti_trig_in_a1, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1520
PINGROUP(92, _, _, _, _, _, qdss_tracedata_b, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1521
PINGROUP(93, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1522
PINGROUP(94, wsa_io, sec_mi2s, pri_mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1523
PINGROUP(95, wsa_io, sec_mi2s, pri_mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1524
PINGROUP(96, blsp_spi8, blsp_uart8, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1525
PINGROUP(97, blsp_spi8, blsp_uart8, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1526
PINGROUP(98, blsp_spi8, blsp_uart8, blsp_i2c8, gcc_plltest, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1527
_, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1528
PINGROUP(99, blsp_spi8, blsp_uart8, blsp_i2c8, gcc_plltest, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1529
_, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1530
PINGROUP(100, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1531
PINGROUP(101, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1532
PINGROUP(102, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1533
PINGROUP(103, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1534
PINGROUP(104, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1535
PINGROUP(105, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1536
PINGROUP(106, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1537
PINGROUP(107, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1538
PINGROUP(108, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1539
PINGROUP(109, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1540
PINGROUP(110, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1541
PINGROUP(111, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1542
PINGROUP(112, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1543
PINGROUP(113, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1544
PINGROUP(114, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1545
PINGROUP(115, _, _, nav_pps_in_a, _, atest_combodac_to_gpio_native,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1546
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1547
PINGROUP(116, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1548
PINGROUP(117, _, modem_tsync, nav_tsync, nav_pps_in_b, nav_pps, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1549
_, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1550
PINGROUP(118, _, ebi_cdc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1551
PINGROUP(119, gsm0_tx, _, ebi_cdc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1552
PINGROUP(120, _, atest_char, ebi_cdc, _, atest_tsens, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1553
PINGROUP(121, _, _, _, bimc_dte1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1554
PINGROUP(122, _, ssbi_wtr1, _, _, bimc_dte1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1555
PINGROUP(123, _, ssbi_wtr1, ebi_cdc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1556
PINGROUP(124, coex_uart, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1557
PINGROUP(125, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1558
PINGROUP(126, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1559
PINGROUP(127, coex_uart, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1560
PINGROUP(128, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1561
PINGROUP(129, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1562
PINGROUP(130, blsp8_spi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1563
PINGROUP(131, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1564
PINGROUP(132, qdss_cti_trig_out_a0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1565
PINGROUP(133, qdss_cti_trig_out_a1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1629
PINGROUP(0, blsp_spi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1630
PINGROUP(1, blsp_spi1, adsp_ext, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1631
PINGROUP(2, blsp_spi1, blsp_i2c1, prng_rosc, _, _, _, qdss_cti_trig_out_b0, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1632
PINGROUP(3, blsp_spi1, blsp_i2c1, _, _, _, qdss_cti_trig_out_a1, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1633
PINGROUP(4, blsp_spi2, blsp_uart2, ldo_update, _, dac_calib0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1634
PINGROUP(5, blsp_spi2, blsp_uart2, ldo_en, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1635
PINGROUP(6, blsp_spi2, blsp_uart2, blsp_i2c2, gcc_gp1_clk_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1636
PINGROUP(7, blsp_spi2, blsp_uart2, blsp_i2c2, _, atest_gpsadc_dtest0_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1637
PINGROUP(8, blsp_spi3, _, _, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1638
PINGROUP(9, blsp_spi3, pwr_modem_enabled_b, _, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1639
PINGROUP(10, blsp_spi3, blsp_i2c3, gcc_gp2_clk_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1640
PINGROUP(11, blsp_spi3, blsp_i2c3, gcc_gp3_clk_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1641
PINGROUP(12, blsp_spi4, blsp_uart4, pwr_nav_enabled_b, _, _,
drivers/pinctrl/qcom/pinctrl-msm8953.c
1642
qdss_tracedata_b, _, dac_calib1, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1643
PINGROUP(13, blsp_spi4, blsp_uart4, pwr_crypto_enabled_b, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8953.c
1644
qdss_tracedata_b, _, dac_calib2),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1645
PINGROUP(14, blsp_spi4, blsp_uart4, blsp_i2c4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1646
PINGROUP(15, blsp_spi4, blsp_uart4, blsp_i2c4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1647
PINGROUP(16, blsp_spi5, blsp_uart5, _, _, qdss_traceclk_a, _, atest_bbrx1, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1648
PINGROUP(17, blsp_spi5, blsp_uart5, m_voc, qdss_cti_trig_in_a0, _, atest_bbrx0, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1650
qdss_tracectl_a, _, atest_gpsadc_dtest1_native, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1651
PINGROUP(19, blsp_spi5, blsp_uart5, blsp_i2c5, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1652
PINGROUP(20, blsp_spi6, blsp_uart6, _, _, _, qdss_tracectl_b, _, dac_calib15, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1653
PINGROUP(21, blsp_spi6, blsp_uart6, m_voc, _, _, _, qdss_cti_trig_in_b0, _, dac_calib16),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1654
PINGROUP(22, blsp_spi6, blsp_uart6, blsp_i2c6, qdss_traceclk_b, _, atest_wlan0, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1655
PINGROUP(23, blsp_spi6, blsp_uart6, blsp_i2c6, qdss_tracedata_b, _, atest_wlan1, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1656
PINGROUP(24, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1658
qdss_cti_trig_out_b1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1659
PINGROUP(26, cam_mclk, _, _, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1660
PINGROUP(27, cam_mclk, _, _, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1661
PINGROUP(28, cam_mclk, _, _, _, qdss_tracedata_a, _, dac_calib3, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1662
PINGROUP(29, cci_i2c, pwr_modem_enabled_a, _, _, _, qdss_tracedata_a, _, dac_calib4, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1663
PINGROUP(30, cci_i2c, _, _, _, qdss_tracedata_a, _, dac_calib19, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1664
PINGROUP(31, cci_i2c, _, _, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1665
PINGROUP(32, cci_i2c, _, _, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1666
PINGROUP(33, cci_timer0, _, _, _, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1667
PINGROUP(34, cci_timer1, _, _, _, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1668
PINGROUP(35, cci_timer2, blsp1_spi, pwr_nav_enabled_a, _, _, _, qdss_tracedata_a, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1669
PINGROUP(36, cci_timer3, blsp1_spi, _, pwr_crypto_enabled_a, _, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1670
PINGROUP(37, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1671
PINGROUP(38, cci_async, _, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1672
PINGROUP(39, _, _, _, qdss_tracedata_a, _, dac_calib5, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1673
PINGROUP(40, _, _, qdss_tracedata_a, _, dac_calib6, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1674
PINGROUP(41, cci_timer4, blsp3_spi, gcc_gp1_clk_b, _, _,
drivers/pinctrl/qcom/pinctrl-msm8953.c
1675
qdss_cti_trig_out_a0, _, dac_calib7, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1676
PINGROUP(42, gcc_gp1_clk_a, qdss_tracedata_b, _, dac_calib8, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1677
PINGROUP(43, gcc_gp2_clk_a, qdss_tracedata_b, _, dac_calib9, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1678
PINGROUP(44, gcc_gp3_clk_a, qdss_tracedata_b, _, dac_calib10, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1679
PINGROUP(45, _, qdss_tracedata_b, _, dac_calib11, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1680
PINGROUP(46, qdss_tracedata_b, _, dac_calib12, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1681
PINGROUP(47, blsp6_spi, qdss_tracedata_b, _, dac_calib13, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1682
PINGROUP(48, blsp6_spi, _, qdss_cti_trig_in_b1, _, dac_calib14, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1683
PINGROUP(49, uim_batt, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1684
PINGROUP(50, blsp3_spi, sd_write, _, _, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1685
PINGROUP(51, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1686
PINGROUP(52, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1687
PINGROUP(53, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1688
PINGROUP(54, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1689
PINGROUP(55, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1690
PINGROUP(56, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1691
PINGROUP(57, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1692
PINGROUP(58, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1693
PINGROUP(59, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1694
PINGROUP(60, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1695
PINGROUP(61, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1696
PINGROUP(62, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1697
PINGROUP(63, atest_char3, dbg_out, bimc_dte0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1698
PINGROUP(64, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1699
PINGROUP(65, bimc_dte0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1700
PINGROUP(66, sec_mi2s_mclk_b, pri_mi2s, _, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1701
PINGROUP(67, cdc_pdm0, atest_char1, ebi_cdc, _, dac_calib17, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1702
PINGROUP(68, cdc_pdm0, atest_char0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1703
PINGROUP(69, cdc_pdm0, pri_mi2s_mclk_b, ebi_cdc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1704
PINGROUP(70, lpass_slimbus, cdc_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1705
PINGROUP(71, lpass_slimbus0, cdc_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1706
PINGROUP(72, lpass_slimbus1, cdc_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1707
PINGROUP(73, cdc_pdm0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1708
PINGROUP(74, cdc_pdm0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1709
PINGROUP(75, wcss_bt, atest_char2, _, ebi_ch0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1710
PINGROUP(76, wcss_wlan2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1711
PINGROUP(77, wcss_wlan1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1712
PINGROUP(78, wcss_wlan0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1713
PINGROUP(79, wcss_wlan, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1714
PINGROUP(80, wcss_wlan, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1715
PINGROUP(81, wcss_fm, ext_lpass, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1716
PINGROUP(82, wcss_fm, mss_lte, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1717
PINGROUP(83, wcss_bt, mss_lte, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1718
PINGROUP(84, wcss_bt, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1719
PINGROUP(85, pbs0, cri_trng0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1720
PINGROUP(86, pbs1, cri_trng1, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1721
PINGROUP(87, pbs2, cri_trng, qdss_tracedata_b, gcc_tlmm, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1722
PINGROUP(88, pri_mi2s, _, _, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1723
PINGROUP(89, dmic0_clk, blsp7_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1724
PINGROUP(90, dmic0_data, blsp7_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1725
PINGROUP(91, pri_mi2s, _, _, _, qdss_cti_trig_in_a1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1726
PINGROUP(92, pri_mi2s_ws, _, _, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1727
PINGROUP(93, pri_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1728
PINGROUP(94, wsa_io, pri_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1729
PINGROUP(95, wsa_io, pri_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1730
PINGROUP(96, blsp_spi8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1731
PINGROUP(97, blsp_spi8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1732
PINGROUP(98, blsp_i2c8, blsp_spi8, gcc_plltest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1733
PINGROUP(99, blsp_i2c8, blsp_spi8, gcc_plltest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1734
PINGROUP(100, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1735
PINGROUP(101, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1736
PINGROUP(102, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1737
PINGROUP(103, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1738
PINGROUP(104, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1739
PINGROUP(105, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1740
PINGROUP(106, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1741
PINGROUP(107, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1742
PINGROUP(108, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1743
PINGROUP(109, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1744
PINGROUP(110, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1745
PINGROUP(111, _, _, nav_pps_in_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1746
PINGROUP(112, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1747
PINGROUP(113, _, nav_pps_in_b, nav_pps, modem_tsync, nav_tsync, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1748
PINGROUP(114, _, ssbi_wtr1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1749
PINGROUP(115, _, gsm1_tx, _, dac_calib18, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1750
PINGROUP(116, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1751
PINGROUP(117, gsm0_tx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1752
PINGROUP(118, _, ebi_cdc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1753
PINGROUP(119, _, ebi_cdc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1754
PINGROUP(120, _, atest_char, ebi_cdc, _, atest_tsens, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1755
PINGROUP(121, _, _, _, bimc_dte1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1756
PINGROUP(122, _, _, _, bimc_dte1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1757
PINGROUP(123, _, ssbi_wtr1, ebi_cdc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1758
PINGROUP(124, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1759
PINGROUP(125, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1760
PINGROUP(126, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1761
PINGROUP(127, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1762
PINGROUP(128, cam_mclk, _, dac_calib20, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1763
PINGROUP(129, ddr_bist, _, dac_calib21, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1764
PINGROUP(130, ddr_bist, _, dac_calib22, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1765
PINGROUP(131, ddr_bist, _, dac_calib23, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1766
PINGROUP(132, ddr_bist, _, dac_calib24, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1767
PINGROUP(133, _, dac_calib25, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1768
PINGROUP(134, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1769
PINGROUP(135, sec_mi2s, blsp_spi7, blsp_i2c7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1770
PINGROUP(136, sec_mi2s, blsp_spi7, blsp_i2c7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1771
PINGROUP(137, sec_mi2s, blsp_spi7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1772
PINGROUP(138, sec_mi2s, blsp_spi7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1773
PINGROUP(139, tsens_max, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1774
PINGROUP(140, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1775
PINGROUP(141, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1339
PINGROUP(0, EAST, blsp_spi1, blsp_uart1_a, blsp_uim1_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1340
PINGROUP(1, EAST, blsp_spi1, blsp_uart1_a, blsp_uim1_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1341
PINGROUP(2, EAST, blsp_spi1, blsp_uart1_a, blsp_i2c1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1342
PINGROUP(3, EAST, blsp_spi1, blsp_uart1_a, blsp_i2c1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1343
PINGROUP(4, WEST, blsp_spi8, blsp_uart8_a, blsp_uim8_a, _, qdss_cti0_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1344
PINGROUP(5, WEST, blsp_spi8, blsp_uart8_a, blsp_uim8_a, _, qdss_cti0_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1345
PINGROUP(6, WEST, blsp_spi8, blsp_uart8_a, blsp_i2c8, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1346
PINGROUP(7, WEST, blsp_spi8, blsp_uart8_a, blsp_i2c8, ddr_bist, _, atest_tsens2, atest_usb1, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1347
PINGROUP(8, EAST, blsp_spi4, blsp_uart1_b, blsp_uim1_b, _, ddr_bist, _, wlan1_adc1, atest_usb13, bimc_dte1),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1348
PINGROUP(9, EAST, blsp_spi4, blsp_uart1_b, blsp_uim1_b, tsif0, ddr_bist, _, wlan1_adc0, atest_usb12, bimc_dte0),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1351
PINGROUP(12, EAST, mdp_vsync, m_voc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1352
PINGROUP(13, EAST, cam_mclk, pll_bypassnl, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1353
PINGROUP(14, EAST, cam_mclk, pll_reset, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1354
PINGROUP(15, EAST, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1355
PINGROUP(16, EAST, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1356
PINGROUP(17, EAST, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1357
PINGROUP(18, EAST, cci_i2c, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1358
PINGROUP(19, EAST, cci_i2c, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1359
PINGROUP(20, EAST, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1360
PINGROUP(21, EAST, cci_timer0, _, qdss, vsense_data0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1361
PINGROUP(22, EAST, cci_timer1, _, qdss, vsense_data1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1362
PINGROUP(23, EAST, cci_timer2, blsp1_spi_b, qdss, vsense_mode, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1363
PINGROUP(24, EAST, cci_timer3, cci_async, blsp1_spi_a, _, qdss, vsense_clkout, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1364
PINGROUP(25, EAST, cci_timer4, cci_async, blsp2_spi, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1365
PINGROUP(26, EAST, cci_async, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1366
PINGROUP(27, EAST, blsp1_spi_a, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1367
PINGROUP(28, EAST, blsp1_spi_b, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1368
PINGROUP(29, EAST, blsp2_spi, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1369
PINGROUP(30, EAST, hdmi_rcv, blsp2_spi, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1370
PINGROUP(31, EAST, hdmi_cec, blsp_spi2, blsp_uart2_a, blsp_uim2_a, pwr_modem, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1371
PINGROUP(32, EAST, hdmi_ddc, blsp_spi2, blsp_uart2_a, blsp_i2c2, pwr_nav, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1372
PINGROUP(33, EAST, hdmi_ddc, blsp_spi2, blsp_uart2_a, blsp_i2c2, pwr_crypto, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1373
PINGROUP(34, EAST, hdmi_hot, edp_hot, blsp_spi2, blsp_uart2_a, blsp_uim2_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1374
PINGROUP(35, NORTH, pci_e0, jitter_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1375
PINGROUP(36, NORTH, pci_e0, agera_pll, _, atest_tsens, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1376
PINGROUP(37, NORTH, agera_pll, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1377
PINGROUP(38, WEST, usb_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1378
PINGROUP(39, WEST, lpass_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1379
PINGROUP(40, EAST, sd_write, tsif0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1380
PINGROUP(41, EAST, blsp_spi6, blsp_uart3_b, blsp_uim3_b, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1381
PINGROUP(42, EAST, blsp_spi6, blsp_uart3_b, blsp_uim3_b, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1382
PINGROUP(43, EAST, blsp_spi6, blsp_uart3_b, blsp_i2c6, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1383
PINGROUP(44, EAST, blsp_spi6, blsp_uart3_b, blsp_i2c6, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1384
PINGROUP(45, EAST, blsp_spi3, blsp_uart3_a, blsp_uim3_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1385
PINGROUP(46, EAST, blsp_spi3, blsp_uart3_a, blsp_uim3_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1386
PINGROUP(47, EAST, blsp_spi3, blsp_uart3_a, blsp_i2c3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1387
PINGROUP(48, EAST, blsp_spi3, blsp_uart3_a, blsp_i2c3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1388
PINGROUP(49, NORTH, blsp_spi9, blsp_uart9_a, blsp_uim9_a, blsp10_spi_b, qdss_cti0_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1389
PINGROUP(50, NORTH, blsp_spi9, blsp_uart9_a, blsp_uim9_a, blsp10_spi_b, qdss_cti0_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1390
PINGROUP(51, NORTH, blsp_spi9, blsp_uart9_a, blsp_i2c9, blsp10_spi_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1391
PINGROUP(52, NORTH, blsp_spi9, blsp_uart9_a, blsp_i2c9, blsp10_spi_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1392
PINGROUP(53, WEST, blsp_spi7, blsp_uart7_a, blsp_uim7_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1393
PINGROUP(54, WEST, blsp_spi7, blsp_uart7_a, blsp_uim7_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1394
PINGROUP(55, WEST, blsp_spi7, blsp_uart7_a, blsp_i2c7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1395
PINGROUP(56, WEST, blsp_spi7, blsp_uart7_a, blsp_i2c7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1396
PINGROUP(57, WEST, qua_mi2s, blsp10_spi, gcc_gp1_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1397
PINGROUP(58, WEST, qua_mi2s, blsp_spi11, blsp_uart8_b, blsp_uim8_b, gcc_gp2_a, _, qdss_cti1_a, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1398
PINGROUP(59, WEST, qua_mi2s, blsp_spi11, blsp_uart8_b, blsp_uim8_b, gcc_gp3_a, _, qdss_cti1_a, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1399
PINGROUP(60, WEST, qua_mi2s, blsp_spi11, blsp_uart8_b, blsp_i2c11, cri_trng0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1400
PINGROUP(61, WEST, qua_mi2s, blsp_spi11, blsp_uart8_b, blsp_i2c11, cri_trng1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1401
PINGROUP(62, WEST, qua_mi2s, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1402
PINGROUP(63, WEST, qua_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1403
PINGROUP(64, WEST, pri_mi2s, sp_cmu, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1404
PINGROUP(65, WEST, pri_mi2s, blsp_spi10, blsp_uart7_b, blsp_uim7_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1405
PINGROUP(66, WEST, pri_mi2s_ws, blsp_spi10, blsp_uart7_b, blsp_uim7_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1406
PINGROUP(67, WEST, pri_mi2s, blsp_spi10, blsp_uart7_b, blsp_i2c10, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1407
PINGROUP(68, WEST, pri_mi2s, blsp_spi10, blsp_uart7_b, blsp_i2c10, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1408
PINGROUP(69, WEST, spkr_i2s, audio_ref, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1409
PINGROUP(70, WEST, lpass_slimbus, spkr_i2s, blsp9_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1410
PINGROUP(71, WEST, lpass_slimbus, spkr_i2s, blsp9_spi, tsense_pwm1, tsense_pwm2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1411
PINGROUP(72, WEST, lpass_slimbus, spkr_i2s, blsp9_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1412
PINGROUP(73, WEST, btfm_slimbus, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1413
PINGROUP(74, WEST, btfm_slimbus, ter_mi2s, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1414
PINGROUP(75, WEST, ter_mi2s, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1415
PINGROUP(76, WEST, ter_mi2s, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1416
PINGROUP(77, WEST, ter_mi2s, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1417
PINGROUP(78, WEST, ter_mi2s, gcc_gp1_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1418
PINGROUP(79, WEST, sec_mi2s, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1419
PINGROUP(80, WEST, sec_mi2s, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1420
PINGROUP(81, WEST, sec_mi2s, blsp_spi12, blsp_uart9_b, blsp_uim9_b, gcc_gp2_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1421
PINGROUP(82, WEST, sec_mi2s, blsp_spi12, blsp_uart9_b, blsp_uim9_b, gcc_gp3_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1422
PINGROUP(83, WEST, sec_mi2s, blsp_spi12, blsp_uart9_b, blsp_i2c12, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1423
PINGROUP(84, WEST, blsp_spi12, blsp_uart9_b, blsp_i2c12, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1424
PINGROUP(85, EAST, blsp_spi5, blsp_uart2_b, blsp_uim2_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1425
PINGROUP(86, EAST, blsp_spi5, blsp_uart2_b, blsp_uim2_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1426
PINGROUP(87, EAST, blsp_spi5, blsp_uart2_b, blsp_i2c5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1427
PINGROUP(88, EAST, blsp_spi5, blsp_uart2_b, blsp_i2c5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1428
PINGROUP(89, EAST, tsif0, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1429
PINGROUP(90, EAST, tsif0, mdp_vsync0, mdp_vsync1, mdp_vsync2, mdp_vsync3, blsp1_spi, tgu_ch0, qdss_cti1_b, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1430
PINGROUP(91, EAST, tsif0, sdc4_cmd, tgu_ch1, phase_flag, qdss_cti1_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1431
PINGROUP(92, EAST, tsif1, sdc43, vfr_1, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1432
PINGROUP(93, EAST, tsif1, sdc4_clk, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1433
PINGROUP(94, EAST, tsif1, sdc42, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1434
PINGROUP(95, EAST, tsif1, sdc41, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1435
PINGROUP(96, EAST, tsif1, sdc40, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1436
PINGROUP(97, WEST, _, mdp_vsync_b, ldo_en, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1437
PINGROUP(98, WEST, _, mdp_vsync_b, ldo_update, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1438
PINGROUP(99, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1439
PINGROUP(100, WEST, _, _, blsp_uart8, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1440
PINGROUP(101, WEST, _, blsp_uart8, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1441
PINGROUP(102, WEST, _, blsp11_i2c, prng_rosc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1442
PINGROUP(103, WEST, _, blsp11_i2c, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1443
PINGROUP(104, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1444
PINGROUP(105, NORTH, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1445
PINGROUP(106, NORTH, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1446
PINGROUP(107, NORTH, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1447
PINGROUP(108, NORTH, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1448
PINGROUP(109, NORTH, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1449
PINGROUP(110, NORTH, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1450
PINGROUP(111, NORTH, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1451
PINGROUP(112, NORTH, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1452
PINGROUP(113, NORTH, uim_batt, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1453
PINGROUP(114, WEST, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1454
PINGROUP(115, WEST, _, nav_dr, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1455
PINGROUP(116, WEST, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1456
PINGROUP(117, EAST, phase_flag, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1457
PINGROUP(118, EAST, adsp_ext, phase_flag, qdss, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1458
PINGROUP(119, EAST, phase_flag, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1459
PINGROUP(120, EAST, phase_flag, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1460
PINGROUP(121, EAST, phase_flag, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1461
PINGROUP(122, EAST, phase_flag, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1462
PINGROUP(123, EAST, phase_flag, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1463
PINGROUP(124, EAST, phase_flag, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1464
PINGROUP(125, EAST, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1465
PINGROUP(126, EAST, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1466
PINGROUP(127, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1467
PINGROUP(128, WEST, modem_tsync, nav_pps, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1468
PINGROUP(129, WEST, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1469
PINGROUP(130, NORTH, qlink_request, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1470
PINGROUP(131, NORTH, qlink_enable, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1471
PINGROUP(132, WEST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1472
PINGROUP(133, WEST, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1473
PINGROUP(134, WEST, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1474
PINGROUP(135, WEST, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1475
PINGROUP(136, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1476
PINGROUP(137, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1477
PINGROUP(138, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1478
PINGROUP(139, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1479
PINGROUP(140, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1480
PINGROUP(141, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1481
PINGROUP(142, WEST, _, ssbi1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1482
PINGROUP(143, WEST, isense_dbg, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1483
PINGROUP(144, WEST, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1484
PINGROUP(145, WEST, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1485
PINGROUP(146, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1486
PINGROUP(147, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1487
PINGROUP(148, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1488
PINGROUP(149, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1476
[0] = PINGROUP(0, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1477
[1] = PINGROUP(1, pcie0_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1478
[2] = PINGROUP(2, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1479
[3] = PINGROUP(3, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1480
[4] = PINGROUP(4, pcie1_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1481
[5] = PINGROUP(5, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1482
[6] = PINGROUP(6, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1483
[7] = PINGROUP(7, pcie2_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1484
[8] = PINGROUP(8, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1485
[9] = PINGROUP(9, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1486
[10] = PINGROUP(10, pcie3_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1487
[11] = PINGROUP(11, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1488
[12] = PINGROUP(12, usb0_hs, clink_debug, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1489
[13] = PINGROUP(13, usb1_hs, clink_debug, gcc_gp7_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1490
[14] = PINGROUP(14, usb2_hs, clink_debug, gcc_gp8_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1491
[15] = PINGROUP(15, ccu_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1492
[16] = PINGROUP(16, ccu_i2c_scl, emac0_mcg, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1493
[17] = PINGROUP(17, ccu_i2c_sda, emac0_mcg, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1494
[18] = PINGROUP(18, ccu_i2c_scl, emac0_mcg, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1495
[19] = PINGROUP(19, ccu_i2c_sda, emac0_mcg, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1496
[20] = PINGROUP(20, ccu_i2c_scl, emac1_mcg, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1497
[21] = PINGROUP(21, ccu_i2c_sda, emac1_mcg, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1498
[22] = PINGROUP(22, ccu_i2c_scl, emac1_mcg, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1499
[23] = PINGROUP(23, ccu_i2c_sda, emac1_mcg, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1500
[24] = PINGROUP(24, ccu_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1501
[25] = PINGROUP(25, ccu_timer, tsc_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1502
[26] = PINGROUP(26, ccu_timer, tsc_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1503
[27] = PINGROUP(27, ccu_timer, tsc_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1504
[28] = PINGROUP(28, ccu_timer, tsc_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1505
[29] = PINGROUP(29, ccu_timer, tsc_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1506
[30] = PINGROUP(30, ccu_timer, tsc_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1507
[31] = PINGROUP(31, ccu_timer, tsc_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1508
[32] = PINGROUP(32, ccu_timer, tsc_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1509
[33] = PINGROUP(33, ccu_timer, tsc_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1510
[34] = PINGROUP(34, ccu_timer, tsc_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1511
[35] = PINGROUP(35, dp_rx0_mute, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1512
[36] = PINGROUP(36, dp_rx1_mute, ddr_bist_start, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1513
[37] = PINGROUP(37, emac1_ptp, ddr_bist_complete, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1514
[38] = PINGROUP(38, emac1_ptp, ddr_bist_stop, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1515
[39] = PINGROUP(39, emac1_ptp, ddr_bist_fail, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1516
[40] = PINGROUP(40, emac1_ptp, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1517
[41] = PINGROUP(41, emac1_ptp, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1518
[42] = PINGROUP(42, emac1_ptp, qdss_cti, gcc_gp3_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1519
[43] = PINGROUP(43, emac1_ptp, gcc_gp4_clk, tsense_pwm, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1520
[44] = PINGROUP(44, emac1_ptp, tsense_pwm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1521
[45] = PINGROUP(45, usxgmii0_phy, ccu_async_in, tsense_pwm, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1522
[46] = PINGROUP(46, usxgmii1_phy, tsense_pwm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1523
[47] = PINGROUP(47, emac0_mdc, edp0_lcd, tsense_pwm, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1524
[48] = PINGROUP(48, emac0_mdio, edp1_lcd, tsense_pwm, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1525
[49] = PINGROUP(49, emac1_mdc, edp2_lcd, tsense_pwm, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1526
[50] = PINGROUP(50, emac1_mdio, edp3_lcd, tsense_pwm, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1527
[51] = PINGROUP(51, edp0_hot, clink_debug, gcc_gp1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1528
[52] = PINGROUP(52, edp1_hot, clink_debug, gcc_gp2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1529
[53] = PINGROUP(53, edp2_hot, clink_debug, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1530
[54] = PINGROUP(54, edp3_hot, clink_debug, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1531
[55] = PINGROUP(55, dp_rx0, clink_debug, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1532
[56] = PINGROUP(56, dp_rx1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1533
[57] = PINGROUP(57, aud_intfc0_clk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1534
[58] = PINGROUP(58, aud_intfc0_ws, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1535
[59] = PINGROUP(59, aud_intfc0_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1536
[60] = PINGROUP(60, aud_intfc0_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1537
[61] = PINGROUP(61, aud_intfc0_data, aud_intfc10_clk, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1538
[62] = PINGROUP(62, aud_intfc0_data, aud_intfc10_ws, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1539
[63] = PINGROUP(63, aud_intfc0_data, aud_intfc7_clk, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1540
[64] = PINGROUP(64, aud_intfc0_data, aud_intfc7_ws, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1541
[65] = PINGROUP(65, aud_intfc0_data, aud_intfc7_data, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1542
[66] = PINGROUP(66, aud_intfc0_data, aud_intfc7_data, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1543
[67] = PINGROUP(67, aud_intfc1_clk, phase_flag, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1544
[68] = PINGROUP(68, aud_intfc1_ws, phase_flag, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1545
[69] = PINGROUP(69, aud_intfc1_data, phase_flag, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1547
_, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1549
_, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1551
_, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1553
_, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1555
_, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1557
_, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1559
_, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1560
[77] = PINGROUP(77, aud_intfc2_clk, phase_flag, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1561
[78] = PINGROUP(78, aud_intfc2_ws, phase_flag, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1562
[79] = PINGROUP(79, aud_intfc2_data, phase_flag, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1563
[80] = PINGROUP(80, aud_intfc2_data, phase_flag, _, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1565
_, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1567
_, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1568
[83] = PINGROUP(83, aud_intfc3_clk, dp_rx0, aoss_cti, phase_flag, _, qdss,
drivers/pinctrl/qcom/pinctrl-nord.c
1569
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1570
[84] = PINGROUP(84, aud_intfc3_ws, dp_rx0, aoss_cti, phase_flag, _, qdss,
drivers/pinctrl/qcom/pinctrl-nord.c
1571
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1573
_, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1575
_, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1576
[87] = PINGROUP(87, aud_intfc4_clk, phase_flag, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1577
[88] = PINGROUP(88, aud_intfc4_ws, dp_rx0, phase_flag, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1578
[89] = PINGROUP(89, aud_intfc4_data, dp_rx0, phase_flag, _, qdss,
drivers/pinctrl/qcom/pinctrl-nord.c
1579
_, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1581
_, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1582
[91] = PINGROUP(91, aud_intfc5_clk, phase_flag, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1583
[92] = PINGROUP(92, aud_intfc5_ws, dp_rx1, phase_flag, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1584
[93] = PINGROUP(93, aud_intfc5_data, dp_rx1, phase_flag, _, qdss,
drivers/pinctrl/qcom/pinctrl-nord.c
1585
_, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1587
_, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1589
_, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1590
[96] = PINGROUP(96, aud_intfc6_ws, dp_rx1, phase_flag, _, qdss,
drivers/pinctrl/qcom/pinctrl-nord.c
1591
_, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1592
[97] = PINGROUP(97, aud_intfc6_data, dp_rx1, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1593
[98] = PINGROUP(98, aud_intfc6_data, dp_rx1, phase_flag, _, qdss,
drivers/pinctrl/qcom/pinctrl-nord.c
1594
_, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1595
[99] = PINGROUP(99, aud_mclk0_mira, qdss, dp_rx00, ddr_pxi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1597
qdss, dp_rx01, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1598
[101] = PINGROUP(101, aud_mclk2_mira, aud_refclk1, phase_flag, _, qdss,
drivers/pinctrl/qcom/pinctrl-nord.c
1599
_, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1600
[102] = PINGROUP(102, qspi, qup3_se0_mira, qup3_se0_mirb, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1601
[103] = PINGROUP(103, qspi, qup3_se0_mira, qup3_se0_mirb, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1602
[104] = PINGROUP(104, qspi, qup3_se0_mira, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1603
[105] = PINGROUP(105, qspi, qup3_se0_mira, gcc_gp5_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1604
[106] = PINGROUP(106, qspi, qup3_se0_mira, gcc_gp6_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1605
[107] = PINGROUP(107, qspi, qup3_se0_mira, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1606
[108] = PINGROUP(108, qspi, qup3_se0_mira, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1608
smb_alert_n, _, ddr_pxi, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1610
mdp_vsync_p, smb_alert, _, ddr_pxi, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1611
[111] = PINGROUP(111, qup0_se1, qup0_se0, smb_dat, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1612
[112] = PINGROUP(112, qup0_se1, qup0_se0, smb_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1614
dbg_out, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1616
_, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1618
_, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1620
_, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1621
[117] = PINGROUP(117, qup0_se4, prng_rosc0, _, ddr_pxi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1622
[118] = PINGROUP(118, qup0_se4, prng_rosc1, _, ddr_pxi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1623
[119] = PINGROUP(119, qup0_se4, _, ddr_pxi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1624
[120] = PINGROUP(120, qup0_se4, _, ddr_pxi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1625
[121] = PINGROUP(121, qup0_se5, lbist_pass, mdp0_vsync_out, _, dp_rx10, ddr_pxi,
drivers/pinctrl/qcom/pinctrl-nord.c
1626
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1627
[122] = PINGROUP(122, qup0_se5, mbist_pass, mdp0_vsync_out, _, dp_rx11, ddr_pxi,
drivers/pinctrl/qcom/pinctrl-nord.c
1628
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1630
_, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1631
[124] = PINGROUP(124, qup1_se0, qup1_se1, mdp1_vsync_out, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1633
_, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1635
_, atest_usb20, ddr_pxi, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1636
[127] = PINGROUP(127, qup1_se2, qup1_se2, _, atest_usb21, ddr_pxi,
drivers/pinctrl/qcom/pinctrl-nord.c
1637
_, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1638
[128] = PINGROUP(128, qup1_se2, qup1_se2, _, atest_usb20, ddr_pxi,
drivers/pinctrl/qcom/pinctrl-nord.c
1639
_, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1641
_, atest_usb21, ddr_pxi, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1643
_, atest_usb20, ddr_pxi, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1645
_, atest_usb21, ddr_pxi, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1647
_, vsense_trigger_mirnat, ddr_pxi, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1648
[133] = PINGROUP(133, qup1_se5, emac0_ptp, mdp1_vsync_out, _, ddr_pxi,
drivers/pinctrl/qcom/pinctrl-nord.c
1649
_, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1650
[134] = PINGROUP(134, qup1_se5, emac0_ptp, mdp1_vsync_out, _, ddr_pxi,
drivers/pinctrl/qcom/pinctrl-nord.c
1651
_, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1652
[135] = PINGROUP(135, qup1_se5, emac0_ptp, mdp1_vsync_out, _, ddr_pxi,
drivers/pinctrl/qcom/pinctrl-nord.c
1653
_, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1654
[136] = PINGROUP(136, qup1_se5, emac0_ptp, _, ddr_pxi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1655
[137] = PINGROUP(137, qup1_se6, qup1_se4, dp_rx0, _, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1657
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1659
_, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1660
[140] = PINGROUP(140, qup2_se0, emac0_ptp, mdp0_vsync_out, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1661
[141] = PINGROUP(141, qup2_se0, emac0_ptp, mdp0_vsync_out, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1662
[142] = PINGROUP(142, qup2_se0, emac0_ptp, qdss_cti, mdp0_vsync_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1664
_, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1666
_, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1667
[145] = PINGROUP(145, qup2_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1668
[146] = PINGROUP(146, qup2_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1669
[147] = PINGROUP(147, qup2_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1670
[148] = PINGROUP(148, qup2_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1671
[149] = PINGROUP(149, qup2_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1672
[150] = PINGROUP(150, qup2_se3, qup2_se4, ccu_timer, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1673
[151] = PINGROUP(151, qup2_se3, qup2_se4, ccu_timer, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1674
[152] = PINGROUP(152, qup2_se3, qup2_se4, ccu_timer, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1675
[153] = PINGROUP(153, qup2_se3, ccu_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1676
[154] = PINGROUP(154, qup2_se4, qup2_se1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1677
[155] = PINGROUP(155, qup2_se4, qup2_se1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1678
[156] = PINGROUP(156, qup2_se5, qup2_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1679
[157] = PINGROUP(157, qup2_se5, qup2_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1680
[158] = PINGROUP(158, qup2_se6, qup2_se5, dp_rx1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1681
[159] = PINGROUP(159, qup2_se6, qup2_se5, dp_rx1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1682
[160] = PINGROUP(160, wcn_sw_ctrl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1683
[161] = PINGROUP(161, wcn_sw, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1684
[162] = PINGROUP(162, qdss_cti, _, ddr_pxi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1685
[163] = PINGROUP(163, qdss_cti, _, ddr_pxi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1686
[164] = PINGROUP(164, usb0_phy_ps, _, sailss_ospi, ddr_pxi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1688
_, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1689
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1690
[167] = PINGROUP(167, pwrbrk_i_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1691
[168] = PINGROUP(168, bist_done, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1692
[169] = PINGROUP(169, tb_trig_sdc4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1693
[170] = PINGROUP(170, sdc4_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1694
[171] = PINGROUP(171, sdc4_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1695
[172] = PINGROUP(172, sdc4_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1696
[173] = PINGROUP(173, sdc4_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1697
[174] = PINGROUP(174, sdc4_cmd, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1698
[175] = PINGROUP(175, sdc4_clk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1700
_, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1701
[177] = PINGROUP(177, ccu_async_in, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1702
[178] = PINGROUP(178, ccu_async_in, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1703
[179] = PINGROUP(179, ccu_async_in, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-nord.c
1704
[180] = PINGROUP(180, ccu_async_in, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1000
[64] = PINGROUP(64, gsm0_tx, _, phase_flag, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1001
[65] = PINGROUP(65, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1002
[66] = PINGROUP(66, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1003
[67] = PINGROUP(67, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1004
[68] = PINGROUP(68, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1005
[69] = PINGROUP(69, qup1, gcc_gp2, qdss_gpio, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1006
[70] = PINGROUP(70, qup1, gcc_gp3, qdss_gpio, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1007
[71] = PINGROUP(71, qup2, dbg_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1008
[72] = PINGROUP(72, uim2_data, qdss_cti, _, pwm_3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1009
[73] = PINGROUP(73, uim2_clk, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1010
[74] = PINGROUP(74, uim2_reset, _, _, pwm_4, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1011
[75] = PINGROUP(75, uim2_present, _, _, pwm_5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1012
[76] = PINGROUP(76, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1013
[77] = PINGROUP(77, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1014
[78] = PINGROUP(78, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1015
[79] = PINGROUP(79, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1016
[80] = PINGROUP(80, qup2, dac_calib, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1017
[81] = PINGROUP(81, mdp_vsync_out_0, mdp_vsync_out_1, mdp_vsync, dac_calib, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1018
[82] = PINGROUP(82, qup0, dac_calib, _, pwm_6, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1019
[83] = PINGROUP(83, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1020
[84] = PINGROUP(84, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1021
[85] = PINGROUP(85, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1022
[86] = PINGROUP(86, qup0, gcc_gp1, atest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1023
[87] = PINGROUP(87, pbs11, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1024
[88] = PINGROUP(88, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1025
[89] = PINGROUP(89, usb_phy, atest, _, pwm_7, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1026
[90] = PINGROUP(90, mss_lte, pbs12, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1027
[91] = PINGROUP(91, mss_lte, pbs13, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1028
[92] = PINGROUP(92, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1029
[93] = PINGROUP(93, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1030
[94] = PINGROUP(94, _, qdss_gpio, wlan1_adc0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1031
[95] = PINGROUP(95, nav_gpio, gp_pdm0, qdss_gpio, wlan1_adc1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1032
[96] = PINGROUP(96, qup4, nav_gpio, mdp_vsync, gp_pdm1, sd_write, jitter_bist, qdss_cti, qdss_cti, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1033
[97] = PINGROUP(97, qup4, nav_gpio, mdp_vsync, gp_pdm2, jitter_bist, qdss_cti, qdss_cti, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1034
[98] = PINGROUP(98, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1035
[99] = PINGROUP(99, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1036
[100] = PINGROUP(100, atest, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1037
[101] = PINGROUP(101, atest, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1038
[102] = PINGROUP(102, _, phase_flag, dac_calib, ddr_pxi2, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1039
[103] = PINGROUP(103, _, phase_flag, dac_calib, ddr_pxi2, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1040
[104] = PINGROUP(104, _, phase_flag, qdss_gpio, dac_calib, ddr_pxi3, _, pwm_8, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1041
[105] = PINGROUP(105, _, phase_flag, qdss_gpio, dac_calib, ddr_pxi3, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1042
[106] = PINGROUP(106, nav_gpio, gcc_gp3, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1043
[107] = PINGROUP(107, nav_gpio, gcc_gp2, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1044
[108] = PINGROUP(108, nav_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1045
[109] = PINGROUP(109, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1046
[110] = PINGROUP(110, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1047
[111] = PINGROUP(111, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1048
[112] = PINGROUP(112, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1049
[113] = PINGROUP(113, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1050
[114] = PINGROUP(114, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1051
[115] = PINGROUP(115, _, pwm_9, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1052
[116] = PINGROUP(116, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1053
[117] = PINGROUP(117, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1054
[118] = PINGROUP(118, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1055
[119] = PINGROUP(119, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1056
[120] = PINGROUP(120, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1057
[121] = PINGROUP(121, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1058
[122] = PINGROUP(122, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1059
[123] = PINGROUP(123, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1060
[124] = PINGROUP(124, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1061
[125] = PINGROUP(125, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1062
[126] = PINGROUP(126, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
936
[0] = PINGROUP(0, qup0, m_voc, ddr_bist, _, phase_flag, qdss_gpio, atest, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
937
[1] = PINGROUP(1, qup0, mpm_pwr, ddr_bist, _, phase_flag, qdss_gpio, atest, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
938
[2] = PINGROUP(2, qup0, ddr_bist, _, phase_flag, qdss_gpio, dac_calib, atest, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
939
[3] = PINGROUP(3, qup0, ddr_bist, _, phase_flag, qdss_gpio, dac_calib, atest, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
940
[4] = PINGROUP(4, qup1, cri_trng0, _, phase_flag, dac_calib, atest, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
941
[5] = PINGROUP(5, qup1, cri_trng1, _, phase_flag, dac_calib, atest, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
942
[6] = PINGROUP(6, qup2, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
943
[7] = PINGROUP(7, qup2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
944
[8] = PINGROUP(8, qup3, pbs_out, pll_bist, _, qdss_gpio, _, tsense_pwm, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
945
[9] = PINGROUP(9, qup3, pbs_out, pll_bist, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
946
[10] = PINGROUP(10, qup3, agera_pll, _, pbs0, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
947
[11] = PINGROUP(11, qup3, agera_pll, _, pbs1, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
948
[12] = PINGROUP(12, qup4, tgu_ch0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
949
[13] = PINGROUP(13, qup4, tgu_ch1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
950
[14] = PINGROUP(14, qup5, tgu_ch2, _, phase_flag, qdss_gpio, dac_calib, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
951
[15] = PINGROUP(15, qup5, tgu_ch3, _, phase_flag, qdss_gpio, dac_calib, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
952
[16] = PINGROUP(16, qup5, _, phase_flag, qdss_gpio, dac_calib, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
953
[17] = PINGROUP(17, qup5, _, phase_flag, qdss_gpio, dac_calib, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
954
[18] = PINGROUP(18, sdc2_tb, cri_trng, pbs2, qdss_gpio, _, pwm_0, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
955
[19] = PINGROUP(19, sdc1_tb, pbs3, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
956
[20] = PINGROUP(20, cam_mclk, pbs4, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
957
[21] = PINGROUP(21, cam_mclk, adsp_ext, pbs5, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
958
[22] = PINGROUP(22, cci_i2c, prng_rosc, _, pbs6, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
959
[23] = PINGROUP(23, cci_i2c, prng_rosc, _, pbs7, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
960
[24] = PINGROUP(24, cci_timer1, gcc_gp1, _, pbs8, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
961
[25] = PINGROUP(25, cci_async, cci_timer0, _, pbs9, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
962
[26] = PINGROUP(26, _, pbs10, phase_flag, qdss_gpio, dac_calib, atest, vsense_trigger, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
963
[27] = PINGROUP(27, cam_mclk, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
964
[28] = PINGROUP(28, cam_mclk, cci_timer2, qdss_cti, _, pwm_1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
965
[29] = PINGROUP(29, cci_i2c, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
966
[30] = PINGROUP(30, cci_i2c, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
967
[31] = PINGROUP(31, gp_pdm0, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
968
[32] = PINGROUP(32, cci_timer3, gp_pdm1, _, phase_flag, dac_calib, atest, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
969
[33] = PINGROUP(33, gp_pdm2, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
970
[34] = PINGROUP(34, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
971
[35] = PINGROUP(35, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
972
[36] = PINGROUP(36, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
973
[37] = PINGROUP(37, _, _, char_exec, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
974
[38] = PINGROUP(38, _, _, _, char_exec, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
975
[39] = PINGROUP(39, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
976
[40] = PINGROUP(40, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
977
[41] = PINGROUP(41, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
978
[42] = PINGROUP(42, _, nav_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
979
[43] = PINGROUP(43, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
980
[44] = PINGROUP(44, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
981
[45] = PINGROUP(45, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
982
[46] = PINGROUP(46, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
983
[47] = PINGROUP(47, _, nav_gpio, pbs14, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
984
[48] = PINGROUP(48, _, vfr_1, _, pbs15, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
985
[49] = PINGROUP(49, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
986
[50] = PINGROUP(50, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
987
[51] = PINGROUP(51, _, _, _, pwm_2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
988
[52] = PINGROUP(52, _, nav_gpio, pbs_out, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
989
[53] = PINGROUP(53, _, gsm1_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
990
[54] = PINGROUP(54, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
991
[55] = PINGROUP(55, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
992
[56] = PINGROUP(56, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
993
[57] = PINGROUP(57, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
994
[58] = PINGROUP(58, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
995
[59] = PINGROUP(59, _, ssbi_wtr1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
996
[60] = PINGROUP(60, _, ssbi_wtr1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
997
[61] = PINGROUP(61, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
998
[62] = PINGROUP(62, _, pll_bypassnl, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
999
[63] = PINGROUP(63, pll_reset, _, phase_flag, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1488
[0] = PINGROUP(0, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1489
[1] = PINGROUP(1, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1490
[2] = PINGROUP(2, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1491
[3] = PINGROUP(3, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1492
[4] = PINGROUP(4, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1493
[5] = PINGROUP(5, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1494
[6] = PINGROUP(6, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1495
[7] = PINGROUP(7, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1496
[8] = PINGROUP(8, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1497
[9] = PINGROUP(9, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1498
[10] = PINGROUP(10, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1499
[11] = PINGROUP(11, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1500
[12] = PINGROUP(12, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1501
[13] = PINGROUP(13, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1502
[14] = PINGROUP(14, SOUTH, hdmi_tx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1503
[15] = PINGROUP(15, SOUTH, hdmi_ddc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1504
[16] = PINGROUP(16, SOUTH, hdmi_ddc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1505
[17] = PINGROUP(17, NORTH, blsp_uart_tx_a2, blsp_spi2, m_voc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1506
[18] = PINGROUP(18, NORTH, blsp_uart_rx_a2, blsp_spi2, _, _, _, _, _, qdss_tracectl_a, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1507
[19] = PINGROUP(19, NORTH, blsp_uart2, aud_cdc, blsp_i2c_sda_a2, blsp_spi2, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1508
[20] = PINGROUP(20, NORTH, blsp_uart2, aud_cdc, blsp_i2c_scl_a2, blsp_spi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1509
[21] = PINGROUP(21, SOUTH, m_voc, _, _, _, _, _, _, _, qdss_cti_trig_in_b0),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1510
[22] = PINGROUP(22, NORTH, blsp_uart1, blsp_spi_mosi_a1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1511
[23] = PINGROUP(23, NORTH, blsp_uart1, blsp_spi_miso_a1, _, _, _, _, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1512
[24] = PINGROUP(24, NORTH, blsp_uart1, blsp_i2c1, blsp_spi_cs_n_a1, gcc_plltest, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1513
[25] = PINGROUP(25, NORTH, blsp_uart1, blsp_i2c1, blsp_spi_clk_a1, gcc_plltest, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1514
[26] = PINGROUP(26, EAST, rgb_data0, blsp_uart5, blsp_spi5, adsp_ext, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1515
[27] = PINGROUP(27, EAST, rgb_data1, blsp_uart5, blsp_spi5, prng_rosc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1516
[28] = PINGROUP(28, EAST, rgb_data2, blsp_uart5, blsp_i2c5, blsp_spi5, gcc_gp1_clk_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1517
[29] = PINGROUP(29, EAST, rgb_data3, blsp_uart5, blsp_i2c5, blsp_spi5, gcc_gp2_clk_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1518
[30] = PINGROUP(30, NORTH, blsp_spi0, blsp_uart0, gcc_gp3_clk_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1519
[31] = PINGROUP(31, NORTH, blsp_spi0, blsp_uart0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1520
[32] = PINGROUP(32, NORTH, blsp_spi0, blsp_uart0, blsp_i2c0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1521
[33] = PINGROUP(33, NORTH, blsp_spi0, blsp_uart0, blsp_i2c0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1522
[34] = PINGROUP(34, SOUTH, _, qdss_traceclk_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1523
[35] = PINGROUP(35, SOUTH, pcie_clk, _, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1524
[36] = PINGROUP(36, NORTH, _, _, _, _, _, _, qdss_tracedata_a, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1525
[37] = PINGROUP(37, NORTH, nfc_irq, blsp_spi4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1526
[38] = PINGROUP(38, NORTH, nfc_dwl, blsp_spi4, audio_ts, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1527
[39] = PINGROUP(39, EAST, rgb_data4, spi_lcd, blsp_uart_tx_b2, gcc_gp3_clk_a, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1528
[40] = PINGROUP(40, EAST, rgb_data5, spi_lcd, blsp_uart_rx_b2, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1529
[41] = PINGROUP(41, EAST, rgb_data0, blsp_i2c_sda_b2, _, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1530
[42] = PINGROUP(42, EAST, rgb_data1, blsp_i2c_scl_b2, _, _, _, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1531
[43] = PINGROUP(43, EAST, rgb_data2, pwm_led11, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1532
[44] = PINGROUP(44, EAST, rgb_data3, pwm_led12, blsp_spi5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1533
[45] = PINGROUP(45, EAST, rgb_data4, pwm_led13, blsp_spi5, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1534
[46] = PINGROUP(46, EAST, rgb_data5, pwm_led14, blsp_spi5, qdss_tracedata_b, _, wlan1_adc1, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1535
[47] = PINGROUP(47, EAST, rgb_data_b0, pwm_led15, blsp_spi_mosi_b1, qdss_tracedata_b, _, wlan1_adc0, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1536
[48] = PINGROUP(48, EAST, rgb_data_b1, pwm_led16, blsp_spi_miso_b1, _, qdss_cti_trig_out_b0, _, wlan2_adc1, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1537
[49] = PINGROUP(49, EAST, rgb_data_b2, pwm_led17, blsp_spi_cs_n_b1, _, qdss_tracedata_b, _, wlan2_adc0, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1538
[50] = PINGROUP(50, EAST, rgb_data_b3, pwm_led18, blsp_spi_clk_b1, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1539
[51] = PINGROUP(51, EAST, rgb_data_b4, pwm_led19, ext_mclk1_b, qdss_traceclk_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1540
[52] = PINGROUP(52, EAST, rgb_data_b5, pwm_led20, atest_char3, i2s_3_sck_b, ldo_update, bimc_dte0, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1541
[53] = PINGROUP(53, EAST, rgb_hsync, pwm_led21, i2s_3_ws_b, dbg_out, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1542
[54] = PINGROUP(54, EAST, rgb_vsync, i2s_3_data0_b, ldo_en, bimc_dte0, _, hdmi_dtest, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1543
[55] = PINGROUP(55, EAST, rgb_de, i2s_3_data1_b, _, qdss_tracedata_b, _, hdmi_lbk9, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1544
[56] = PINGROUP(56, EAST, rgb_clk, atest_char1, i2s_3_data2_b, ebi_cdc, _, hdmi_lbk8, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1545
[57] = PINGROUP(57, EAST, rgb_mdp, atest_char0, i2s_3_data3_b, _, hdmi_lbk7, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1546
[58] = PINGROUP(58, EAST, rgb_data_b6, _, ebi_cdc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1547
[59] = PINGROUP(59, EAST, rgb_data_b7, _, hdmi_lbk6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1548
[60] = PINGROUP(60, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1549
[61] = PINGROUP(61, NORTH, rgmii_int, cri_trng1, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1550
[62] = PINGROUP(62, NORTH, rgmii_wol, cri_trng0, qdss_tracedata_b, gcc_tlmm, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1551
[63] = PINGROUP(63, NORTH, rgmii_ck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1552
[64] = PINGROUP(64, NORTH, rgmii_tx, _, hdmi_lbk5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1553
[65] = PINGROUP(65, NORTH, rgmii_tx, _, hdmi_pixel, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1554
[66] = PINGROUP(66, NORTH, rgmii_tx, _, hdmi_rcv, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1555
[67] = PINGROUP(67, NORTH, rgmii_tx, _, hdmi_lbk4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1556
[68] = PINGROUP(68, NORTH, rgmii_ctl, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1557
[69] = PINGROUP(69, NORTH, rgmii_ck, ext_lpass, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1558
[70] = PINGROUP(70, NORTH, rgmii_rx, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1559
[71] = PINGROUP(71, NORTH, rgmii_rx, _, hdmi_lbk3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1560
[72] = PINGROUP(72, NORTH, rgmii_rx, _, hdmi_lbk2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1561
[73] = PINGROUP(73, NORTH, rgmii_rx, _, _, _, _, qdss_cti_trig_out_b1, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1562
[74] = PINGROUP(74, NORTH, rgmii_ctl, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1563
[75] = PINGROUP(75, NORTH, rgmii_mdio, _, hdmi_lbk1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1564
[76] = PINGROUP(76, NORTH, rgmii_mdc, _, _, _, _, _, hdmi_lbk0, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1565
[77] = PINGROUP(77, NORTH, ir_in, wsa_en, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1566
[78] = PINGROUP(78, EAST, rgb_data6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1567
[79] = PINGROUP(79, EAST, rgb_data7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1568
[80] = PINGROUP(80, EAST, rgb_data6, atest_char2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1569
[81] = PINGROUP(81, EAST, rgb_data7, ebi_ch0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1570
[82] = PINGROUP(82, NORTH, blsp_uart3, blsp_spi3, sd_write, _, _, _, _, _, qdss_tracedata_a),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1571
[83] = PINGROUP(83, NORTH, blsp_uart3, blsp_spi3, _, _, _, _, qdss_tracedata_a, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1572
[84] = PINGROUP(84, NORTH, blsp_uart3, blsp_i2c3, blsp_spi3, gcc_gp1_clk_a, qdss_cti_trig_in_b1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1573
[85] = PINGROUP(85, NORTH, blsp_uart3, blsp_i2c3, blsp_spi3, gcc_gp2_clk_a, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1574
[86] = PINGROUP(86, EAST, ext_mclk0, mclk_in1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1575
[87] = PINGROUP(87, EAST, i2s_1, dsd_clk_a, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1576
[88] = PINGROUP(88, EAST, i2s_1, i2s_1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1577
[89] = PINGROUP(89, EAST, i2s_1, i2s_1, _, _, _, _, _, _, qdss_tracedata_b),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1578
[90] = PINGROUP(90, EAST, i2s_1, i2s_1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1579
[91] = PINGROUP(91, EAST, i2s_1, i2s_1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1580
[92] = PINGROUP(92, EAST, i2s_1, i2s_1, _, _, _, _, _, qdss_cti_trig_in_a1, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1581
[93] = PINGROUP(93, EAST, i2s_1, pwm_led22, i2s_1, _, _, _, _, _, qdss_tracedata_b),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1582
[94] = PINGROUP(94, EAST, i2s_1, pwm_led23, i2s_1, _, qdss_cti_trig_out_a0, _, rgmi_dll2, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1583
[95] = PINGROUP(95, EAST, i2s_1, pwm_led1, i2s_1, _, qdss_cti_trig_out_a1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1584
[96] = PINGROUP(96, EAST, i2s_1, pwm_led2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1585
[97] = PINGROUP(97, EAST, i2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1586
[98] = PINGROUP(98, EAST, i2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1587
[99] = PINGROUP(99, EAST, i2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1588
[100] = PINGROUP(100, EAST, i2s_2, pll_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1589
[101] = PINGROUP(101, EAST, i2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1590
[102] = PINGROUP(102, EAST, i2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1591
[103] = PINGROUP(103, EAST, ext_mclk1_a, mclk_in2, bimc_dte1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1592
[104] = PINGROUP(104, EAST, i2s_3_sck_a, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1593
[105] = PINGROUP(105, EAST, i2s_3_ws_a, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1594
[106] = PINGROUP(106, EAST, i2s_3_data0_a, ebi2_lcd, _, _, ebi_cdc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1595
[107] = PINGROUP(107, EAST, i2s_3_data1_a, ebi2_lcd, _, _, ebi_cdc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1596
[108] = PINGROUP(108, EAST, i2s_3_data2_a, ebi2_lcd, atest_char, pwm_led3, ebi_cdc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1597
[109] = PINGROUP(109, EAST, i2s_3_data3_a, ebi2_lcd, pwm_led4, bimc_dte1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1598
[110] = PINGROUP(110, EAST, i2s_4, ebi2_a, dsd_clk_b, pwm_led5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1599
[111] = PINGROUP(111, EAST, i2s_4, i2s_4, pwm_led6, ebi_cdc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1600
[112] = PINGROUP(112, EAST, i2s_4, i2s_4, pwm_led7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1601
[113] = PINGROUP(113, EAST, i2s_4, i2s_4, pwm_led8, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1602
[114] = PINGROUP(114, EAST, i2s_4, i2s_4, pwm_led24, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1603
[115] = PINGROUP(115, EAST, i2s_4, i2s_4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1604
[116] = PINGROUP(116, EAST, i2s_4, spkr_dac0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1605
[117] = PINGROUP(117, NORTH, blsp_i2c4, blsp_spi4, pwm_led9, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1606
[118] = PINGROUP(118, NORTH, blsp_i2c4, blsp_spi4, pwm_led10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1607
[119] = PINGROUP(119, EAST, spdifrx_opt, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1000
[94] = PINGROUP(94, WEST, rgmii, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1001
[95] = PINGROUP(95, WEST, rgmii, gp_pdm, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1002
[96] = PINGROUP(96, WEST, rgmii, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1003
[97] = PINGROUP(97, WEST, rgmii, mdp_vsync, ldo_en, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1004
[98] = PINGROUP(98, WEST, mdp_vsync, ldo_update, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1005
[99] = PINGROUP(99, EAST, prng_rosc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1006
[100] = PINGROUP(100, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1007
[101] = PINGROUP(101, WEST, emac_gcc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1008
[102] = PINGROUP(102, WEST, rgmii, dp_hot, emac_gcc, prng_rosc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1009
[103] = PINGROUP(103, WEST, rgmii, dp_hot, copy_phase, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1010
[104] = PINGROUP(104, WEST, usb_phy_ps, _, qdss_cti, dp_hot, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1011
[105] = PINGROUP(105, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1012
[106] = PINGROUP(106, EAST, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1013
[107] = PINGROUP(107, EAST, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1014
[108] = PINGROUP(108, SOUTH, mi2s_1, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1015
[109] = PINGROUP(109, SOUTH, mi2s_1, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1016
[110] = PINGROUP(110, SOUTH, wsa_data, mi2s_1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1017
[111] = PINGROUP(111, SOUTH, wsa_clk, mi2s_1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1018
[112] = PINGROUP(112, WEST, rgmii, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1019
[113] = PINGROUP(113, WEST, rgmii, edp_hot, _, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1020
[114] = PINGROUP(114, WEST, rgmii, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1021
[115] = PINGROUP(115, SOUTH, ter_mi2s, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1022
[116] = PINGROUP(116, SOUTH, ter_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1023
[117] = PINGROUP(117, SOUTH, ter_mi2s, _, phase_flag, qdss_gpio, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1024
[118] = PINGROUP(118, SOUTH, ter_mi2s, adsp_ext, _, phase_flag, qdss_gpio, atest_char,
drivers/pinctrl/qcom/pinctrl-qcs615.c
1025
_, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1026
[119] = PINGROUP(119, SOUTH, edp_lcd, _, phase_flag, qdss_gpio, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1027
[120] = PINGROUP(120, SOUTH, m_voc, qdss_gpio, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1028
[121] = PINGROUP(121, SOUTH, mclk1, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1029
[122] = PINGROUP(122, SOUTH, mclk2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
902
[0] = PINGROUP(0, WEST, qup0, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
903
[1] = PINGROUP(1, WEST, qup0, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
904
[2] = PINGROUP(2, WEST, qup0, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
905
[3] = PINGROUP(3, WEST, qup0, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
906
[4] = PINGROUP(4, WEST, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
907
[5] = PINGROUP(5, WEST, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
908
[6] = PINGROUP(6, EAST, qup1, qdss_gpio, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
910
vsense_trigger_mirnat, atest_usb, ddr_pxi, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
911
[8] = PINGROUP(8, EAST, qup1, gp_pdm, ddr_bist, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
912
[9] = PINGROUP(9, EAST, qup1, ddr_bist, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
913
[10] = PINGROUP(10, EAST, qup1, ddr_bist, _, phase_flag, atest_usb, ddr_pxi, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
914
[11] = PINGROUP(11, EAST, qup1, dbg_out_clk, atest_usb, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
915
[12] = PINGROUP(12, EAST, qup1, jitter_bist, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
916
[13] = PINGROUP(13, EAST, qup1, pll_bypassnl, _, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
917
[14] = PINGROUP(14, EAST, qup1, pll_reset_n, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
918
[15] = PINGROUP(15, EAST, qup1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
919
[16] = PINGROUP(16, WEST, qup0, _, wlan, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
920
[17] = PINGROUP(17, WEST, qup0, _, wlan, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
921
[18] = PINGROUP(18, WEST, qup0, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
922
[19] = PINGROUP(19, WEST, qup0, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
923
[20] = PINGROUP(20, SOUTH, qup1, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
924
[21] = PINGROUP(21, SOUTH, qup1, gcc_gp, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
925
[22] = PINGROUP(22, SOUTH, qup1, gcc_gp, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
926
[23] = PINGROUP(23, SOUTH, qup1, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
927
[24] = PINGROUP(24, EAST, hs1_mi2s, sd_write_protect, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
928
[25] = PINGROUP(25, EAST, hs1_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
929
[26] = PINGROUP(26, EAST, cci_async, hs1_mi2s, jitter_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
930
[27] = PINGROUP(27, EAST, hs1_mi2s, pll_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
931
[28] = PINGROUP(28, EAST, cam_mclk, agera_pll, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
932
[29] = PINGROUP(29, EAST, cam_mclk, _, qdss_gpio, atest_tsens, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
933
[30] = PINGROUP(30, EAST, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
934
[31] = PINGROUP(31, EAST, cam_mclk, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
935
[32] = PINGROUP(32, EAST, cci_i2c, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
936
[33] = PINGROUP(33, EAST, cci_i2c, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
937
[34] = PINGROUP(34, EAST, cci_i2c, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
938
[35] = PINGROUP(35, EAST, cci_i2c, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
939
[36] = PINGROUP(36, EAST, hs0_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
940
[37] = PINGROUP(37, EAST, cci_timer, hs0_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
941
[38] = PINGROUP(38, EAST, cci_timer, hs0_mi2s, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
942
[39] = PINGROUP(39, EAST, cci_timer, hs0_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
943
[40] = PINGROUP(40, EAST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
944
[41] = PINGROUP(41, EAST, cci_async, cci_timer, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
945
[42] = PINGROUP(42, EAST, cci_async, cci_timer, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
946
[43] = PINGROUP(43, SOUTH, _, phase_flag, forced_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
947
[44] = PINGROUP(44, EAST, qspi, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
948
[45] = PINGROUP(45, EAST, qspi, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
949
[46] = PINGROUP(46, EAST, qspi, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
950
[47] = PINGROUP(47, EAST, qspi, _, qdss_gpio, wlan, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
951
[48] = PINGROUP(48, EAST, qspi, _, wlan, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
952
[49] = PINGROUP(49, EAST, qspi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
953
[50] = PINGROUP(50, EAST, qspi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
954
[51] = PINGROUP(51, SOUTH, qlink_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
955
[52] = PINGROUP(52, SOUTH, qlink_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
956
[53] = PINGROUP(53, SOUTH, pa_indicator_or, nav_pps_in, nav_pps_out, gps_tx, _,
drivers/pinctrl/qcom/pinctrl-qcs615.c
957
phase_flag, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
958
[54] = PINGROUP(54, SOUTH, _, gps_tx, gp_pdm, _, phase_flag, atest_usb, ddr_pxi, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
959
[55] = PINGROUP(55, SOUTH, _, _, phase_flag, atest_usb, ddr_pxi, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
960
[56] = PINGROUP(56, SOUTH, _, nav_pps_in, nav_pps_out, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
961
[57] = PINGROUP(57, SOUTH, _, nav_pps_in, gps_tx, nav_pps_out, gcc_gp, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
962
[58] = PINGROUP(58, SOUTH, _, gcc_gp, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
963
[59] = PINGROUP(59, SOUTH, _, nav_pps_in, nav_pps_out, gps_tx, gcc_gp, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
964
[60] = PINGROUP(60, SOUTH, _, nav_pps_in, nav_pps_out, gps_tx, cri_trng, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
965
[61] = PINGROUP(61, SOUTH, _, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
966
[62] = PINGROUP(62, SOUTH, _, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
967
[63] = PINGROUP(63, SOUTH, _, _, gp_pdm, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
968
[64] = PINGROUP(64, SOUTH, _, sp_cmu, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
969
[65] = PINGROUP(65, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
970
[66] = PINGROUP(66, SOUTH, _, gp_pdm, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
971
[67] = PINGROUP(67, SOUTH, _, _, _, phase_flag, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
972
[68] = PINGROUP(68, SOUTH, _, _, _, phase_flag, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
973
[69] = PINGROUP(69, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
974
[70] = PINGROUP(70, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
975
[71] = PINGROUP(71, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
976
[72] = PINGROUP(72, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
977
[73] = PINGROUP(73, SOUTH, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
978
[74] = PINGROUP(74, SOUTH, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
979
[75] = PINGROUP(75, SOUTH, uim2, _, phase_flag, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
980
[76] = PINGROUP(76, SOUTH, uim2, _, phase_flag, atest_usb, aoss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
981
[77] = PINGROUP(77, SOUTH, uim1, _, phase_flag, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
982
[78] = PINGROUP(78, SOUTH, uim1, gcc_gp, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
983
[79] = PINGROUP(79, SOUTH, uim1, gp_pdm, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
984
[80] = PINGROUP(80, SOUTH, uim1, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
985
[81] = PINGROUP(81, WEST, rgmii, mdp_vsync, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
986
[82] = PINGROUP(82, WEST, rgmii, mdp_vsync, _, phase_flag, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
987
[83] = PINGROUP(83, WEST, rgmii, mdp_vsync, _, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
988
[84] = PINGROUP(84, SOUTH, _, phase_flag, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
989
[85] = PINGROUP(85, SOUTH, _, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
990
[86] = PINGROUP(86, SOUTH, copy_gp, _, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
991
[87] = PINGROUP(87, SOUTH, _, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
992
[88] = PINGROUP(88, WEST, _, usb0_hs, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
993
[89] = PINGROUP(89, WEST, emac_phy_intr, pcie_ep_rst, tgu_ch, usb1_hs, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
997
[91] = PINGROUP(91, WEST, rgmii, tgu_ch, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
998
[92] = PINGROUP(92, WEST, rgmii, vfr_1, tgu_ch, _, phase_flag, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
999
[93] = PINGROUP(93, WEST, rgmii, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1029
[0] = PINGROUP(0, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1030
[1] = PINGROUP(1, pcie0_clkreq, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1031
[2] = PINGROUP(2, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1032
[3] = PINGROUP(3, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1033
[4] = PINGROUP(4, sgmii_phy, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1034
[5] = PINGROUP(5, emac0_mdc, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1035
[6] = PINGROUP(6, emac0_mdio, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1036
[7] = PINGROUP(7, usb2phy_ac, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1037
[8] = PINGROUP(8, usb2phy_ac, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1038
[9] = PINGROUP(9, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1039
[10] = PINGROUP(10, qup2_se0, emac0_mcg0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1040
[11] = PINGROUP(11, qup2_se0, emac0_mcg1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1041
[12] = PINGROUP(12, qup2_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1042
[13] = PINGROUP(13, qup2_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1043
[14] = PINGROUP(14, qup2_se0, tb_trig, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1044
[15] = PINGROUP(15, qup2_se0, _, sailss_ospi, sailss_emac0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1045
[16] = PINGROUP(16, qup2_se0, _, _, sailss_ospi, sailss_emac0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1046
[17] = PINGROUP(17, qup0_se0, qup0_se1, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1047
[18] = PINGROUP(18, qup0_se0, qup0_se1, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1048
[19] = PINGROUP(19, qup0_se1, qup0_se0, cci_timer, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1049
[20] = PINGROUP(20, qup0_se1, qup0_se0, cci_timer, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1050
[21] = PINGROUP(21, qup0_se5, cci_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1051
[22] = PINGROUP(22, pcie1_clkreq, qup0_se5, cci_timer, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1052
[23] = PINGROUP(23, qup0_se5, cci_timer, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1054
emac0_mcg2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1055
[25] = PINGROUP(25, qup0_se3, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1056
[26] = PINGROUP(26, qup0_se3, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1057
[27] = PINGROUP(27, qup0_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1058
[28] = PINGROUP(28, qup0_se3, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1060
tgu_ch2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1062
tgu_ch3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1063
[31] = PINGROUP(31, qup0_se4, cci_i2c_sda, cci_async, emac0_ptp_aux, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1064
[32] = PINGROUP(32, qup0_se4, cci_i2c_scl, emac0_ptp_aux, mdp_vsync, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1065
[33] = PINGROUP(33, qup0_se2, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1066
[34] = PINGROUP(34, qup0_se2, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1067
[35] = PINGROUP(35, qup0_se2, gcc_gp1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1068
[36] = PINGROUP(36, qup0_se2, gcc_gp2, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1069
[37] = PINGROUP(37, qup1_se0, ibi_i3c, qup1_se1, aoss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1070
[38] = PINGROUP(38, qup1_se0, ibi_i3c, qup1_se1, aoss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1071
[39] = PINGROUP(39, qup1_se1, ibi_i3c, qup1_se0, aoss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1072
[40] = PINGROUP(40, qup1_se1, ibi_i3c, qup1_se0, aoss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1073
[41] = PINGROUP(41, qup1_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1074
[42] = PINGROUP(42, qup1_se3, _, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1075
[43] = PINGROUP(43, qup0_se7, _, tgu_ch0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1076
[44] = PINGROUP(44, qup0_se7, _, tgu_ch1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1077
[45] = PINGROUP(45, qup1_se4, hs1_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1078
[46] = PINGROUP(46, qup1_se4, hs1_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1079
[47] = PINGROUP(47, qup1_se4, hs1_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1080
[48] = PINGROUP(48, qup1_se4, hs1_mi2s, edp0_lcd, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1082
ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1083
[50] = PINGROUP(50, qup1_se5, hs2_mi2s, cci_timer, qdss_cti, _, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1084
[51] = PINGROUP(51, qup1_se5, hs2_mi2s, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1085
[52] = PINGROUP(52, qup1_se5, hs2_mi2s, qdss_cti, mdp_vsync, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1086
[53] = PINGROUP(53, ddr_bist, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1087
[54] = PINGROUP(54, cci_i2c_sda, phase_flag, ddr_bist, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1088
[55] = PINGROUP(55, cci_i2c_scl, phase_flag, ddr_bist, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1089
[56] = PINGROUP(56, phase_flag, ddr_bist, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1090
[57] = PINGROUP(57, cci_i2c_sda, prng_rosc0, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1091
[58] = PINGROUP(58, cci_i2c_scl, prng_rosc1, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1092
[59] = PINGROUP(59, cci_i2c_sda, prng_rosc2, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1093
[60] = PINGROUP(60, cci_i2c_scl, prng_rosc3, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1094
[61] = PINGROUP(61, cci_i2c_sda, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1095
[62] = PINGROUP(62, cci_i2c_scl, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1096
[63] = PINGROUP(63, cci_timer, cci_async, qdss_gpio, atest_usb2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1097
[64] = PINGROUP(64, cci_timer, cci_async, qdss_gpio, atest_usb2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1098
[65] = PINGROUP(65, cci_timer, cci_async, qdss_gpio, atest_usb2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1099
[66] = PINGROUP(66, phase_flag, _, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1100
[67] = PINGROUP(67, cam_mclk, vsense_trigger, atest_usb2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1101
[68] = PINGROUP(68, cam_mclk, gcc_gp4, atest_usb2, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1102
[69] = PINGROUP(69, cam_mclk, gcc_gp3, atest_usb2, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1103
[70] = PINGROUP(70, qdss_gpio, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1104
[71] = PINGROUP(71, qdss_gpio, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1105
[72] = PINGROUP(72, qdss_gpio, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1106
[73] = PINGROUP(73, _, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1107
[74] = PINGROUP(74, pll_clk, qdss_gpio, atest_usb2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1108
[75] = PINGROUP(75, _, dbg_out, qdss_gpio, atest_usb2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1109
[76] = PINGROUP(76, gcc_gp5, tsense_pwm4, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1110
[77] = PINGROUP(77, gcc_gp5, tsense_pwm3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1111
[78] = PINGROUP(78, tsense_pwm2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1112
[79] = PINGROUP(79, emac0_ptp_aux, emac0_ptp_pps, emac0_mcg3, _,
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1113
tsense_pwm1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1114
[80] = PINGROUP(80, qup0_se6, mdp0_vsync6, _, atest_usb2, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1115
[81] = PINGROUP(81, qup0_se6, mdp0_vsync7, gcc_gp2, _, atest_usb2, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1116
[82] = PINGROUP(82, qup0_se6, gcc_gp3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1117
[83] = PINGROUP(83, qup0_se6, gcc_gp4, _, atest_usb2, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1118
[84] = PINGROUP(84, qup1_se2, gcc_gp1, _, atest_usb2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1119
[85] = PINGROUP(85, qup1_se2, _, atest_usb2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1120
[86] = PINGROUP(86, qup1_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1121
[87] = PINGROUP(87, qup1_se2, _, atest_usb2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1122
[88] = PINGROUP(88, qup1_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1123
[89] = PINGROUP(89, qup1_se6, qup1_se7, mdp0_vsync0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1124
[90] = PINGROUP(90, qup1_se6, qup1_se7, mdp0_vsync1, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1125
[91] = PINGROUP(91, qup1_se7, qup1_se6, mdp0_vsync3, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1126
[92] = PINGROUP(92, qup1_se7, qup1_se6, cri_trng, _, atest_usb2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1127
[93] = PINGROUP(93, atest_char, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1128
[94] = PINGROUP(94, edp0_hot, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1129
[95] = PINGROUP(95, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1130
[96] = PINGROUP(96, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1131
[97] = PINGROUP(97, mi2s_mclk0, jitter_bist, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1132
[98] = PINGROUP(98, mi2s1_sck, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1133
[99] = PINGROUP(99, mi2s1_ws, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1134
[100] = PINGROUP(100, mi2s1_data0, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1135
[101] = PINGROUP(101, mi2s1_data1, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1136
[102] = PINGROUP(102, mi2s2_sck, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1137
[103] = PINGROUP(103, mi2s2_ws, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1138
[104] = PINGROUP(104, mi2s2_data0, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1139
[105] = PINGROUP(105, mi2s2_data1, audio_ref, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1140
[106] = PINGROUP(106, hs0_mi2s, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1141
[107] = PINGROUP(107, hs0_mi2s, pll_bist, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1142
[108] = PINGROUP(108, hs0_mi2s, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1143
[109] = PINGROUP(109, hs0_mi2s, mi2s_mclk1, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1144
[110] = PINGROUP(110, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1145
[111] = PINGROUP(111, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1146
[112] = PINGROUP(112, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1147
[113] = PINGROUP(113, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1148
[114] = PINGROUP(114, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1149
[115] = PINGROUP(115, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1150
[116] = PINGROUP(116, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1151
[117] = PINGROUP(117, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1152
[118] = PINGROUP(118, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1153
[119] = PINGROUP(119, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1154
[120] = PINGROUP(120, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1155
[121] = PINGROUP(121, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1156
[122] = PINGROUP(122, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1157
[123] = PINGROUP(123, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1158
[124] = PINGROUP(124, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1159
[125] = PINGROUP(125, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1160
[126] = PINGROUP(126, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1161
[127] = PINGROUP(127, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1162
[128] = PINGROUP(128, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1163
[129] = PINGROUP(129, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1164
[130] = PINGROUP(130, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1165
[131] = PINGROUP(131, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1166
[132] = PINGROUP(132, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1000
[5] = PINGROUP(5, qup22, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1001
[6] = PINGROUP(6, qup00, tgu_ch0, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1002
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1003
[7] = PINGROUP(7, qup00, tgu_ch1, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1004
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1005
[8] = PINGROUP(8, qup00, tgu_ch2, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1006
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1007
[9] = PINGROUP(9, qup00, tgu_ch3, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1008
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1009
[10] = PINGROUP(10, qup01, qup02, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1010
[11] = PINGROUP(11, qup01, qup02, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1011
[12] = PINGROUP(12, qup02, qup01, qup17, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1012
[13] = PINGROUP(13, qup02, qup01, qup17, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1013
[14] = PINGROUP(14, qup03, qup04, qup17, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1014
[15] = PINGROUP(15, qup03, qup04, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1015
[16] = PINGROUP(16, qup04, qup03, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1016
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1017
[17] = PINGROUP(17, qup04, qup03, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1018
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1020
_, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1022
_, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1024
phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1026
_, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1027
[22] = PINGROUP(22, qup11, qup12, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1028
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1029
[23] = PINGROUP(23, qup11, qup12, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1030
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1031
[24] = PINGROUP(24, qup12, qup11, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1032
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1033
[25] = PINGROUP(25, qup12, qup11, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1034
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1036
phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1038
phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1040
phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1042
phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1044
phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1046
phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1048
_, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1050
_, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1051
[34] = PINGROUP(34, qup16, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1052
[35] = PINGROUP(35, qup16, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1053
[36] = PINGROUP(36, qup16, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1054
[37] = PINGROUP(37, qup16, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1055
[38] = PINGROUP(38, qup16, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1056
[39] = PINGROUP(39, qup16, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1057
[40] = PINGROUP(40, qup17, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1058
[41] = PINGROUP(41, qup17, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1059
[42] = PINGROUP(42, usb_con_det, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1060
qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1061
[43] = PINGROUP(43, usb_dfp_en, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1062
qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1063
[44] = PINGROUP(44, si5518_int, tgu_ch4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1064
[45] = PINGROUP(45, tgu_ch5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1065
[46] = PINGROUP(46, tgu_ch6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1066
[47] = PINGROUP(47, hardsync_pps_in, tgu_ch7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1067
[48] = PINGROUP(48, tod_pps_in, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1068
[49] = PINGROUP(49, gps_pps_in, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1069
[50] = PINGROUP(50, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1070
[51] = PINGROUP(51, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1071
[52] = PINGROUP(52, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1072
[53] = PINGROUP(53, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1073
[54] = PINGROUP(54, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1074
[55] = PINGROUP(55, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1075
[56] = PINGROUP(56, _, qlink6_wmss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1076
[57] = PINGROUP(57, _, qlink7_wmss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1077
[58] = PINGROUP(58, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1078
[59] = PINGROUP(59, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1079
[60] = PINGROUP(60, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1080
[61] = PINGROUP(61, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1081
[62] = PINGROUP(62, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1082
[63] = PINGROUP(63, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1083
[64] = PINGROUP(64, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1084
[65] = PINGROUP(65, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1085
[66] = PINGROUP(66, qlink0_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1086
[67] = PINGROUP(67, qlink0_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1087
[68] = PINGROUP(68, qlink1_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1088
[69] = PINGROUP(69, qlink1_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1089
[70] = PINGROUP(70, qlink2_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1090
[71] = PINGROUP(71, qlink2_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1091
[72] = PINGROUP(72, qlink3_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1092
[73] = PINGROUP(73, qlink3_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1093
[74] = PINGROUP(74, qlink4_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1094
[75] = PINGROUP(75, qlink4_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1095
[76] = PINGROUP(76, qlink5_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1096
[77] = PINGROUP(77, qlink5_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1097
[78] = PINGROUP(78, qlink6_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1098
[79] = PINGROUP(79, qlink6_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1099
[80] = PINGROUP(80, qlink7_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1100
[81] = PINGROUP(81, qlink7_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1101
[82] = PINGROUP(82, qlink0_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1102
[83] = PINGROUP(83, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1103
[84] = PINGROUP(84, qlink4_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1104
[85] = PINGROUP(85, qlink5_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1105
[86] = PINGROUP(86, eth012_int_n, gcc_gp1, _, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1106
[87] = PINGROUP(87, eth345_int_n, gcc_gp2, _, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1107
[88] = PINGROUP(88, eth6_int_n, smb_alert, gcc_gp3, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1108
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1109
[89] = PINGROUP(89, phase_flag, cmu_rng, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1110
qdss_gpio, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1112
cmu_rng, _, qdss_gpio,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1113
atest_char, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1115
_, qdss_gpio, atest_char, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1116
[92] = PINGROUP(92, phase_flag, cmu_rng, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1117
qdss_gpio, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1118
[93] = PINGROUP(93, vfr_0, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1119
[94] = PINGROUP(94, vfr_1, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1120
[95] = PINGROUP(95, phase_flag, _, qdss_gpio,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1121
atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1122
[96] = PINGROUP(96, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1123
[97] = PINGROUP(97, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1124
[98] = PINGROUP(98, pll_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1125
[99] = PINGROUP(99, pcie_clkreqn, char_exec, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1126
[100] = PINGROUP(100, char_exec, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1127
[101] = PINGROUP(101, smb_alert, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1128
[102] = PINGROUP(102, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1129
[103] = PINGROUP(103, cmo_pri, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1130
[104] = PINGROUP(104, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1131
[105] = PINGROUP(105, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1132
[106] = PINGROUP(106, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1133
[107] = PINGROUP(107, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1134
[108] = PINGROUP(108, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1135
[109] = PINGROUP(109, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1136
[110] = PINGROUP(110, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1137
[111] = PINGROUP(111, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1138
[112] = PINGROUP(112, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1139
[113] = PINGROUP(113, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1140
[114] = PINGROUP(114, qspi0, tb_trig, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1141
atest_usb, ddr_pxi0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1142
[115] = PINGROUP(115, qspi1, _, atest_usb,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1143
ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1144
[116] = PINGROUP(116, qspi2, _, atest_usb,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1145
ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1146
[117] = PINGROUP(117, qspi3, _, atest_usb,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1147
ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1148
[118] = PINGROUP(118, _, atest_usb, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1149
[119] = PINGROUP(119, _, _, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1150
[120] = PINGROUP(120, _, _, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1151
[121] = PINGROUP(121, _, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1152
[122] = PINGROUP(122, _, ddr_pxi4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1153
[123] = PINGROUP(123, _, ddr_pxi4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1154
[124] = PINGROUP(124, _, ddr_pxi5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1155
[125] = PINGROUP(125, qspi_cs, _, ddr_pxi5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1156
[126] = PINGROUP(126, qspi_clk, _, ddr_pxi6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1157
[127] = PINGROUP(127, _, ddr_pxi6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1158
[128] = PINGROUP(128, qup22, _, ddr_pxi7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1159
[129] = PINGROUP(129, qup22, ddr_pxi7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1161
qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1162
[131] = PINGROUP(131, qup05, qup06, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1164
qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1166
qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1167
[134] = PINGROUP(134, qup08, qup07, gcc_gp1, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1168
qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1169
[135] = PINGROUP(135, qup08, qup07, gcc_gp2, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1170
qdss_cti, vsense_trigger, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1171
[136] = PINGROUP(136, gcc_gp3, dbg_out_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1172
[137] = PINGROUP(137, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1173
[138] = PINGROUP(138, qlink2_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1174
[139] = PINGROUP(139, qlink3_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1175
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1176
[141] = PINGROUP(141, intr_c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1177
[142] = PINGROUP(142, intr_c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1178
[143] = PINGROUP(143, intr_c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1179
[144] = PINGROUP(144, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1180
[145] = PINGROUP(145, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1181
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1182
[147] = PINGROUP(147, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1183
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1184
[149] = PINGROUP(149, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1185
[150] = PINGROUP(150, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
993
[0] = PINGROUP(0, qup20, qup21, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
994
[1] = PINGROUP(1, qup20, qup21, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
995
[2] = PINGROUP(2, qup21, qup20, ddr_bist, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
996
tsense_pwm1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
997
[3] = PINGROUP(3, qup21, qup20, ddr_bist, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
998
tsense_pwm2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
999
[4] = PINGROUP(4, qup22, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1325
[0] = PINGROUP(0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1326
[1] = PINGROUP(1, pcie0_clkreq, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1327
[2] = PINGROUP(2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1328
[3] = PINGROUP(3, pcie1_clkreq, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1329
[4] = PINGROUP(4, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1330
[5] = PINGROUP(5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1332
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1333
[7] = PINGROUP(7, sgmii_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1334
[8] = PINGROUP(8, emac0_mdc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1335
[9] = PINGROUP(9, emac0_mdio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1337
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1339
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1341
emac0_mcg0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1342
[13] = PINGROUP(13, qup3_se0, emac0_mcg1, _, _, sail_top, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1343
[14] = PINGROUP(14, qup3_se0, emac0_mcg2, _, _, sail_top, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1344
[15] = PINGROUP(15, qup3_se0, emac0_mcg3, _, _, sail_top, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1345
[16] = PINGROUP(16, qup3_se0, emac1_mcg0, _, _, sail_top, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1346
[17] = PINGROUP(17, qup3_se0, tb_trig, tb_trig, emac1_mcg1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1347
[18] = PINGROUP(18, qup3_se0, emac1_mcg2, _, _, sailss_ospi, sailss_emac0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1348
[19] = PINGROUP(19, qup3_se0, emac1_mcg3, _, _, sailss_ospi, sailss_emac0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1349
[20] = PINGROUP(20, qup0_se0, emac1_mdc, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1350
[21] = PINGROUP(21, qup0_se0, emac1_mdio, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1351
[22] = PINGROUP(22, qup0_se0, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1352
[23] = PINGROUP(23, qup0_se0, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1353
[24] = PINGROUP(24, qup0_se1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1354
[25] = PINGROUP(25, qup0_se1, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1355
[26] = PINGROUP(26, sgmii_phy, qup0_se1, qdss_cti, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1356
[27] = PINGROUP(27, qup0_se1, qdss_cti, phase_flag, _, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1357
[28] = PINGROUP(28, qup0_se3, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1358
[29] = PINGROUP(29, qup0_se3, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1359
[30] = PINGROUP(30, qup0_se3, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1360
[31] = PINGROUP(31, qup0_se3, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1361
[32] = PINGROUP(32, qup0_se4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1362
[33] = PINGROUP(33, qup0_se4, gcc_gp4, _, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1363
[34] = PINGROUP(34, qup0_se4, gcc_gp5, _, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1364
[35] = PINGROUP(35, qup0_se4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1365
[36] = PINGROUP(36, qup0_se2, qup0_se5, phase_flag, tgu_ch2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1366
[37] = PINGROUP(37, qup0_se2, qup0_se5, phase_flag, tgu_ch3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1367
[38] = PINGROUP(38, qup0_se5, qup0_se2, qdss_cti, phase_flag, tgu_ch4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1368
[39] = PINGROUP(39, qup0_se5, qup0_se2, qdss_cti, phase_flag, tgu_ch5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1369
[40] = PINGROUP(40, qup1_se0, qup1_se1, ibi_i3c, mdp1_vsync0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1370
[41] = PINGROUP(41, qup1_se0, qup1_se1, ibi_i3c, mdp1_vsync1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1371
[42] = PINGROUP(42, qup1_se1, qup1_se0, ibi_i3c, mdp1_vsync2, gcc_gp5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1372
[43] = PINGROUP(43, qup1_se1, qup1_se0, ibi_i3c, mdp1_vsync3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1373
[44] = PINGROUP(44, qup1_se2, qup1_se3, edp0_lcd, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1374
[45] = PINGROUP(45, qup1_se2, qup1_se3, edp1_lcd, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1375
[46] = PINGROUP(46, qup1_se3, qup1_se2, mdp1_vsync4, tgu_ch0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1376
[47] = PINGROUP(47, qup1_se3, qup1_se2, mdp1_vsync5, tgu_ch1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1377
[48] = PINGROUP(48, qup1_se4, qdss_cti, edp2_lcd, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1378
[49] = PINGROUP(49, qup1_se4, qdss_cti, edp3_lcd, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1379
[50] = PINGROUP(50, qup1_se4, cci_async, qdss_cti, mdp1_vsync8, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1380
[51] = PINGROUP(51, qup1_se4, qdss_cti, mdp1_vsync6, gcc_gp1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1381
[52] = PINGROUP(52, qup1_se5, cci_timer4, cci_i2c, mdp1_vsync7, gcc_gp2, _, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1382
[53] = PINGROUP(53, qup1_se5, cci_timer5, cci_i2c, gcc_gp3, _, ddr_pxi1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1383
[54] = PINGROUP(54, qup1_se5, cci_timer6, cci_i2c, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1384
[55] = PINGROUP(55, qup1_se5, cci_timer7, cci_i2c, gcc_gp4, _, ddr_pxi2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1386
ddr_bist, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1388
phase_flag, ddr_bist, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1389
[58] = PINGROUP(58, cci_i2c, mdp0_vsync1, ddr_bist, _, atest_usb2, atest_char, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1390
[59] = PINGROUP(59, cci_i2c, mdp0_vsync2, ddr_bist, _, atest_usb2, atest_char, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1391
[60] = PINGROUP(60, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1392
[61] = PINGROUP(61, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1393
[62] = PINGROUP(62, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1394
[63] = PINGROUP(63, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1395
[64] = PINGROUP(64, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1396
[65] = PINGROUP(65, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1397
[66] = PINGROUP(66, cci_i2c, cci_async, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1398
[67] = PINGROUP(67, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1399
[68] = PINGROUP(68, cci_timer0, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1400
[69] = PINGROUP(69, cci_timer1, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1401
[70] = PINGROUP(70, cci_timer2, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1402
[71] = PINGROUP(71, cci_timer3, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1403
[72] = PINGROUP(72, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1404
[73] = PINGROUP(73, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1405
[74] = PINGROUP(74, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1406
[75] = PINGROUP(75, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1407
[76] = PINGROUP(76, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1408
[77] = PINGROUP(77, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1409
[78] = PINGROUP(78, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1410
[79] = PINGROUP(79, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1411
[80] = PINGROUP(80, qup2_se0, ibi_i3c, mdp0_vsync3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1412
[81] = PINGROUP(81, qup2_se0, ibi_i3c, mdp0_vsync4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1413
[82] = PINGROUP(82, qup2_se0, mdp_vsync, gcc_gp1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1414
[83] = PINGROUP(83, qup2_se0, mdp_vsync, gcc_gp2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1415
[84] = PINGROUP(84, qup2_se1, qup2_se5, ibi_i3c, mdp_vsync, gcc_gp3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1416
[85] = PINGROUP(85, qup2_se1, qup2_se5, ibi_i3c, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1417
[86] = PINGROUP(86, qup2_se2, jitter_bist, atest_usb2, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1418
[87] = PINGROUP(87, qup2_se2, pll_clk, atest_usb2, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1419
[88] = PINGROUP(88, qup2_se2, _, atest_usb2, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1420
[89] = PINGROUP(89, qup2_se2, _, atest_usb2, ddr_pxi4, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1421
[90] = PINGROUP(90, qup2_se2, _, atest_usb2, ddr_pxi4, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1422
[91] = PINGROUP(91, qup2_se3, mdp0_vsync5, _, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1423
[92] = PINGROUP(92, qup2_se3, mdp0_vsync6, _, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1424
[93] = PINGROUP(93, qup2_se3, mdp0_vsync7, _, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1425
[94] = PINGROUP(94, qup2_se3, mdp0_vsync8, _, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1426
[95] = PINGROUP(95, qup2_se4, qup2_se6, _, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1427
[96] = PINGROUP(96, qup2_se4, qup2_se6, _, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1428
[97] = PINGROUP(97, qup2_se6, qup2_se4, cri_trng0, _, atest_usb2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1429
[98] = PINGROUP(98, qup2_se6, qup2_se4, phase_flag, cri_trng1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1430
[99] = PINGROUP(99, qup2_se5, qup2_se1, phase_flag, cri_trng, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1431
[100] = PINGROUP(100, qup2_se5, qup2_se1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1432
[101] = PINGROUP(101, edp0_hot, prng_rosc0, tsense_pwm4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1433
[102] = PINGROUP(102, edp1_hot, prng_rosc1, tsense_pwm3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1434
[103] = PINGROUP(103, edp3_hot, prng_rosc2, tsense_pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1435
[104] = PINGROUP(104, edp2_hot, prng_rosc3, tsense_pwm1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1436
[105] = PINGROUP(105, mi2s_mclk0, _, qdss_gpio, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1437
[106] = PINGROUP(106, mi2s1_sck, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1438
[107] = PINGROUP(107, mi2s1_ws, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1439
[108] = PINGROUP(108, mi2s1_data0, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1440
[109] = PINGROUP(109, mi2s1_data1, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1441
[110] = PINGROUP(110, mi2s2_sck, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1442
[111] = PINGROUP(111, mi2s2_ws, phase_flag, _, qdss_gpio, vsense_trigger, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1443
[112] = PINGROUP(112, mi2s2_data0, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1444
[113] = PINGROUP(113, mi2s2_data1, audio_ref, phase_flag, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1445
[114] = PINGROUP(114, hs0_mi2s, pll_bist, phase_flag, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1446
[115] = PINGROUP(115, hs0_mi2s, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1447
[116] = PINGROUP(116, hs0_mi2s, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1448
[117] = PINGROUP(117, hs0_mi2s, mi2s_mclk1, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1449
[118] = PINGROUP(118, hs1_mi2s, _, qdss_gpio, ddr_pxi5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1450
[119] = PINGROUP(119, hs1_mi2s, _, qdss_gpio, ddr_pxi5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1451
[120] = PINGROUP(120, hs1_mi2s, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1452
[121] = PINGROUP(121, hs1_mi2s, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1453
[122] = PINGROUP(122, hs2_mi2s, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1454
[123] = PINGROUP(123, hs2_mi2s, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1455
[124] = PINGROUP(124, hs2_mi2s, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1456
[125] = PINGROUP(125, hs2_mi2s, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1457
[126] = PINGROUP(126, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1458
[127] = PINGROUP(127, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1459
[128] = PINGROUP(128, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1460
[129] = PINGROUP(129, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1461
[130] = PINGROUP(130, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1462
[131] = PINGROUP(131, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1463
[132] = PINGROUP(132, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1464
[133] = PINGROUP(133, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1465
[134] = PINGROUP(134, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1466
[135] = PINGROUP(135, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1467
[136] = PINGROUP(136, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1468
[137] = PINGROUP(137, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1469
[138] = PINGROUP(138, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1470
[139] = PINGROUP(139, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1471
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1472
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1473
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1474
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1475
[144] = PINGROUP(144, dbg_out, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1476
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1477
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1478
[147] = PINGROUP(147, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1479
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1275
[0] = PINGROUP(0, qup0, ibi_i3c, jitter_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1276
[1] = PINGROUP(1, qup0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1277
[2] = PINGROUP(2, qup0, qup1, phase_flag29, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1278
[3] = PINGROUP(3, qup0, qup1, phase_flag28, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1279
[4] = PINGROUP(4, qup10, ddr_bist, qdss_gpio6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1280
[5] = PINGROUP(5, qup10, ddr_bist, qdss_gpio7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1281
[6] = PINGROUP(6, qup10, qdss_gpio8, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1282
[7] = PINGROUP(7, qup10, qdss_gpio9, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1283
[8] = PINGROUP(8, qup8, pll_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1284
[9] = PINGROUP(9, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1285
[10] = PINGROUP(10, qup8, qdss_gpio13, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1286
[11] = PINGROUP(11, qup8, qdss_gpio15, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1287
[12] = PINGROUP(12, qup2, mdp_vsync, phase_flag27, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1288
[13] = PINGROUP(13, qup2, mdp_vsync, phase_flag26, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1289
[14] = PINGROUP(14, qup11, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1290
[15] = PINGROUP(15, qup11, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1291
[16] = PINGROUP(16, qup3, phase_flag25, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1292
[17] = PINGROUP(17, qup3, phase_flag24, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1293
[18] = PINGROUP(18, qup3, phase_flag23, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1294
[19] = PINGROUP(19, qup3, phase_flag22, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1295
[20] = PINGROUP(20, qup4, aoss_cti, tgu_ch0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1296
[21] = PINGROUP(21, qup4, aoss_cti, phase_flag21, tgu_ch1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1297
[22] = PINGROUP(22, qup4, qup2, aoss_cti, phase_flag20, tgu_ch2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1298
[23] = PINGROUP(23, qup4, qup2, aoss_cti, phase_flag19, tgu_ch3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1299
[24] = PINGROUP(24, qup7, qdss_gpio0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1300
[25] = PINGROUP(25, qup7, qdss_gpio1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1301
[26] = PINGROUP(26, qup7, qdss_gpio2, atest_usb0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1302
[27] = PINGROUP(27, qup7, qdss_gpio3, atest_usb02, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1303
[28] = PINGROUP(28, qup11, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1304
[29] = PINGROUP(29, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1305
[30] = PINGROUP(30, qup11, qdss_gpio4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1306
[31] = PINGROUP(31, qdss_gpio5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1307
[32] = PINGROUP(32, qspi0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1308
[33] = PINGROUP(33, qspi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1309
[34] = PINGROUP(34, qspi_clk, qup9, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1310
[35] = PINGROUP(35, qspi_cs0, qup9, dp0_hot, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1311
[36] = PINGROUP(36, qspi2, qdss_cti, vsense_trigger, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1312
[37] = PINGROUP(37, qspi3, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1313
[38] = PINGROUP(38, qspi_cs1, qdss_cti, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1314
[39] = PINGROUP(39, qdss_gpio12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1315
[40] = PINGROUP(40, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1316
[41] = PINGROUP(41, qup3, mdp_vsync, phase_flag18, _, ddr_pxi1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1317
[42] = PINGROUP(42, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1318
[43] = PINGROUP(43, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1319
[44] = PINGROUP(44, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1320
[45] = PINGROUP(45, qdss_gpio14, ddr_pxi1, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1321
[46] = PINGROUP(46, ddr_pxi3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1322
[47] = PINGROUP(47, qdss_cti, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1323
[48] = PINGROUP(48, qdss_cti, ddr_pxi2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1324
[49] = PINGROUP(49, mdp_vsync, mdp_vsync0, mdp_vsync1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1325
[50] = PINGROUP(50, mdp_vsync, mdp_vsync2, mdp_vsync3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1326
[51] = PINGROUP(51, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1327
[52] = PINGROUP(52, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1328
[53] = PINGROUP(53, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1329
[54] = PINGROUP(54, pll_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1330
[55] = PINGROUP(55, _, ddr_pxi2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1331
[56] = PINGROUP(56, pcie0_clkreqn, _, ddr_pxi0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1332
[57] = PINGROUP(57, ddr_pxi0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1333
[58] = PINGROUP(58, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1334
[59] = PINGROUP(59, pcie1_clkreqn, dbg_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1335
[60] = PINGROUP(60, cri_trng, atest_usb03, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1336
[61] = PINGROUP(61, qup1, phase_flag17, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1337
[62] = PINGROUP(62, qup1, phase_flag16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1338
[63] = PINGROUP(63, qup6, qdss_gpio10, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1339
[64] = PINGROUP(64, qup6, qdss_gpio11, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1340
[65] = PINGROUP(65, qdss_gpio0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1341
[66] = PINGROUP(66, qdss_gpio1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1342
[67] = PINGROUP(67, cci_i2c, qdss_gpio2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1343
[68] = PINGROUP(68, cci_i2c, qdss_gpio3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1344
[69] = PINGROUP(69, cam_mclk, tb_trig, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1345
[70] = PINGROUP(70, cam_mclk, cri_trng0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1346
[71] = PINGROUP(71, cam_mclk, cri_trng1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1347
[72] = PINGROUP(72, cam_mclk, prng_rosc0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1348
[73] = PINGROUP(73, cam_mclk, prng_rosc1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1349
[74] = PINGROUP(74, cam_mclk, prng_rosc2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1350
[75] = PINGROUP(75, cam_mclk, prng_rosc3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1351
[76] = PINGROUP(76, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1352
[77] = PINGROUP(77, cci_timer0, qdss_gpio4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1353
[78] = PINGROUP(78, cci_timer1, cci_i2c, qdss_gpio5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1354
[79] = PINGROUP(79, cci_timer2, cci_i2c, tmess_prng1, qdss_gpio6, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1355
[80] = PINGROUP(80, cci_timer3, cci_i2c, cci_async, tmess_prng0, qdss_gpio7, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1356
[81] = PINGROUP(81, cci_timer4, cci_i2c, cci_async, tmess_prng3, qdss_gpio8, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1357
[82] = PINGROUP(82, cci_async, qdss_gpio9, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1358
[83] = PINGROUP(83, cci_i2c, tmess_prng2, qdss_gpio10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1359
[84] = PINGROUP(84, cci_i2c, qdss_gpio11, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1360
[85] = PINGROUP(85, cci_i2c, qdss_gpio12, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1361
[86] = PINGROUP(86, cci_i2c, qdss_gpio13, tsense_pwm1, tsense_pwm2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1362
[87] = PINGROUP(87, cci_i2c, qdss_gpio14, atest_char3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1363
[88] = PINGROUP(88, cci_i2c, qdss_gpio15, atest_char2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1364
[89] = PINGROUP(89, cci_i2c, qdss_gpio, atest_char1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1365
[90] = PINGROUP(90, cci_i2c, qdss_gpio, atest_char0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1366
[91] = PINGROUP(91, cci_i2c, qup6, ibi_i3c, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1367
[92] = PINGROUP(92, cci_i2c, qup6, ibi_i3c, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1368
[93] = PINGROUP(93, qup0, phase_flag11, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1369
[94] = PINGROUP(94, qup4, phase_flag10, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1370
[95] = PINGROUP(95, qup5, phase_flag9, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1371
[96] = PINGROUP(96, qup5, phase_flag8, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1372
[97] = PINGROUP(97, qup5, phase_flag7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1373
[98] = PINGROUP(98, qup5, phase_flag6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1374
[99] = PINGROUP(99, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1375
[100] = PINGROUP(100, usb0_phy, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1376
[101] = PINGROUP(101, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1377
[102] = PINGROUP(102, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1378
[103] = PINGROUP(103, ext_mclk1, audio_ref, dp0_hot, ddr_bist, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1379
[104] = PINGROUP(104, ext_mclk0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1380
[105] = PINGROUP(105, i2s0_sck, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1381
[106] = PINGROUP(106, i2s0_data0, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1382
[107] = PINGROUP(107, i2s0_data1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1383
[108] = PINGROUP(108, i2s0_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1384
[109] = PINGROUP(109, qup9, qdss_gpio, atest_usb01, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1385
[110] = PINGROUP(110, qup9, qdss_gpio, atest_usb00, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1386
[111] = PINGROUP(111, host2wlan_sol, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1387
[112] = PINGROUP(112, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1388
[113] = PINGROUP(113, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1389
[114] = PINGROUP(114, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1390
[115] = PINGROUP(115, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1391
[116] = PINGROUP(116, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1392
[117] = PINGROUP(117, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1393
[118] = PINGROUP(118, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1394
[119] = PINGROUP(119, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1395
[120] = PINGROUP(120, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1396
[121] = PINGROUP(121, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1397
[122] = PINGROUP(122, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1398
[123] = PINGROUP(123, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1399
[124] = PINGROUP(124, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1400
[125] = PINGROUP(125, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1401
[126] = PINGROUP(126, phase_flag3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1402
[127] = PINGROUP(127, phase_flag2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1403
[128] = PINGROUP(128, phase_flag1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1404
[129] = PINGROUP(129, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1405
[130] = PINGROUP(130, gcc_gp2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1406
[131] = PINGROUP(131, gcc_gp3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1407
[132] = PINGROUP(132, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1408
[133] = PINGROUP(133, phase_flag0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1409
[134] = PINGROUP(134, phase_flag12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1410
[135] = PINGROUP(135, gcc_gp2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1411
[136] = PINGROUP(136, gcc_gp3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1412
[137] = PINGROUP(137, phase_flag15, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1413
[138] = PINGROUP(138, phase_flag14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1414
[139] = PINGROUP(139, phase_flag13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1415
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1416
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1417
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1418
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1419
[144] = PINGROUP(144, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1420
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1421
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1422
[147] = PINGROUP(147, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1423
[148] = PINGROUP(148, phase_flag31, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1424
[149] = PINGROUP(149, phase_flag30, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1425
[150] = PINGROUP(150, phase_flag5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1426
[151] = PINGROUP(151, phase_flag4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1427
[152] = PINGROUP(152, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1428
[153] = PINGROUP(153, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1429
[154] = PINGROUP(154, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1430
[155] = PINGROUP(155, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1000
[18] = PINGROUP(18, SOUTH, cci_i2c, agera_pll, _, phase_flag, qdss, vsense_trigger, ddr_pxi0, atest_char3, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1001
[19] = PINGROUP(19, SOUTH, cci_i2c, _, phase_flag, qdss, atest_char2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1002
[20] = PINGROUP(20, SOUTH, cci_i2c, _, phase_flag, qdss, atest_char1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1003
[21] = PINGROUP(21, NORTH, cci_timer0, gcc_gp2, _, qdss, atest_char0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1004
[22] = PINGROUP(22, NORTH, cci_timer1, gcc_gp3, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1005
[23] = PINGROUP(23, SOUTH, cci_timer2, cam_mclk, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1006
[24] = PINGROUP(24, SOUTH, cci_timer3, cci_async, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1007
[25] = PINGROUP(25, SOUTH, cci_timer4, cci_async, qup05, _, phase_flag, qdss, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1008
[26] = PINGROUP(26, SOUTH, cci_async, qup05, _, phase_flag, qdss, atest_tsens, atest_usb11, ddr_pxi2, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1009
[27] = PINGROUP(27, SOUTH, cci_i2c, qup05, PLL_BIST, _, phase_flag, qdss, ddr_pxi0, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1010
[28] = PINGROUP(28, SOUTH, cci_i2c, qup05, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1011
[29] = PINGROUP(29, NORTH, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1012
[30] = PINGROUP(30, SOUTH, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1013
[31] = PINGROUP(31, NORTH, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1014
[32] = PINGROUP(32, NORTH, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1015
[33] = PINGROUP(33, NORTH, sd_write, _, phase_flag, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1016
[34] = PINGROUP(34, SOUTH, qup00, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1017
[35] = PINGROUP(35, SOUTH, qup00, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1018
[36] = PINGROUP(36, SOUTH, qup00, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1019
[37] = PINGROUP(37, SOUTH, qup00, gp_pdm0, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1020
[38] = PINGROUP(38, SOUTH, qup03, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1021
[39] = PINGROUP(39, SOUTH, qup03, _, phase_flag, atest_tsens2, wlan2_adc1, atest_usb1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1022
[40] = PINGROUP(40, SOUTH, qup03, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1023
[41] = PINGROUP(41, SOUTH, qup03, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1024
[42] = PINGROUP(42, NORTH, qup12, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1025
[43] = PINGROUP(43, NORTH, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1026
[44] = PINGROUP(44, NORTH, qup12, _, phase_flag, qdss_cti, wlan1_adc1, atest_usb13, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1027
[45] = PINGROUP(45, NORTH, qup12, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1028
[46] = PINGROUP(46, NORTH, qup13_i2c, qup13_uart, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1029
[47] = PINGROUP(47, NORTH, qup13_i2c, qup13_uart, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1030
[48] = PINGROUP(48, NORTH, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1031
[49] = PINGROUP(49, WEST, mi2s_1, btfm_slimbus, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1032
[50] = PINGROUP(50, WEST, mi2s_1, btfm_slimbus, gp_pdm1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1033
[51] = PINGROUP(51, WEST, mi2s_1, btfm_slimbus, atest_usb2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1034
[52] = PINGROUP(52, WEST, mi2s_1, btfm_slimbus, atest_usb23, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1035
[53] = PINGROUP(53, WEST, mi2s_0, qup15, qdss, atest_usb22, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1036
[54] = PINGROUP(54, WEST, mi2s_0, qup15, qdss, atest_usb21, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1037
[55] = PINGROUP(55, WEST, mi2s_0, qup15, qdss, atest_usb20, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1038
[56] = PINGROUP(56, WEST, mi2s_0, qup15, gcc_gp1, _, phase_flag, qdss, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1039
[57] = PINGROUP(57, WEST, lpass_ext, audio_ref, jitter_bist, gp_pdm2, _, phase_flag, qdss, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1040
[58] = PINGROUP(58, WEST, lpass_ext, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1041
[59] = PINGROUP(59, NORTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1042
[60] = PINGROUP(60, NORTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1043
[61] = PINGROUP(61, NORTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1044
[62] = PINGROUP(62, NORTH, qup10, tgu_ch3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1045
[63] = PINGROUP(63, NORTH, qspi_clk, mdp_vsync0, mi2s_2, mdp_vsync1, mdp_vsync2, mdp_vsync3, tgu_ch0, _, phase_flag),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1046
[64] = PINGROUP(64, NORTH, qspi_data, mi2s_2, tgu_ch1, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1047
[65] = PINGROUP(65, NORTH, qspi_data, mi2s_2, vfr_1, tgu_ch2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1048
[66] = PINGROUP(66, NORTH, qspi_data, mi2s_2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1049
[67] = PINGROUP(67, NORTH, qspi_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1050
[68] = PINGROUP(68, NORTH, qspi_cs, qup10, gp_pdm0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1051
[69] = PINGROUP(69, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1052
[70] = PINGROUP(70, NORTH, _, _, mdp_vsync, ldo_en, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1053
[71] = PINGROUP(71, NORTH, _, mdp_vsync, ldo_update, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1054
[72] = PINGROUP(72, NORTH, qspi_cs, qup10, prng_rosc, _, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1055
[73] = PINGROUP(73, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1056
[74] = PINGROUP(74, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1057
[75] = PINGROUP(75, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1058
[76] = PINGROUP(76, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1059
[77] = PINGROUP(77, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1060
[78] = PINGROUP(78, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1061
[79] = PINGROUP(79, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1062
[80] = PINGROUP(80, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1063
[81] = PINGROUP(81, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1064
[82] = PINGROUP(82, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1065
[83] = PINGROUP(83, WEST, _, _V_GPIO, _V_PPS_IN, _V_PPS_OUT, gps_tx, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1066
[84] = PINGROUP(84, WEST, _, _V_GPIO, _V_PPS_IN, _V_PPS_OUT, gps_tx, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1067
[85] = PINGROUP(85, WEST, uim_batt, dp_hot, aoss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1068
[86] = PINGROUP(86, NORTH, qup14, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1069
[87] = PINGROUP(87, NORTH, qup14, adsp_ext, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1070
[88] = PINGROUP(88, NORTH, qup14, qdss, tsense_pwm1, tsense_pwm2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1071
[89] = PINGROUP(89, NORTH, qup14, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1072
[90] = PINGROUP(90, NORTH, qup14, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1073
[91] = PINGROUP(91, NORTH, qup14, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1074
[92] = PINGROUP(92, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1075
[93] = PINGROUP(93, NORTH, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1076
[94] = PINGROUP(94, SOUTH, qup01, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1077
[95] = PINGROUP(95, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1078
[96] = PINGROUP(96, WEST, qlink_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1079
[97] = PINGROUP(97, WEST, qlink_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1080
[98] = PINGROUP(98, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1081
[99] = PINGROUP(99, WEST, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1082
[100] = PINGROUP(100, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1083
[101] = PINGROUP(101, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1084
[102] = PINGROUP(102, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1085
[103] = PINGROUP(103, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1086
[104] = PINGROUP(104, WEST, usb_phy, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1087
[105] = PINGROUP(105, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1088
[106] = PINGROUP(106, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1089
[107] = PINGROUP(107, WEST, _, _V_GPIO, _V_PPS_IN, _V_PPS_OUT, gps_tx, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1090
[108] = PINGROUP(108, SOUTH, mss_lte, _, phase_flag, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1091
[109] = PINGROUP(109, SOUTH, mss_lte, gps_tx, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1092
[110] = PINGROUP(110, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1093
[111] = PINGROUP(111, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1094
[112] = PINGROUP(112, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1095
[113] = PINGROUP(113, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1096
[114] = PINGROUP(114, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1097
[115] = PINGROUP(115, WEST, qup04_i2c, qup04_uart, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1098
[116] = PINGROUP(116, WEST, qup04_i2c, qup04_uart, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1099
[117] = PINGROUP(117, WEST, dp_hot, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1100
[118] = PINGROUP(118, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
982
[0] = PINGROUP(0, SOUTH, qup01, cri_trng, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
983
[1] = PINGROUP(1, SOUTH, qup01, cri_trng, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
984
[2] = PINGROUP(2, SOUTH, qup01, cri_trng, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
985
[3] = PINGROUP(3, SOUTH, qup01, sp_cmu, dbg_out, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
986
[4] = PINGROUP(4, NORTH, sdc1_tb, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
987
[5] = PINGROUP(5, NORTH, sdc2_tb, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
988
[6] = PINGROUP(6, NORTH, qup11_i2c, qup11_uart, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
989
[7] = PINGROUP(7, NORTH, qup11_i2c, qup11_uart, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
990
[8] = PINGROUP(8, NORTH, gp_pdm1, ddr_bist, _, phase_flag, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
991
[9] = PINGROUP(9, NORTH, ddr_bist, _, phase_flag, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
992
[10] = PINGROUP(10, NORTH, mdp_vsync, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
993
[11] = PINGROUP(11, NORTH, mdp_vsync, edp_lcd, _, phase_flag, ddr_pxi2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
994
[12] = PINGROUP(12, SOUTH, mdp_vsync, m_voc, qup01, _, phase_flag, wlan2_adc0, atest_usb10, ddr_pxi3, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
995
[13] = PINGROUP(13, SOUTH, cam_mclk, pll_bypassnl, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
996
[14] = PINGROUP(14, SOUTH, cam_mclk, pll_reset, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
997
[15] = PINGROUP(15, SOUTH, cam_mclk, qup02_i2c, qup02_uart, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
998
[16] = PINGROUP(16, SOUTH, cam_mclk, qup02_i2c, qup02_uart, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
999
[17] = PINGROUP(17, SOUTH, cci_i2c, _, phase_flag, qdss, _, wlan1_adc0, atest_usb12, ddr_pxi1, atest_char),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
82
LPI_PINGROUP(0, 0, swr_tx_clk, qua_mi2s_sclk, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
83
LPI_PINGROUP(1, 2, swr_tx_data, qua_mi2s_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
84
LPI_PINGROUP(2, 4, swr_tx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
85
LPI_PINGROUP(3, 8, swr_rx_clk, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
86
LPI_PINGROUP(4, 10, swr_rx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
87
LPI_PINGROUP(5, 12, swr_rx_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
88
LPI_PINGROUP(6, LPI_NO_SLEW, dmic1_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
89
LPI_PINGROUP(7, LPI_NO_SLEW, dmic1_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
90
LPI_PINGROUP(8, LPI_NO_SLEW, dmic2_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
91
LPI_PINGROUP(9, LPI_NO_SLEW, dmic2_data, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
92
LPI_PINGROUP(10, 16, i2s2_clk, wsa_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
93
LPI_PINGROUP(11, 18, i2s2_ws, wsa_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
94
LPI_PINGROUP(12, LPI_NO_SLEW, dmic3_clk, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
95
LPI_PINGROUP(13, LPI_NO_SLEW, dmic3_data, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
96
LPI_PINGROUP(14, 6, swr_tx_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1268
[0] = PINGROUP(0, qup00, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1269
[1] = PINGROUP(1, qup00, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1270
[2] = PINGROUP(2, qup00, qup07, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1271
[3] = PINGROUP(3, qup00, qup07, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1272
[4] = PINGROUP(4, qup01, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1273
[5] = PINGROUP(5, qup01, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1274
[6] = PINGROUP(6, qup01, qup07, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1275
[7] = PINGROUP(7, qup01, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1276
[8] = PINGROUP(8, qup02, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1277
[9] = PINGROUP(9, qup02, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1278
[10] = PINGROUP(10, qup02, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1279
[11] = PINGROUP(11, qup02, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1280
[12] = PINGROUP(12, qup03, qspi_data, sdc40, tb_trig, phase_flag, qdss, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1281
[13] = PINGROUP(13, qup03, qspi_data, sdc41, tb_trig, phase_flag, qdss, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1282
[14] = PINGROUP(14, qup03, qspi_clk, sdc4_clk, mdp_vsync, phase_flag, ddr_pxi0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1283
[15] = PINGROUP(15, qup03, qspi_cs, tb_trig, phase_flag, qdss_cti, ddr_pxi0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1284
[16] = PINGROUP(16, qup04, qspi_data, sdc42, mdp_vsync, phase_flag, qdss_cti, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1285
[17] = PINGROUP(17, qup04, qspi_data, sdc43, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1286
[18] = PINGROUP(18, qup04, _, phase_flag, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1287
[19] = PINGROUP(19, qup04, qspi_cs, sdc4_cmd, _, phase_flag, qdss_cti, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1288
[20] = PINGROUP(20, qup05, cci_timer0, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1289
[21] = PINGROUP(21, qup05, cci_timer1, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1290
[22] = PINGROUP(22, qup05, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1291
[23] = PINGROUP(23, qup05, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1292
[24] = PINGROUP(24, qup06, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1293
[25] = PINGROUP(25, qup06, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1294
[26] = PINGROUP(26, qup06, host2wlan_sol, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1295
[27] = PINGROUP(27, qup06, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1296
[28] = PINGROUP(28, qup07, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1297
[29] = PINGROUP(29, qup07, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1298
[30] = PINGROUP(30, qup07, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1299
[31] = PINGROUP(31, qup07, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1300
[32] = PINGROUP(32, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1301
[33] = PINGROUP(33, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1302
[34] = PINGROUP(34, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1303
[35] = PINGROUP(35, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1304
[36] = PINGROUP(36, qup11, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1305
[37] = PINGROUP(37, qup11, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1306
[38] = PINGROUP(38, qup11, qup14, dbg_out, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1307
[39] = PINGROUP(39, qup11, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1308
[40] = PINGROUP(40, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1309
[41] = PINGROUP(41, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1310
[42] = PINGROUP(42, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1311
[43] = PINGROUP(43, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1312
[44] = PINGROUP(44, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1313
[45] = PINGROUP(45, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1314
[46] = PINGROUP(46, qup13, edp_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1315
[47] = PINGROUP(47, qup13, dp_hot, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1316
[48] = PINGROUP(48, qup14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1317
[49] = PINGROUP(49, qup14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1318
[50] = PINGROUP(50, qup14, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1319
[51] = PINGROUP(51, qup14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1320
[52] = PINGROUP(52, qup15, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1321
[53] = PINGROUP(53, qup15, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1322
[54] = PINGROUP(54, qup15, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1323
[55] = PINGROUP(55, qup15, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1324
[56] = PINGROUP(56, qup16, ddr_bist, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1325
[57] = PINGROUP(57, qup16, ddr_bist, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1326
[58] = PINGROUP(58, qup16, ddr_bist, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1327
[59] = PINGROUP(59, qup16, ddr_bist, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1328
[60] = PINGROUP(60, qup17, edp_hot, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1329
[61] = PINGROUP(61, qup17, sd_write, phase_flag, tsense_pwm1, tsense_pwm2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1330
[62] = PINGROUP(62, qup17, qup16, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1331
[63] = PINGROUP(63, qup17, qup16, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1332
[64] = PINGROUP(64, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1333
[65] = PINGROUP(65, cam_mclk, tgu_ch0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1334
[66] = PINGROUP(66, cam_mclk, pll_bypassnl, tgu_ch1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1335
[67] = PINGROUP(67, cam_mclk, pll_reset, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1336
[68] = PINGROUP(68, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1337
[69] = PINGROUP(69, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1338
[70] = PINGROUP(70, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1339
[71] = PINGROUP(71, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1340
[72] = PINGROUP(72, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1341
[73] = PINGROUP(73, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1342
[74] = PINGROUP(74, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1343
[75] = PINGROUP(75, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1344
[76] = PINGROUP(76, cci_i2c, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1345
[77] = PINGROUP(77, cci_timer2, gcc_gp2, _, atest_usb13, atest_char0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1346
[78] = PINGROUP(78, cci_timer3, cci_async, gcc_gp3, _, atest_usb12, atest_char1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1347
[79] = PINGROUP(79, cci_timer4, cci_async, pcie1_clkreqn, mdp_vsync, jitter_bist, atest_usb11, atest_char2, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1348
[80] = PINGROUP(80, mdp_vsync, vfr_0, mdp_vsync0, mdp_vsync1, mdp_vsync4, pll_bist, atest_usb10, atest_char3, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1349
[81] = PINGROUP(81, mdp_vsync, dp_lcd, mdp_vsync2, mdp_vsync3, mdp_vsync5, atest_usb1, atest_char, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1350
[82] = PINGROUP(82, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1351
[83] = PINGROUP(83, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1352
[84] = PINGROUP(84, usb2phy_ac, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1353
[85] = PINGROUP(85, usb2phy_ac, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1354
[86] = PINGROUP(86, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1355
[87] = PINGROUP(87, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1356
[88] = PINGROUP(88, pcie0_clkreqn, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1357
[89] = PINGROUP(89, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1358
[90] = PINGROUP(90, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1359
[91] = PINGROUP(91, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1360
[92] = PINGROUP(92, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1361
[93] = PINGROUP(93, cam_mclk, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1362
[94] = PINGROUP(94, lpass_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1363
[95] = PINGROUP(95, lpass_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1364
[96] = PINGROUP(96, pri_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1365
[97] = PINGROUP(97, mi2s0_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1366
[98] = PINGROUP(98, mi2s0_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1367
[99] = PINGROUP(99, mi2s0_data1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1368
[100] = PINGROUP(100, mi2s0_ws, _, vsense_trigger, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1369
[101] = PINGROUP(101, mi2s2_sck, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1370
[102] = PINGROUP(102, mi2s2_data0, _, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1371
[103] = PINGROUP(103, mi2s2_ws, vfr_1, _, _, qdss, _, atest_usb03, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1372
[104] = PINGROUP(104, mi2s2_data1, _, _, qdss, _, atest_usb02, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1373
[105] = PINGROUP(105, sec_mi2s, mi2s1_data1, audio_ref, gcc_gp1, _, qdss, atest_usb01, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1374
[106] = PINGROUP(106, mi2s1_sck, gcc_gp2, _, qdss, atest_usb00, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1375
[107] = PINGROUP(107, mi2s1_data0, gcc_gp3, _, qdss, atest_usb0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1376
[108] = PINGROUP(108, mi2s1_ws, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1377
[109] = PINGROUP(109, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1378
[110] = PINGROUP(110, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1379
[111] = PINGROUP(111, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1380
[112] = PINGROUP(112, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1381
[113] = PINGROUP(113, uim0_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1382
[114] = PINGROUP(114, uim0_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1383
[115] = PINGROUP(115, uim0_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1384
[116] = PINGROUP(116, uim0_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1385
[117] = PINGROUP(117, _, mss_grfc0, cmu_rng3, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1386
[118] = PINGROUP(118, _, mss_grfc1, cmu_rng2, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1387
[119] = PINGROUP(119, _, mss_grfc2, cmu_rng1, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1388
[120] = PINGROUP(120, _, mss_grfc3, cmu_rng0, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1389
[121] = PINGROUP(121, _, mss_grfc4, cri_trng0, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1390
[122] = PINGROUP(122, _, mss_grfc5, cri_trng1, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1391
[123] = PINGROUP(123, _, mss_grfc6, prng_rosc, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1392
[124] = PINGROUP(124, _, mss_grfc7, cri_trng, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1393
[125] = PINGROUP(125, _, mss_grfc8, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1394
[126] = PINGROUP(126, _, mss_grfc9, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1395
[127] = PINGROUP(127, coex_uart1, mss_grfc10, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1396
[128] = PINGROUP(128, coex_uart1, mss_grfc11, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1397
[129] = PINGROUP(129, nav_gpio0, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1398
[130] = PINGROUP(130, nav_gpio1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1399
[131] = PINGROUP(131, mss_grfc12, nav_gpio2, pa_indicator, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1400
[132] = PINGROUP(132, mss_grfc0, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1401
[133] = PINGROUP(133, qlink0_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1402
[134] = PINGROUP(134, qlink0_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1403
[135] = PINGROUP(135, qlink0_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1404
[136] = PINGROUP(136, qlink1_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1405
[137] = PINGROUP(137, qlink1_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1406
[138] = PINGROUP(138, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1407
[139] = PINGROUP(139, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1408
[140] = PINGROUP(140, usb_phy, pll_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1409
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1410
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1411
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1412
[144] = PINGROUP(144, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1413
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1414
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1415
[147] = PINGROUP(147, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1416
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1417
[149] = PINGROUP(149, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1418
[150] = PINGROUP(150, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1419
[151] = PINGROUP(151, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1420
[152] = PINGROUP(152, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1421
[153] = PINGROUP(153, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1422
[154] = PINGROUP(154, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1423
[155] = PINGROUP(155, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1424
[156] = PINGROUP(156, qdss_cti, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1425
[157] = PINGROUP(157, qdss_cti, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1426
[158] = PINGROUP(158, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1427
[159] = PINGROUP(159, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1428
[160] = PINGROUP(160, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1429
[161] = PINGROUP(161, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1430
[162] = PINGROUP(162, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1431
[163] = PINGROUP(163, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1432
[164] = PINGROUP(164, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1433
[165] = PINGROUP(165, qdss_cti, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1434
[166] = PINGROUP(166, qdss_cti, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1435
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1436
[168] = PINGROUP(168, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1437
[169] = PINGROUP(169, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1438
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1439
[171] = PINGROUP(171, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1440
[172] = PINGROUP(172, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1441
[173] = PINGROUP(173, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1442
[174] = PINGROUP(174, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1368
[0] = PINGROUP(0, WEST, qup0, cci_i2c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1369
[1] = PINGROUP(1, WEST, qup0, cci_i2c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1370
[2] = PINGROUP(2, WEST, qup0, cci_i2c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1371
[3] = PINGROUP(3, WEST, qup0, cci_i2c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1372
[4] = PINGROUP(4, WEST, qup6, rgmii, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1373
[5] = PINGROUP(5, WEST, qup6, rgmii, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1374
[6] = PINGROUP(6, WEST, qup6, rgmii, qup_l6, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1375
[7] = PINGROUP(7, WEST, qup6, debug_hot, rgmii, qup_l5, _, phase_flag, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1376
[8] = PINGROUP(8, EAST, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1377
[9] = PINGROUP(9, EAST, mdp_vsync, qup10, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1378
[10] = PINGROUP(10, EAST, edp_hot, m_voc, mdp_vsync, qup10, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1379
[11] = PINGROUP(11, EAST, edp_lcd, qup10, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1380
[12] = PINGROUP(12, EAST, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1381
[13] = PINGROUP(13, EAST, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1382
[14] = PINGROUP(14, EAST, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1383
[15] = PINGROUP(15, EAST, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1384
[16] = PINGROUP(16, EAST, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1385
[17] = PINGROUP(17, EAST, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1386
[18] = PINGROUP(18, EAST, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1387
[19] = PINGROUP(19, EAST, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1388
[20] = PINGROUP(20, EAST, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1389
[21] = PINGROUP(21, EAST, cci_timer0, gcc_gp2, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1390
[22] = PINGROUP(22, EAST, cci_timer1, gcc_gp3, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1391
[23] = PINGROUP(23, EAST, cci_timer2, qup18, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1392
[24] = PINGROUP(24, EAST, cci_timer3, cci_async, qup18, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1393
[25] = PINGROUP(25, EAST, cam_mclk, cci_async, qup18, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1394
[26] = PINGROUP(26, EAST, cci_async, qup18, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1395
[27] = PINGROUP(27, EAST, qup15, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1396
[28] = PINGROUP(28, EAST, qup15, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1397
[29] = PINGROUP(29, EAST, qup15, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1398
[30] = PINGROUP(30, EAST, qup15, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1399
[31] = PINGROUP(31, EAST, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1400
[32] = PINGROUP(32, EAST, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1401
[33] = PINGROUP(33, EAST, cci_i2c, qup_l5, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1402
[34] = PINGROUP(34, EAST, cci_i2c, qup_l6, dbg_out, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1403
[35] = PINGROUP(35, SOUTH, pci_e0, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1404
[36] = PINGROUP(36, SOUTH, pci_e0, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1405
[37] = PINGROUP(37, SOUTH, qup_l6, agera_pll, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1406
[38] = PINGROUP(38, SOUTH, usb0_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1407
[39] = PINGROUP(39, EAST, qup9, cci_i2c, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1408
[40] = PINGROUP(40, EAST, qup9, cci_i2c, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1409
[41] = PINGROUP(41, EAST, qup9, cci_i2c, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1410
[42] = PINGROUP(42, EAST, qup9, cci_i2c, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1411
[43] = PINGROUP(43, EAST, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1412
[44] = PINGROUP(44, EAST, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1413
[45] = PINGROUP(45, EAST, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1414
[46] = PINGROUP(46, EAST, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1415
[47] = PINGROUP(47, EAST, qup14, usb2phy_ac, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1416
[48] = PINGROUP(48, EAST, qup14, usb2phy_ac, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1417
[49] = PINGROUP(49, EAST, qup14, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1418
[50] = PINGROUP(50, EAST, qup14, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1419
[51] = PINGROUP(51, WEST, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1420
[52] = PINGROUP(52, WEST, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1421
[53] = PINGROUP(53, WEST, qup4, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1422
[54] = PINGROUP(54, WEST, qup4, _, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1423
[55] = PINGROUP(55, WEST, qup17, qspi1_cs, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1424
[56] = PINGROUP(56, WEST, qup17, qspi1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1425
[57] = PINGROUP(57, WEST, qup17, qspi1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1426
[58] = PINGROUP(58, WEST, usb1_phy, qup17, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1427
[59] = PINGROUP(59, WEST, rgmii, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1428
[60] = PINGROUP(60, EAST, gps, nav_pps, nav_pps, qup_l4, mdp_vsync, atest_usb1, ddr_pxi, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1429
[61] = PINGROUP(61, EAST, qlink, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1430
[62] = PINGROUP(62, EAST, qlink, atest_tsens2, atest_usb1, ddr_pxi, vsense_trigger, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1431
[63] = PINGROUP(63, EAST, wmss_reset, _, atest_usb1, ddr_pxi, wlan1_adc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1432
[64] = PINGROUP(64, EAST, grfc, _, atest_usb1, ddr_pxi, wlan1_adc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1433
[65] = PINGROUP(65, EAST, grfc, atest_usb1, ddr_pxi, wlan2_adc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1434
[66] = PINGROUP(66, EAST, grfc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1435
[67] = PINGROUP(67, EAST, grfc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1436
[68] = PINGROUP(68, EAST, grfc, pa_indicator, atest_usb3, ddr_pxi, wlan2_adc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1437
[69] = PINGROUP(69, EAST, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1438
[70] = PINGROUP(70, EAST, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1439
[71] = PINGROUP(71, EAST, _, grfc, atest_usb3, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1440
[72] = PINGROUP(72, EAST, _, grfc, atest_usb3, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1441
[73] = PINGROUP(73, EAST, _, grfc, atest_usb3, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1442
[74] = PINGROUP(74, EAST, _, grfc, tgu, atest_usb3, ddr_pxi, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1443
[75] = PINGROUP(75, EAST, _, grfc, tgu, atest_usb4, ddr_pxi, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1444
[76] = PINGROUP(76, EAST, _, grfc, gps, nav_pps, nav_pps, tgu, atest_usb4, ddr_pxi, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1445
[77] = PINGROUP(77, EAST, _, grfc, gps, nav_pps, nav_pps, tgu, atest_usb4, ddr_pxi, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1446
[78] = PINGROUP(78, EAST, _, grfc, _, atest_usb4, ddr_pxi, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1447
[79] = PINGROUP(79, EAST, _, grfc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1448
[80] = PINGROUP(80, EAST, _, grfc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1449
[81] = PINGROUP(81, EAST, _, grfc, gps, nav_pps, nav_pps, qdss_cti, _, emac_pps, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1450
[82] = PINGROUP(82, EAST, _, grfc, gps, nav_pps, nav_pps, mdp_vsync, qdss_cti, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1451
[83] = PINGROUP(83, EAST, qup12, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1452
[84] = PINGROUP(84, EAST, qup12, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1453
[85] = PINGROUP(85, EAST, qup12, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1454
[86] = PINGROUP(86, EAST, qup12, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1455
[87] = PINGROUP(87, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1456
[88] = PINGROUP(88, EAST, tsif1, qup8, qspi0_cs, tgu, atest_usb4, ddr_pxi, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1458
[90] = PINGROUP(90, EAST, tsif1, qup8, qspi0, sdc4_cmd, tgu, qdss_cti, atest_usb0, ddr_pxi, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1459
[91] = PINGROUP(91, EAST, tsif1, qup8, qspi0, sdc4, vfr_1, tgu, atest_usb0, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1460
[92] = PINGROUP(92, EAST, tsif2, qup11, qspi0_clk, sdc4_clk, qdss_gpio, atest_usb0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1461
[93] = PINGROUP(93, EAST, tsif2, qup11, qspi0, sdc4, atest_tsens, atest_usb0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1462
[94] = PINGROUP(94, EAST, tsif2, qup11, qspi0_cs, sdc4, _, atest_usb0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1463
[95] = PINGROUP(95, EAST, tsif2, qup11, sdc4, qup_l4, atest_usb2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1464
[96] = PINGROUP(96, WEST, tsif2, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1465
[97] = PINGROUP(97, WEST, sd_write, tsif1, qup_l6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1466
[98] = PINGROUP(98, WEST, qup7, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1467
[99] = PINGROUP(99, WEST, qup7, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1468
[100] = PINGROUP(100, WEST, qup7, pll_bypassnl, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1469
[101] = PINGROUP(101, WEST, qup7, pll_reset, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1470
[102] = PINGROUP(102, SOUTH, pci_e1, _, phase_flag, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1471
[103] = PINGROUP(103, SOUTH, pci_e1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1472
[104] = PINGROUP(104, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1473
[105] = PINGROUP(105, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1474
[106] = PINGROUP(106, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1475
[107] = PINGROUP(107, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1476
[108] = PINGROUP(108, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1477
[109] = PINGROUP(109, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1478
[110] = PINGROUP(110, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1479
[111] = PINGROUP(111, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1480
[112] = PINGROUP(112, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1481
[113] = PINGROUP(113, WEST, uim_batt, usb2phy_ac, aoss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1482
[114] = PINGROUP(114, WEST, qup1, rgmii, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1483
[115] = PINGROUP(115, WEST, qup1, rgmii, adsp_ext, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1484
[116] = PINGROUP(116, WEST, qup1, rgmii, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1485
[117] = PINGROUP(117, WEST, qup1, rgmii, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1486
[118] = PINGROUP(118, WEST, rgmii, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1487
[119] = PINGROUP(119, WEST, qup5, rgmii, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1488
[120] = PINGROUP(120, WEST, qup5, rgmii, _, phase_flag, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1489
[121] = PINGROUP(121, WEST, qup5, rgmii, _, phase_flag, qdss_gpio, atest_usb2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1490
[122] = PINGROUP(122, WEST, qup5, rgmii, _, phase_flag, atest_usb2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1491
[123] = PINGROUP(123, SOUTH, usb2phy_ac, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1492
[124] = PINGROUP(124, SOUTH, emac_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1493
[125] = PINGROUP(125, WEST, hs3_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1494
[126] = PINGROUP(126, WEST, sec_mi2s, qup2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1495
[127] = PINGROUP(127, WEST, sec_mi2s, qup2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1496
[128] = PINGROUP(128, WEST, sec_mi2s, qup2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1497
[129] = PINGROUP(129, WEST, sec_mi2s, qup2, jitter_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1498
[130] = PINGROUP(130, WEST, sec_mi2s, pll_bist, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1499
[131] = PINGROUP(131, WEST, ter_mi2s, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1500
[132] = PINGROUP(132, WEST, ter_mi2s, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1501
[133] = PINGROUP(133, WEST, ter_mi2s, _, qdss_gpio, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1502
[134] = PINGROUP(134, WEST, ter_mi2s, _, qdss_gpio, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1503
[135] = PINGROUP(135, WEST, ter_mi2s, _, qdss_gpio, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1504
[136] = PINGROUP(136, WEST, qua_mi2s, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1505
[137] = PINGROUP(137, WEST, qua_mi2s, gcc_gp2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1506
[138] = PINGROUP(138, WEST, qua_mi2s, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1507
[139] = PINGROUP(139, WEST, qua_mi2s, gcc_gp4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1508
[140] = PINGROUP(140, WEST, qua_mi2s, gcc_gp5, _, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1509
[141] = PINGROUP(141, WEST, qua_mi2s, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1510
[142] = PINGROUP(142, WEST, qua_mi2s, _, _, qdss_cti, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1511
[143] = PINGROUP(143, WEST, pri_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1512
[144] = PINGROUP(144, WEST, pri_mi2s, qup3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1513
[145] = PINGROUP(145, WEST, pri_mi2s_ws, qup3, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1514
[146] = PINGROUP(146, WEST, pri_mi2s, qup3, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1515
[147] = PINGROUP(147, WEST, pri_mi2s, qup3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1516
[148] = PINGROUP(148, WEST, spkr_i2s, audio_ref, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1517
[149] = PINGROUP(149, WEST, lpass_slimbus, spkr_i2s, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1518
[150] = PINGROUP(150, WEST, lpass_slimbus, spkr_i2s, _, phase_flag, tsense_pwm1, tsense_pwm2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1519
[151] = PINGROUP(151, WEST, lpass_slimbus, spkr_i2s, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1520
[152] = PINGROUP(152, WEST, lpass_slimbus, spkr_i2s, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1521
[153] = PINGROUP(153, WEST, btfm_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1522
[154] = PINGROUP(154, WEST, btfm_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1523
[155] = PINGROUP(155, WEST, hs1_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1524
[156] = PINGROUP(156, WEST, hs1_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1525
[157] = PINGROUP(157, WEST, hs1_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1526
[158] = PINGROUP(158, WEST, hs1_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1527
[159] = PINGROUP(159, WEST, hs1_mi2s, cri_trng, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1528
[160] = PINGROUP(160, WEST, hs2_mi2s, cri_trng, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1529
[161] = PINGROUP(161, WEST, hs2_mi2s, qspi1, cri_trng, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1530
[162] = PINGROUP(162, WEST, hs2_mi2s, qspi1, sp_cmu, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1531
[163] = PINGROUP(163, WEST, hs2_mi2s, qspi1_clk, prng_rosc, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1532
[164] = PINGROUP(164, WEST, hs2_mi2s, qspi1_cs, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1533
[165] = PINGROUP(165, WEST, hs3_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1534
[166] = PINGROUP(166, WEST, hs3_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1535
[167] = PINGROUP(167, WEST, hs3_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1536
[168] = PINGROUP(168, WEST, hs3_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1537
[169] = PINGROUP(169, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1538
[170] = PINGROUP(170, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1539
[171] = PINGROUP(171, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1540
[172] = PINGROUP(172, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1541
[173] = PINGROUP(173, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1542
[174] = PINGROUP(174, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1543
[175] = PINGROUP(175, SOUTH, pci_e2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1544
[176] = PINGROUP(176, SOUTH, pci_e2, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1545
[177] = PINGROUP_OFFSET(177, SOUTH, 0x1e000, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1546
[178] = PINGROUP_OFFSET(178, SOUTH, 0x1e000, pci_e3, cci_timer4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1547
[179] = PINGROUP_OFFSET(179, SOUTH, 0x1e000, pci_e3, cam_mclk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1548
[180] = PINGROUP_OFFSET(180, SOUTH, 0x1e000, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1549
[181] = PINGROUP_OFFSET(181, SOUTH, 0x1e000, qup19, cam_mclk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1550
[182] = PINGROUP_OFFSET(182, SOUTH, 0x1e000, qup19, cci_timer5, gcc_gp4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1551
[183] = PINGROUP_OFFSET(183, SOUTH, 0x1e000, qup19, cci_timer6, gcc_gp5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1552
[184] = PINGROUP_OFFSET(184, SOUTH, 0x1e000, qup19, cci_timer7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1553
[185] = PINGROUP_OFFSET(185, SOUTH, 0x1e000, cci_timer8, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1554
[186] = PINGROUP_OFFSET(186, SOUTH, 0x1e000, cci_timer9, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1555
[187] = PINGROUP_OFFSET(187, SOUTH, 0x1e000, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1556
[188] = PINGROUP_OFFSET(188, SOUTH, 0x1e000, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1557
[189] = PINGROUP_OFFSET(189, SOUTH, 0x1e000, dp_hot, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
105
LPI_PINGROUP(0, 0, swr_tx_clk, qua_mi2s_sclk, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
106
LPI_PINGROUP(1, 2, swr_tx_data, qua_mi2s_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
107
LPI_PINGROUP(2, 4, swr_tx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
108
LPI_PINGROUP(3, 8, swr_rx_clk, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
109
LPI_PINGROUP(4, 10, swr_rx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
110
LPI_PINGROUP(5, 12, swr_rx_data, ext_mclk1_c, qua_mi2s_data, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
111
LPI_PINGROUP(6, LPI_NO_SLEW, dmic1_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
112
LPI_PINGROUP(7, LPI_NO_SLEW, dmic1_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
113
LPI_PINGROUP(8, LPI_NO_SLEW, dmic2_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
114
LPI_PINGROUP(9, LPI_NO_SLEW, dmic2_data, i2s1_data, ext_mclk1_b, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
115
LPI_PINGROUP(10, 16, i2s2_clk, wsa_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
116
LPI_PINGROUP(11, 18, i2s2_ws, wsa_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
117
LPI_PINGROUP(12, LPI_NO_SLEW, dmic3_clk, i2s3_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
118
LPI_PINGROUP(13, LPI_NO_SLEW, dmic3_data, i2s3_ws, ext_mclk1_a, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
119
LPI_PINGROUP(14, 6, swr_tx_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
120
LPI_PINGROUP(15, 20, i2s2_data, wsa2_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
121
LPI_PINGROUP(16, 22, i2s2_data, wsa2_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
122
LPI_PINGROUP(17, LPI_NO_SLEW, dmic4_clk, i2s3_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
123
LPI_PINGROUP(18, LPI_NO_SLEW, dmic4_data, i2s3_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1637
[0] = PINGROUP(0, qup12, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1638
[1] = PINGROUP(1, qup12, mdp0_vsync0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1639
[2] = PINGROUP(2, edp_hot, qup12, mdp0_vsync1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1640
[3] = PINGROUP(3, edp_hot, qup12, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1641
[4] = PINGROUP(4, qup14, ibi_i3c, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1642
[5] = PINGROUP(5, qup14, ibi_i3c, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1643
[6] = PINGROUP(6, edp_hot, qup14, cam_mclk, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1644
[7] = PINGROUP(7, edp_hot, qup14, qdss_cti, cam_mclk, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1645
[8] = PINGROUP(8, mdp_vsync, mdp0_vsync2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1646
[9] = PINGROUP(9, usb1_dp, mdp0_vsync3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1647
[10] = PINGROUP(10, cci_i2c, mdp0_vsync4, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1648
[11] = PINGROUP(11, cci_i2c, mdp0_vsync5, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1649
[12] = PINGROUP(12, cci_i2c, mdp0_vsync6, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1650
[13] = PINGROUP(13, cci_i2c, mdp0_vsync7, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1651
[14] = PINGROUP(14, cci_timer2, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1652
[15] = PINGROUP(15, cci_timer3, cci_async, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1653
[16] = PINGROUP(16, cam_mclk, mdp0_vsync8, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1654
[17] = PINGROUP(17, cam_mclk, mdp1_vsync0, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1655
[18] = PINGROUP(18, qup11, mdp1_vsync1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1656
[19] = PINGROUP(19, qup11, mdp1_vsync2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1657
[20] = PINGROUP(20, qup11, dp2_hot, mdp1_vsync3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1658
[21] = PINGROUP(21, qup11, usb0_dp, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1659
[22] = PINGROUP(22, qup10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1660
[23] = PINGROUP(23, qup10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1661
[24] = PINGROUP(24, qup10, usb2phy_ac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1662
[25] = PINGROUP(25, qup10, usb2phy_ac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1663
[26] = PINGROUP(26, qup13, edp0_lcd, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1664
[27] = PINGROUP(27, qup13, edp1_lcd, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1665
[28] = PINGROUP(28, qup13, edp2_lcd, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1666
[29] = PINGROUP(29, qup13, edp3_lcd, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1667
[30] = PINGROUP(30, qdss_cti, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1668
[31] = PINGROUP(31, qdss_cti, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1669
[32] = PINGROUP(32, usb1_usb4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1670
[33] = PINGROUP(33, cam_mclk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1671
[34] = PINGROUP(34, cam_mclk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1672
[35] = PINGROUP(35, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1673
[36] = PINGROUP(36, qup15, ibi_i3c, mdp1_vsync4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1674
[37] = PINGROUP(37, qup15, ibi_i3c, mdp1_vsync5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1675
[38] = PINGROUP(38, qup15, mdp1_vsync6, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1676
[39] = PINGROUP(39, qup15, mdp1_vsync7, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1677
[40] = PINGROUP(40, mdp1_vsync8, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1678
[41] = PINGROUP(41, qup9, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1679
[42] = PINGROUP(42, qup9, ddr_bist, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1680
[43] = PINGROUP(43, qup8, qup9, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1681
[44] = PINGROUP(44, qup8, qup9, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1682
[45] = PINGROUP(45, qup8, dp3_hot, ddr_bist, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1683
[46] = PINGROUP(46, qup8, ddr_bist, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1684
[47] = PINGROUP(47, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1685
[48] = PINGROUP(48, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1686
[49] = PINGROUP(49, usb1_phy, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1687
[50] = PINGROUP(50, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1688
[51] = PINGROUP(51, usb1_sbtx, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1689
[52] = PINGROUP(52, usb1_sbtx, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1690
[53] = PINGROUP(53, usb1_sbrx, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1691
[54] = PINGROUP(54, emac1_phy, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1692
[55] = PINGROUP(55, emac1_ptp, emac1_ptp, qup19, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1693
[56] = PINGROUP(56, emac1_ptp, emac1_ptp, qup19, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1694
[57] = PINGROUP(57, qup19, emac1_mcg0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1695
[58] = PINGROUP(58, qup19, emac1_mcg1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1696
[59] = PINGROUP(59, qup23, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1697
[60] = PINGROUP(60, qup23, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1698
[61] = PINGROUP(61, qup23, qup17, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1699
[62] = PINGROUP(62, qup23, qup17, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1700
[63] = PINGROUP(63, qup17, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1701
[64] = PINGROUP(64, qup17, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1702
[65] = PINGROUP(65, tsense_pwm4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1703
[66] = PINGROUP(66, qup18, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1704
[67] = PINGROUP(67, qup18, tsense_pwm3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1705
[68] = PINGROUP(68, qup18, emac1_mcg2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1706
[69] = PINGROUP(69, qup18, emac1_mcg3, tsense_pwm2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1707
[70] = PINGROUP(70, qup16, tsense_pwm1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1708
[71] = PINGROUP(71, qup16, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1709
[72] = PINGROUP(72, qup16, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1710
[73] = PINGROUP(73, qup16, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1711
[74] = PINGROUP(74, qspi_clk, sdc4_clk, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1712
[75] = PINGROUP(75, qspi_cs, sdc4_cmd, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1713
[76] = PINGROUP(76, qspi, sdc40, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1714
[77] = PINGROUP(77, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1715
[78] = PINGROUP(78, qspi, sdc42, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1716
[79] = PINGROUP(79, qspi, sdc43, atest_usb, ddr_pxi6, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1717
[80] = PINGROUP(80, mi2s_mclk1, audio_ref, phase_flag, _, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1718
[81] = PINGROUP(81, qup21, qspi_cs, phase_flag, _, vsense_trigger, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1719
[82] = PINGROUP(82, qup21, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1720
[83] = PINGROUP(83, qup21, qup22, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1721
[84] = PINGROUP(84, qup21, qup22, pll_bist, pll_clk, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1722
[85] = PINGROUP(85, qup22, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1723
[86] = PINGROUP(86, qup22, _, pll_clk, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1724
[87] = PINGROUP(87, qup20, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1725
[88] = PINGROUP(88, qup20, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1726
[89] = PINGROUP(89, qup20, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1727
[90] = PINGROUP(90, qup20, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1728
[91] = PINGROUP(91, qup20, hs2_mi2s, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1729
[92] = PINGROUP(92, qup20, hs2_mi2s, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1730
[93] = PINGROUP(93, mi2s0_sck, emac1_ptp, emac1_ptp, phase_flag, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1731
[94] = PINGROUP(94, mi2s0_ws, emac1_ptp, emac1_ptp, phase_flag, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1732
[95] = PINGROUP(95, mi2s0_data0, emac1_ptp, emac1_ptp, phase_flag, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1733
[96] = PINGROUP(96, mi2s0_data1, emac1_ptp, emac1_ptp, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1734
[97] = PINGROUP(97, rgmii_1, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1735
[98] = PINGROUP(98, rgmii_1, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1736
[99] = PINGROUP(99, rgmii_1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1737
[100] = PINGROUP(100, mdp_vsync, rgmii_1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1738
[101] = PINGROUP(101, mdp_vsync, rgmii_1, tgu, atest_usb, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1739
[102] = PINGROUP(102, rgmii_1, tgu, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1740
[103] = PINGROUP(103, rgmii_1, tgu, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1741
[104] = PINGROUP(104, rgmii_1, tgu, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1742
[105] = PINGROUP(105, rgmii_1, tgu, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1743
[106] = PINGROUP(106, rgmii_1, tgu, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1744
[107] = PINGROUP(107, rgmii_1, tgu, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1745
[108] = PINGROUP(108, rgmii_1, tgu, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1746
[109] = PINGROUP(109, rgmii_1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1747
[110] = PINGROUP(110, qup20, rgmii_1, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1748
[111] = PINGROUP(111, qup4, qup5, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1749
[112] = PINGROUP(112, qup4, qup5, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1750
[113] = PINGROUP(113, cci_i2c, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1751
[114] = PINGROUP(114, cci_i2c, gcc_gp2, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1752
[115] = PINGROUP(115, cci_i2c, gcc_gp3, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1753
[116] = PINGROUP(116, cci_i2c, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1754
[117] = PINGROUP(117, cci_i2c, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1755
[118] = PINGROUP(118, cci_i2c, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1756
[119] = PINGROUP(119, cam_mclk, cci_timer0, cci_async, gcc_gp1, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1757
[120] = PINGROUP(120, cam_mclk, cci_timer1, cci_async, gcc_gp2, qdss_gpio, ddr_pxi3, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1758
[121] = PINGROUP(121, qup2, qdss_gpio, _, atest_usb, ddr_pxi0, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1759
[122] = PINGROUP(122, qup2, qdss_gpio, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1760
[123] = PINGROUP(123, qup2, cci_i2c, cmu_rng, ddr_pxi2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1761
[124] = PINGROUP(124, qup2, cci_i2c, cmu_rng, ddr_pxi1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1762
[125] = PINGROUP(125, qup7, dbg_out, ddr_pxi1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1763
[126] = PINGROUP(126, qup7, cmu_rng, ddr_pxi0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1764
[127] = PINGROUP(127, emac0_phy, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1765
[128] = PINGROUP(128, qup7, ibi_i3c, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1766
[129] = PINGROUP(129, qup7, ibi_i3c, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1767
[130] = PINGROUP(130, emac0_ptp, emac0_ptp, sd_write, atest_usb, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1768
[131] = PINGROUP(131, emac0_ptp, emac0_ptp, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1769
[132] = PINGROUP(132, usb0_usb4, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1770
[133] = PINGROUP(133, usb2phy_ac, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1771
[134] = PINGROUP(134, usb2phy_ac, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1772
[135] = PINGROUP(135, qup0, qup3, _, atest_usb, ddr_pxi7, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1773
[136] = PINGROUP(136, qup0, qup3, cmu_rng, ddr_pxi7, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1774
[137] = PINGROUP(137, qup3, qup0, _, atest_usb, ddr_pxi3, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1775
[138] = PINGROUP(138, qup3, qup0, _, atest_usb, ddr_pxi2, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1776
[139] = PINGROUP(139, cci_timer5, gcc_gp3, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1777
[140] = PINGROUP(140, pcie4_clkreq, jitter_bist, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1778
[141] = PINGROUP(141, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1779
[142] = PINGROUP(142, pcie2a_clkreq, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1780
[143] = PINGROUP(143, _, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1781
[144] = PINGROUP(144, pcie2b_clkreq, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1782
[145] = PINGROUP(145, qup5, cci_i2c, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1783
[146] = PINGROUP(146, qup5, cci_i2c, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1784
[147] = PINGROUP(147, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1785
[148] = PINGROUP(148, usb2phy_ac, _, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1786
[149] = PINGROUP(149, usb2phy_ac, gcc_gp1, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1787
[150] = PINGROUP(150, pcie3a_clkreq, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1788
[151] = PINGROUP(151, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1789
[152] = PINGROUP(152, pcie3b_clkreq, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1790
[153] = PINGROUP(153, _, tb_trig, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1791
[154] = PINGROUP(154, qup6, ibi_i3c, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1792
[155] = PINGROUP(155, qup6, ibi_i3c, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1793
[156] = PINGROUP(156, qup6, emac0_ptp, emac0_ptp, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1794
[157] = PINGROUP(157, qup6, emac0_ptp, emac0_ptp, tb_trig, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1795
[158] = PINGROUP(158, qup1, emac0_ptp, emac0_ptp, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1796
[159] = PINGROUP(159, qup1, emac0_ptp, emac0_ptp, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1797
[160] = PINGROUP(160, cci_timer9, qup1, cci_async, emac0_mcg0, gcc_gp4, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1798
[161] = PINGROUP(161, cci_timer4, cci_async, qup1, emac0_mcg1, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1799
[162] = PINGROUP(162, cci_timer6, emac0_mcg2, gcc_gp4, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1800
[163] = PINGROUP(163, cci_timer7, emac0_mcg3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1801
[164] = PINGROUP(164, cci_i2c, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1802
[165] = PINGROUP(165, cci_i2c, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1803
[166] = PINGROUP(166, usb0_phy, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1804
[167] = PINGROUP(167, cci_timer8, cci_async, gcc_gp5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1805
[168] = PINGROUP(168, usb0_sbtx, gcc_gp5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1806
[169] = PINGROUP(169, usb0_sbtx, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1807
[170] = PINGROUP(170, usb0_sbrx, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1808
[171] = PINGROUP(171, qup4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1809
[172] = PINGROUP(172, qup4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1810
[173] = PINGROUP(173, qup4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1811
[174] = PINGROUP(174, qup4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1812
[175] = PINGROUP(175, qup4, rgmii_0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1813
[176] = PINGROUP(176, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1814
[177] = PINGROUP(177, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1815
[178] = PINGROUP(178, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1816
[179] = PINGROUP(179, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1817
[180] = PINGROUP(180, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1818
[181] = PINGROUP(181, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1819
[182] = PINGROUP(182, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1820
[183] = PINGROUP(183, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1821
[184] = PINGROUP(184, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1822
[185] = PINGROUP(185, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1823
[186] = PINGROUP(186, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1824
[187] = PINGROUP(187, rgmii_0, cri_trng0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1825
[188] = PINGROUP(188, rgmii_0, cri_trng1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1826
[189] = PINGROUP(189, prng_rosc0, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1827
[190] = PINGROUP(190, cri_trng, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1828
[191] = PINGROUP(191, prng_rosc1, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1829
[192] = PINGROUP(192, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1830
[193] = PINGROUP(193, prng_rosc2, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1831
[194] = PINGROUP(194, prng_rosc3, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1832
[195] = PINGROUP(195, phase_flag, _, qdss_gpio, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1833
[196] = PINGROUP(196, phase_flag, _, qdss_gpio, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1834
[197] = PINGROUP(197, phase_flag, _, qdss_gpio, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1835
[198] = PINGROUP(198, phase_flag, _, qdss_gpio, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1836
[199] = PINGROUP(199, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1837
[200] = PINGROUP(200, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1838
[201] = PINGROUP(201, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1839
[202] = PINGROUP(202, phase_flag, _, qdss_gpio, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1840
[203] = PINGROUP(203, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1841
[204] = PINGROUP(204, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1842
[205] = PINGROUP(205, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1843
[206] = PINGROUP(206, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1844
[207] = PINGROUP(207, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1845
[208] = PINGROUP(208, hs1_mi2s, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1846
[209] = PINGROUP(209, hs1_mi2s, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1847
[210] = PINGROUP(210, hs1_mi2s, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1848
[211] = PINGROUP(211, hs1_mi2s, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1849
[212] = PINGROUP(212, mi2s2_sck, qdss_gpio, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1850
[213] = PINGROUP(213, mi2s2_ws, qdss_gpio, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1851
[214] = PINGROUP(214, mi2s2_data0, qdss_gpio, ddr_pxi5, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1852
[215] = PINGROUP(215, mi2s2_data1, qdss_gpio, emac1_dll0, ddr_pxi5, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1853
[216] = PINGROUP(216, mi2s_mclk1, qdss_gpio, emac0_dll, ddr_pxi4, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1854
[217] = PINGROUP(217, mi2s_mclk2, qdss_gpio, emac0_dll, ddr_pxi4, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1855
[218] = PINGROUP(218, hs2_mi2s, emac1_dll1, ddr_pxi6, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1856
[219] = PINGROUP(219, hs2_mi2s, phase_flag, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1857
[220] = PINGROUP(220, lpass_slimbus, mi2s1_sck, phase_flag, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1858
[221] = PINGROUP(221, lpass_slimbus, mi2s1_ws, phase_flag, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1859
[222] = PINGROUP(222, mi2s1_data0, phase_flag, _, qdss_gpio, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1860
[223] = PINGROUP(223, mi2s1_data1, phase_flag, _, qdss_gpio, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1861
[224] = PINGROUP(224, hs3_mi2s, phase_flag, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1862
[225] = PINGROUP(225, hs3_mi2s, phase_flag, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1863
[226] = PINGROUP(226, hs3_mi2s, phase_flag, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1864
[227] = PINGROUP(227, hs3_mi2s, phase_flag, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
101
LPI_PINGROUP_OFFSET(18, LPI_NO_SLEW, pdm_clk, mclk0, _, _, 0x8000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
102
LPI_PINGROUP_OFFSET(19, LPI_NO_SLEW, pdm_sync, _, _, _, 0x8010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
103
LPI_PINGROUP_OFFSET(20, LPI_NO_SLEW, pdm_tx, _, _, _, 0x8020),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
104
LPI_PINGROUP_OFFSET(21, LPI_NO_SLEW, pdm_rx, _, _, _, 0x8030),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
105
LPI_PINGROUP_OFFSET(22, LPI_NO_SLEW, comp_rx, _, _, _, 0x8040),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
106
LPI_PINGROUP_OFFSET(23, LPI_NO_SLEW, pdm_rx, _, _, _, 0x8050),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
107
LPI_PINGROUP_OFFSET(24, LPI_NO_SLEW, comp_rx, _, _, _, 0x8060),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
108
LPI_PINGROUP_OFFSET(25, LPI_NO_SLEW, pdm_rx, _, _, _, 0x8070),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
109
LPI_PINGROUP_OFFSET(26, LPI_NO_SLEW, dmic1_clk, _, _, _, 0x9000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
110
LPI_PINGROUP_OFFSET(27, LPI_NO_SLEW, dmic1_data, _, _, _, 0x9010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
111
LPI_PINGROUP_OFFSET(28, LPI_NO_SLEW, dmic2_clk, _, _, _, 0xa000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
112
LPI_PINGROUP_OFFSET(29, LPI_NO_SLEW, dmic2_data, _, _, _, 0xa010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
114
LPI_PINGROUP_OFFSET(30, LPI_NO_SLEW, _, _, _, _, 0xb000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
115
LPI_PINGROUP_OFFSET(31, LPI_NO_SLEW, _, _, _, _, 0xb010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
82
LPI_PINGROUP_OFFSET(0, LPI_NO_SLEW, _, _, _, _, 0x0000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
83
LPI_PINGROUP_OFFSET(1, LPI_NO_SLEW, _, _, _, _, 0x1000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
84
LPI_PINGROUP_OFFSET(2, LPI_NO_SLEW, _, _, _, _, 0x2000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
85
LPI_PINGROUP_OFFSET(3, LPI_NO_SLEW, _, _, _, _, 0x2010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
86
LPI_PINGROUP_OFFSET(4, LPI_NO_SLEW, _, _, _, _, 0x3000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
87
LPI_PINGROUP_OFFSET(5, LPI_NO_SLEW, _, _, _, _, 0x3010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
88
LPI_PINGROUP_OFFSET(6, LPI_NO_SLEW, _, _, _, _, 0x4000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
89
LPI_PINGROUP_OFFSET(7, LPI_NO_SLEW, _, _, _, _, 0x4010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
90
LPI_PINGROUP_OFFSET(8, LPI_NO_SLEW, _, _, _, _, 0x5000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
91
LPI_PINGROUP_OFFSET(9, LPI_NO_SLEW, _, _, _, _, 0x5010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
92
LPI_PINGROUP_OFFSET(10, LPI_NO_SLEW, _, _, _, _, 0x5020),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
93
LPI_PINGROUP_OFFSET(11, LPI_NO_SLEW, _, _, _, _, 0x5030),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
94
LPI_PINGROUP_OFFSET(12, LPI_NO_SLEW, _, _, _, _, 0x6000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
95
LPI_PINGROUP_OFFSET(13, LPI_NO_SLEW, _, _, _, _, 0x6010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
96
LPI_PINGROUP_OFFSET(14, LPI_NO_SLEW, _, _, _, _, 0x7000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
97
LPI_PINGROUP_OFFSET(15, LPI_NO_SLEW, _, _, _, _, 0x7010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
98
LPI_PINGROUP_OFFSET(16, LPI_NO_SLEW, _, _, _, _, 0x5040),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
99
LPI_PINGROUP_OFFSET(17, LPI_NO_SLEW, _, _, _, _, 0x5050),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1277
PINGROUP(0, SOUTH, blsp_spi1, blsp_uart1, blsp_uim1, tgu_ch0, _, _, qdss_gpio4, atest_gpsadc1, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1278
PINGROUP(1, SOUTH, blsp_spi1, blsp_uart1, blsp_uim1, tgu_ch1, _, _, qdss_gpio5, atest_gpsadc0, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1279
PINGROUP(2, SOUTH, blsp_spi1, blsp_uart1, blsp_i2c1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1280
PINGROUP(3, SOUTH, blsp_spi1, blsp_uart1, blsp_i2c1, ddr_bist, _, _, atest_tsens2, atest_usb1, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1281
PINGROUP(4, NORTH, blsp_spi2, blsp_uim2, blsp_uart2, phase_flag3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1282
PINGROUP(5, SOUTH, blsp_spi2, blsp_uim2, blsp_uart2, phase_flag14, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1283
PINGROUP(6, SOUTH, blsp_spi2, blsp_i2c2, blsp_uart2, phase_flag31, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1284
PINGROUP(7, SOUTH, blsp_spi2, blsp_i2c2, blsp_uart2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1285
PINGROUP(8, NORTH, blsp_spi3, ddr_bist, _, _, _, wlan1_adc1, atest_usb13, bimc_dte1, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1286
PINGROUP(9, NORTH, blsp_spi3, ddr_bist, _, _, _, wlan1_adc0, atest_usb12, bimc_dte0, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1287
PINGROUP(10, NORTH, blsp_spi3, blsp_i2c3, ddr_bist, _, _, wlan2_adc1, atest_usb11, bimc_dte1, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1288
PINGROUP(11, NORTH, blsp_spi3, blsp_i2c3, _, dbg_out, wlan2_adc0, atest_usb10, bimc_dte0, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1289
PINGROUP(12, NORTH, blsp_spi4, pri_mi2s, _, phase_flag26, qdss_cti1_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1290
PINGROUP(13, NORTH, blsp_spi4, _, pri_mi2s_ws, _, _, phase_flag27, qdss_cti0_b, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1291
PINGROUP(14, NORTH, blsp_spi4, blsp_i2c4, pri_mi2s, _, phase_flag28, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1292
PINGROUP(15, NORTH, blsp_spi4, blsp_i2c4, pri_mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1293
PINGROUP(16, CENTER, blsp_uart5, blsp_spi5, blsp_uim5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1294
PINGROUP(17, CENTER, blsp_uart5, blsp_spi5, blsp_uim5, _, phase_flag5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1295
PINGROUP(18, CENTER, blsp_uart5, blsp_spi5, blsp_i2c5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1296
PINGROUP(19, CENTER, blsp_uart5, blsp_spi5, blsp_i2c5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1297
PINGROUP(20, SOUTH, _, _, blsp_uim6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1298
PINGROUP(21, SOUTH, _, _, blsp_uim6, _, phase_flag11, qdss_cti0_b, vsense_data0, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1299
PINGROUP(22, CENTER, blsp_spi6, _, blsp_i2c6, _, phase_flag12, vsense_data1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1300
PINGROUP(23, CENTER, blsp_spi6, _, blsp_i2c6, _, phase_flag13, vsense_mode, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1301
PINGROUP(24, NORTH, blsp_spi7, blsp_uart6_a, sec_mi2s, sndwire_clk, _, _, phase_flag17, vsense_clkout, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1302
PINGROUP(25, NORTH, blsp_spi7, blsp_uart6_a, sec_mi2s, sndwire_data, _, _, phase_flag18, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1303
PINGROUP(26, NORTH, blsp_spi7, blsp_uart6_a, blsp_i2c7, sec_mi2s, _, phase_flag19, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1304
PINGROUP(27, NORTH, blsp_spi7, blsp_uart6_a, blsp_i2c7, vfr_1, sec_mi2s, _, phase_flag20, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1305
PINGROUP(28, CENTER, blsp_spi8_a, blsp_uart6_b, m_voc, _, phase_flag21, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1306
PINGROUP(29, CENTER, blsp_spi8_a, blsp_uart6_b, _, _, phase_flag22, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1307
PINGROUP(30, CENTER, blsp_spi8_a, blsp_uart6_b, blsp_i2c8_a, blsp_spi3_cs1, _, phase_flag23, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1308
PINGROUP(31, CENTER, blsp_spi8_a, blsp_uart6_b, blsp_i2c8_a, pwr_modem, _, phase_flag24, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1309
PINGROUP(32, SOUTH, cam_mclk, pwr_nav, _, _, qdss_gpio0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1310
PINGROUP(33, SOUTH, cam_mclk, qspi_data0, pwr_crypto, _, _, qdss_gpio1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1311
PINGROUP(34, SOUTH, cam_mclk, qspi_data1, agera_pll, _, _, qdss_gpio2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1312
PINGROUP(35, SOUTH, cam_mclk, qspi_data2, jitter_bist, _, _, qdss_gpio3, _, atest_usb2, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1313
PINGROUP(36, SOUTH, cci_i2c, pll_bypassnl, agera_pll, _, _, qdss_gpio4, atest_tsens, atest_usb21, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1314
PINGROUP(37, SOUTH, cci_i2c, pll_reset, _, _, qdss_gpio5, atest_usb23, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1315
PINGROUP(38, SOUTH, cci_i2c, _, _, qdss_gpio6, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1316
PINGROUP(39, SOUTH, cci_i2c, _, _, qdss_gpio7, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1317
PINGROUP(40, SOUTH, _, _, blsp_spi8_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1318
PINGROUP(41, SOUTH, _, _, blsp_spi8_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1319
PINGROUP(42, SOUTH, mdss_vsync0, mdss_vsync1, mdss_vsync2, mdss_vsync3, _, _, qdss_gpio9, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1320
PINGROUP(43, SOUTH, _, _, qspi_cs, _, _, qdss_gpio10, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1321
PINGROUP(44, SOUTH, _, _, blsp_spi8_b, blsp_i2c8_b, _, _, qdss_gpio11, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1322
PINGROUP(45, SOUTH, cci_async, _, _, qdss_gpio12, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1323
PINGROUP(46, SOUTH, blsp_spi1, _, _, qdss_gpio13, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1324
PINGROUP(47, SOUTH, qspi_clk, _, phase_flag30, qdss_gpio14, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1325
PINGROUP(48, SOUTH, _, phase_flag1, qdss_gpio15, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1326
PINGROUP(49, SOUTH, blsp_spi6, phase_flag2, qdss_cti0_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1327
PINGROUP(50, SOUTH, qspi_cs, _, phase_flag9, qdss_cti0_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1328
PINGROUP(51, SOUTH, qspi_data3, _, phase_flag15, qdss_gpio8, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1329
PINGROUP(52, SOUTH, _, blsp_spi8_b, blsp_i2c8_b, blsp_spi6, phase_flag16, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1330
PINGROUP(53, NORTH, _, phase_flag6, qdss_cti1_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1331
PINGROUP(54, NORTH, _, _, phase_flag29, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1332
PINGROUP(55, SOUTH, _, phase_flag25, qdss_cti1_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1333
PINGROUP(56, SOUTH, _, phase_flag10, qdss_gpio3, _, atest_usb20, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1334
PINGROUP(57, SOUTH, gcc_gp1, _, phase_flag4, atest_usb22, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1335
PINGROUP(58, SOUTH, _, gcc_gp2, _, _, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1336
PINGROUP(59, NORTH, mdp_vsync, gcc_gp3, _, _, atest_char3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1337
PINGROUP(60, NORTH, cri_trng0, _, _, atest_char2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1338
PINGROUP(61, NORTH, pri_mi2s, cri_trng1, _, _, atest_char1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1339
PINGROUP(62, NORTH, sec_mi2s, audio_ref, _, cri_trng, _, _, atest_char0, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1340
PINGROUP(63, NORTH, _, _, _, qdss_gpio1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1341
PINGROUP(64, SOUTH, blsp_spi8_cs1, sp_cmu, _, _, qdss_gpio2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1342
PINGROUP(65, SOUTH, _, nav_pps_a, nav_pps_a, gps_tx_a, blsp_spi3_cs2, adsp_ext, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1343
PINGROUP(66, NORTH, _, _, qdss_cti1_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1344
PINGROUP(67, NORTH, _, _, qdss_gpio0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1345
PINGROUP(68, NORTH, isense_dbg, _, phase_flag0, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1346
PINGROUP(69, NORTH, _, phase_flag7, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1347
PINGROUP(70, NORTH, _, phase_flag8, qdss_gpio6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1348
PINGROUP(71, NORTH, _, _, qdss_gpio7, tsense_pwm1, tsense_pwm2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1349
PINGROUP(72, NORTH, _, qdss_gpio14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1350
PINGROUP(73, NORTH, _, _, qdss_gpio15, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1351
PINGROUP(74, NORTH, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1352
PINGROUP(75, NORTH, _, _, qdss_gpio8, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1353
PINGROUP(76, NORTH, blsp_spi8_cs2, _, _, _, qdss_gpio9, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1354
PINGROUP(77, NORTH, _, _, qdss_gpio10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1355
PINGROUP(78, NORTH, gcc_gp1, _, qdss_gpio13, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1356
PINGROUP(79, SOUTH, _, _, qdss_gpio11, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1357
PINGROUP(80, SOUTH, nav_pps_b, nav_pps_b, gps_tx_c, _, _, qdss_gpio12, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1358
PINGROUP(81, CENTER, mss_lte, gcc_gp2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1359
PINGROUP(82, CENTER, mss_lte, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1360
PINGROUP(83, SOUTH, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1361
PINGROUP(84, SOUTH, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1362
PINGROUP(85, SOUTH, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1363
PINGROUP(86, SOUTH, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1364
PINGROUP(87, SOUTH, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1365
PINGROUP(88, SOUTH, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1366
PINGROUP(89, SOUTH, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1367
PINGROUP(90, SOUTH, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1368
PINGROUP(91, SOUTH, uim_batt, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1369
PINGROUP(92, SOUTH, _, _, pa_indicator, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1370
PINGROUP(93, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1371
PINGROUP(94, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1372
PINGROUP(95, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1373
PINGROUP(96, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1374
PINGROUP(97, SOUTH, _, ldo_en, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1375
PINGROUP(98, SOUTH, _, nav_pps_c, nav_pps_c, gps_tx_b, ldo_update, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1376
PINGROUP(99, SOUTH, qlink_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1377
PINGROUP(100, SOUTH, qlink_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1378
PINGROUP(101, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1379
PINGROUP(102, SOUTH, _, prng_rosc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1380
PINGROUP(103, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1381
PINGROUP(104, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1382
PINGROUP(105, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1383
PINGROUP(106, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1384
PINGROUP(107, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1385
PINGROUP(108, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1386
PINGROUP(109, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1387
PINGROUP(110, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1388
PINGROUP(111, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1389
PINGROUP(112, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1390
PINGROUP(113, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
100
LPI_PINGROUP(14, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
101
LPI_PINGROUP(15, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
102
LPI_PINGROUP(16, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
103
LPI_PINGROUP(17, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
104
LPI_PINGROUP(18, LPI_NO_SLEW, _, slimbus_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
105
LPI_PINGROUP(19, LPI_NO_SLEW, mclk0, _, pdm_sync, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
106
LPI_PINGROUP(20, LPI_NO_SLEW, _, pdm_tx, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
107
LPI_PINGROUP(21, LPI_NO_SLEW, _, pdm_rx, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
108
LPI_PINGROUP(22, LPI_NO_SLEW, _, comp_rx, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
109
LPI_PINGROUP(23, LPI_NO_SLEW, pdm_rx, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
110
LPI_PINGROUP(24, LPI_NO_SLEW, comp_rx, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
111
LPI_PINGROUP(25, LPI_NO_SLEW, pdm_rx, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
112
LPI_PINGROUP(26, LPI_NO_SLEW, dmic1_clk, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
113
LPI_PINGROUP(27, LPI_NO_SLEW, dmic1_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
114
LPI_PINGROUP(28, LPI_NO_SLEW, dmic2_clk, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
115
LPI_PINGROUP(29, LPI_NO_SLEW, dmic2_data, lpi_cdc_rst, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
116
LPI_PINGROUP(30, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
117
LPI_PINGROUP(31, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
86
LPI_PINGROUP(0, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
87
LPI_PINGROUP(1, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
88
LPI_PINGROUP(2, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
89
LPI_PINGROUP(3, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
90
LPI_PINGROUP(4, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
91
LPI_PINGROUP(5, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
92
LPI_PINGROUP(6, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
93
LPI_PINGROUP(7, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
94
LPI_PINGROUP(8, LPI_NO_SLEW, _, _, i2s1_clk, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
95
LPI_PINGROUP(9, LPI_NO_SLEW, _, _, i2s1_ws, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
96
LPI_PINGROUP(10, LPI_NO_SLEW, _, _, _, i2s1_data),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
97
LPI_PINGROUP(11, LPI_NO_SLEW, _, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
98
LPI_PINGROUP(12, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c
99
LPI_PINGROUP(13, LPI_NO_SLEW, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1125
PINGROUP(0, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1126
PINGROUP(1, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1127
PINGROUP(2, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1128
PINGROUP(3, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1129
PINGROUP(4, NORTH, qup9, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1130
PINGROUP(5, NORTH, qup9, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1131
PINGROUP(6, NORTH, qup9, _, ddr_pxi0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1132
PINGROUP(7, NORTH, qup9, ddr_bist, _, atest_tsens2, vsense_trigger, atest_usb1, ddr_pxi0, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1133
PINGROUP(8, WEST, qup_l4, gp_pdm1, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1134
PINGROUP(9, WEST, qup_l5, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1135
PINGROUP(10, NORTH, mdp_vsync, qup_l6, ddr_bist, wlan2_adc1, atest_usb11, ddr_pxi2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1136
PINGROUP(11, NORTH, mdp_vsync, edp_lcd, dbg_out, wlan2_adc0, atest_usb10, ddr_pxi2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1137
PINGROUP(12, SOUTH, mdp_vsync, m_voc, tsif1_sync, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1138
PINGROUP(13, WEST, cam_mclk, pll_bypassnl, qdss, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1139
PINGROUP(14, WEST, cam_mclk, pll_reset, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1140
PINGROUP(15, WEST, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1141
PINGROUP(16, WEST, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1142
PINGROUP(17, WEST, cci_i2c, qup1, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1143
PINGROUP(18, WEST, cci_i2c, qup1, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1144
PINGROUP(19, WEST, cci_i2c, qup1, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1145
PINGROUP(20, WEST, cci_i2c, qup1, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1146
PINGROUP(21, WEST, cci_timer0, gcc_gp2, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1147
PINGROUP(22, WEST, cci_timer1, gcc_gp3, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1148
PINGROUP(23, WEST, cci_timer2, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1149
PINGROUP(24, WEST, cci_timer3, cci_async, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1150
PINGROUP(25, WEST, cci_timer4, cci_async, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1151
PINGROUP(26, WEST, cci_async, qdss, jitter_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1152
PINGROUP(27, WEST, qup2, qdss, pll_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1153
PINGROUP(28, WEST, qup2, qdss, agera_pll, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1154
PINGROUP(29, WEST, qup2, _, phase_flag, qdss, atest_tsens, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1155
PINGROUP(30, WEST, qup2, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1156
PINGROUP(31, WEST, qup11, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1157
PINGROUP(32, WEST, qup11, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1158
PINGROUP(33, WEST, qup11, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1159
PINGROUP(34, WEST, qup11, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1160
PINGROUP(35, NORTH, pci_e0, qup_l4, jitter_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1161
PINGROUP(36, NORTH, pci_e0, qup_l5, pll_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1162
PINGROUP(37, NORTH, qup_l6, agera_pll, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1163
PINGROUP(38, NORTH, usb_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1164
PINGROUP(39, NORTH, lpass_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1165
PINGROUP(40, NORTH, sd_write, tsif1_error, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1166
PINGROUP(41, SOUTH, qup3, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1167
PINGROUP(42, SOUTH, qup3, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1168
PINGROUP(43, SOUTH, qup3, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1169
PINGROUP(44, SOUTH, qup3, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1170
PINGROUP(45, SOUTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1171
PINGROUP(46, SOUTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1172
PINGROUP(47, SOUTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1173
PINGROUP(48, SOUTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1174
PINGROUP(49, NORTH, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1175
PINGROUP(50, NORTH, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1176
PINGROUP(51, NORTH, qup12, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1177
PINGROUP(52, NORTH, qup12, phase_flag, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1178
PINGROUP(53, NORTH, qup10, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1179
PINGROUP(54, NORTH, qup10, gp_pdm0, phase_flag, _, wlan1_adc1, atest_usb13, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1180
PINGROUP(55, NORTH, qup10, phase_flag, _, wlan1_adc0, atest_usb12, ddr_pxi1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1181
PINGROUP(56, NORTH, qup10, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1182
PINGROUP(57, NORTH, qua_mi2s, gcc_gp1, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1190
PINGROUP(65, NORTH, pri_mi2s, qup8, wsa_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1191
PINGROUP(66, NORTH, pri_mi2s_ws, qup8, wsa_data, gp_pdm1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1192
PINGROUP(67, NORTH, pri_mi2s, qup8, _, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1193
PINGROUP(68, NORTH, pri_mi2s, qup8, _, atest_usb23, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1200
PINGROUP(75, NORTH, ter_mi2s, phase_flag, qdss, atest_usb22, qup_l4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1201
PINGROUP(76, NORTH, ter_mi2s, phase_flag, qdss, atest_usb21, qup_l5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1202
PINGROUP(77, NORTH, ter_mi2s, phase_flag, qdss, atest_usb20, qup_l6, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1203
PINGROUP(78, NORTH, ter_mi2s, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1204
PINGROUP(79, NORTH, sec_mi2s, gp_pdm2, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1205
PINGROUP(80, NORTH, sec_mi2s, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1206
PINGROUP(81, NORTH, sec_mi2s, qup15, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1207
PINGROUP(82, NORTH, sec_mi2s, qup15, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1208
PINGROUP(83, NORTH, sec_mi2s, qup15, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1209
PINGROUP(84, NORTH, qup15, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1210
PINGROUP(85, SOUTH, qup5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1211
PINGROUP(86, SOUTH, qup5, copy_gp, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1212
PINGROUP(87, SOUTH, qup5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1213
PINGROUP(88, SOUTH, qup5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1214
PINGROUP(89, SOUTH, tsif1_clk, qup4, tgu_ch3, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1216
PINGROUP(91, SOUTH, tsif1_data, sdc4_cmd, qup4, tgu_ch1, _, qdss_cti, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1217
PINGROUP(92, SOUTH, tsif2_error, sdc4_data, qup4, vfr_1, tgu_ch2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1218
PINGROUP(93, SOUTH, tsif2_clk, sdc4_clk, qup7, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1219
PINGROUP(94, SOUTH, tsif2_en, sdc4_data, qup7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1220
PINGROUP(95, SOUTH, tsif2_data, sdc4_data, qup7, gp_pdm0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1221
PINGROUP(96, SOUTH, tsif2_sync, sdc4_data, qup7, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1222
PINGROUP(97, WEST, _, _, mdp_vsync, ldo_en, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1223
PINGROUP(98, WEST, _, mdp_vsync, ldo_update, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1224
PINGROUP(99, NORTH, phase_flag, prng_rosc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1225
PINGROUP(100, WEST, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1226
PINGROUP(101, WEST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1227
PINGROUP(102, WEST, pci_e1, prng_rosc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1228
PINGROUP(103, WEST, pci_e1, copy_phase, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1230
PINGROUP(105, NORTH, uim2_data, qup13, qup_l4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1231
PINGROUP(106, NORTH, uim2_clk, qup13, qup_l5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1232
PINGROUP(107, NORTH, uim2_reset, qup13, qup_l6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1233
PINGROUP(108, NORTH, uim2_present, qup13, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1234
PINGROUP(109, NORTH, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1235
PINGROUP(110, NORTH, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1236
PINGROUP(111, NORTH, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1237
PINGROUP(112, NORTH, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1238
PINGROUP(113, NORTH, uim_batt, edp_hot, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1239
PINGROUP(114, WEST, _, nav_pps, nav_pps, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1240
PINGROUP(115, WEST, _, nav_pps, nav_pps, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1241
PINGROUP(116, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1242
PINGROUP(117, NORTH, _, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1243
PINGROUP(118, NORTH, adsp_ext, _, qdss, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1244
PINGROUP(119, NORTH, _, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1245
PINGROUP(120, NORTH, _, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1246
PINGROUP(121, NORTH, _, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1247
PINGROUP(122, NORTH, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1248
PINGROUP(123, NORTH, qup_l4, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1249
PINGROUP(124, NORTH, qup_l5, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1250
PINGROUP(125, NORTH, qup_l6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1251
PINGROUP(126, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1252
PINGROUP(127, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1253
PINGROUP(128, WEST, nav_pps, nav_pps, gps_tx, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1254
PINGROUP(129, WEST, nav_pps, nav_pps, gps_tx, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1255
PINGROUP(130, WEST, qlink_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1256
PINGROUP(131, WEST, qlink_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1257
PINGROUP(132, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1258
PINGROUP(133, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1259
PINGROUP(134, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1260
PINGROUP(135, WEST, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1261
PINGROUP(136, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1262
PINGROUP(137, WEST, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1263
PINGROUP(138, WEST, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1264
PINGROUP(139, WEST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1265
PINGROUP(140, WEST, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1266
PINGROUP(141, WEST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1267
PINGROUP(142, WEST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1268
PINGROUP(143, WEST, _, nav_pps, nav_pps, gps_tx, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1269
PINGROUP(144, SOUTH, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1270
PINGROUP(145, SOUTH, mss_lte, gps_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1271
PINGROUP(146, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1272
PINGROUP(147, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1273
PINGROUP(148, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1274
PINGROUP(149, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1113
PINGROUP(0, EAST, qup0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1114
PINGROUP(1, EAST, qup0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1115
PINGROUP(2, EAST, qup0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1116
PINGROUP(3, EAST, qup0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1117
PINGROUP(4, NORTH, qup9, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1118
PINGROUP(5, NORTH, qup9, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1119
PINGROUP(6, NORTH, qup9, _, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1120
PINGROUP(7, NORTH, qup9, ddr_bist, _, atest_tsens2, vsense_trigger, atest_usb1, ddr_pxi0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1121
PINGROUP(8, EAST, qup_l4, _, ddr_bist, _, _, wlan1_adc1, atest_usb13, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1122
PINGROUP(9, EAST, qup_l5, ddr_bist, _, wlan1_adc0, atest_usb12, ddr_pxi1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1123
PINGROUP(10, EAST, mdp_vsync, qup_l6, ddr_bist, wlan2_adc1, atest_usb11, ddr_pxi2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1124
PINGROUP(11, EAST, mdp_vsync, edp_lcd, dbg_out, wlan2_adc0, atest_usb10, ddr_pxi2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1125
PINGROUP(12, SOUTH, mdp_vsync, m_voc, tsif1_sync, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1126
PINGROUP(13, SOUTH, cam_mclk, pll_bypassnl, qdss, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1127
PINGROUP(14, SOUTH, cam_mclk, pll_reset, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1128
PINGROUP(15, SOUTH, cam_mclk, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1129
PINGROUP(16, SOUTH, cam_mclk, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1130
PINGROUP(17, SOUTH, cci_i2c, qup1, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1131
PINGROUP(18, SOUTH, cci_i2c, qup1, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1132
PINGROUP(19, SOUTH, cci_i2c, qup1, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1133
PINGROUP(20, SOUTH, cci_i2c, qup1, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1134
PINGROUP(21, SOUTH, cci_timer0, gcc_gp2, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1135
PINGROUP(22, SOUTH, cci_timer1, gcc_gp3, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1136
PINGROUP(23, SOUTH, cci_timer2, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1137
PINGROUP(24, SOUTH, cci_timer3, cci_async, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1138
PINGROUP(25, SOUTH, cci_timer4, cci_async, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1139
PINGROUP(26, SOUTH, cci_async, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1140
PINGROUP(27, EAST, qup2, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1141
PINGROUP(28, EAST, qup2, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1142
PINGROUP(29, EAST, qup2, _, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1143
PINGROUP(30, EAST, qup2, phase_flag, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1144
PINGROUP(31, NORTH, qup11, qup14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1145
PINGROUP(32, NORTH, qup11, qup14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1146
PINGROUP(33, NORTH, qup11, qup14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1147
PINGROUP(34, NORTH, qup11, qup14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1148
PINGROUP(35, SOUTH, pci_e0, qup_l4, jitter_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1149
PINGROUP(36, SOUTH, pci_e0, qup_l5, pll_bist, _, atest_tsens, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1150
PINGROUP(37, SOUTH, qup_l6, agera_pll, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1151
PINGROUP(38, NORTH, usb_phy, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1152
PINGROUP(39, EAST, lpass_slimbus, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1153
PINGROUP(40, SOUTH, sd_write, tsif1_error, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1154
PINGROUP(41, EAST, qup3, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1155
PINGROUP(42, EAST, qup3, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1156
PINGROUP(43, EAST, qup3, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1157
PINGROUP(44, EAST, qup3, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1158
PINGROUP(45, EAST, qup6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1159
PINGROUP(46, EAST, qup6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1160
PINGROUP(47, EAST, qup6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1161
PINGROUP(48, EAST, qup6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1162
PINGROUP(49, NORTH, qup12, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1163
PINGROUP(50, NORTH, qup12, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1164
PINGROUP(51, NORTH, qup12, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1165
PINGROUP(52, NORTH, qup12, phase_flag, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1166
PINGROUP(53, NORTH, qup10, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1167
PINGROUP(54, NORTH, qup10, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1168
PINGROUP(55, NORTH, qup10, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1169
PINGROUP(56, NORTH, qup10, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1170
PINGROUP(57, NORTH, qua_mi2s, gcc_gp1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1171
PINGROUP(58, NORTH, qua_mi2s, gcc_gp2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1172
PINGROUP(59, NORTH, qua_mi2s, gcc_gp3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1173
PINGROUP(60, NORTH, qua_mi2s, cri_trng0, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1174
PINGROUP(61, NORTH, qua_mi2s, cri_trng1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1175
PINGROUP(62, NORTH, qua_mi2s, cri_trng, phase_flag, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1176
PINGROUP(63, NORTH, qua_mi2s, _, phase_flag, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1177
PINGROUP(64, NORTH, pri_mi2s, sp_cmu, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1178
PINGROUP(65, NORTH, pri_mi2s, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1179
PINGROUP(66, NORTH, pri_mi2s_ws, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1180
PINGROUP(67, NORTH, pri_mi2s, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1181
PINGROUP(68, NORTH, pri_mi2s, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1182
PINGROUP(69, EAST, spkr_i2s, audio_ref, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1183
PINGROUP(70, EAST, lpass_slimbus, spkr_i2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1184
PINGROUP(71, EAST, lpass_slimbus, spkr_i2s, tsense_pwm1, tsense_pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1185
PINGROUP(72, EAST, lpass_slimbus, spkr_i2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1186
PINGROUP(73, EAST, btfm_slimbus, atest_usb2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1187
PINGROUP(74, EAST, btfm_slimbus, ter_mi2s, phase_flag, atest_usb23, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1188
PINGROUP(75, EAST, ter_mi2s, phase_flag, qdss, atest_usb22, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1189
PINGROUP(76, EAST, ter_mi2s, phase_flag, qdss, atest_usb21, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1190
PINGROUP(77, EAST, ter_mi2s, phase_flag, qdss, atest_usb20, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1191
PINGROUP(78, EAST, ter_mi2s, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1192
PINGROUP(79, NORTH, sec_mi2s, _, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1193
PINGROUP(80, NORTH, sec_mi2s, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1194
PINGROUP(81, NORTH, sec_mi2s, qup15, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1195
PINGROUP(82, NORTH, sec_mi2s, qup15, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1196
PINGROUP(83, NORTH, sec_mi2s, qup15, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1197
PINGROUP(84, NORTH, qup15, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1198
PINGROUP(85, EAST, qup5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1199
PINGROUP(86, EAST, qup5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1200
PINGROUP(87, EAST, qup5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1201
PINGROUP(88, EAST, qup5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1202
PINGROUP(89, SOUTH, tsif1_clk, qup4, qspi_cs, tgu_ch3, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1205
PINGROUP(91, SOUTH, tsif1_data, sdc4_cmd, qup4, qspi_data, tgu_ch1, _, qdss_cti, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1206
PINGROUP(92, SOUTH, tsif2_error, sdc4_data, qup4, qspi_data, vfr_1, tgu_ch2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1207
PINGROUP(93, SOUTH, tsif2_clk, sdc4_clk, qup7, qspi_data, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1208
PINGROUP(94, SOUTH, tsif2_en, sdc4_data, qup7, qspi_data, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1209
PINGROUP(95, SOUTH, tsif2_data, sdc4_data, qup7, qspi_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1210
PINGROUP(96, SOUTH, tsif2_sync, sdc4_data, qup7, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1211
PINGROUP(97, NORTH, _, _, mdp_vsync, ldo_en, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1212
PINGROUP(98, NORTH, _, mdp_vsync, ldo_update, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1213
PINGROUP(99, NORTH, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1214
PINGROUP(100, NORTH, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1215
PINGROUP(101, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1216
PINGROUP(102, NORTH, pci_e1, prng_rosc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1217
PINGROUP(103, NORTH, pci_e1, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1218
PINGROUP(104, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1219
PINGROUP(105, NORTH, uim2_data, qup13, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1220
PINGROUP(106, NORTH, uim2_clk, qup13, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1221
PINGROUP(107, NORTH, uim2_reset, qup13, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1222
PINGROUP(108, NORTH, uim2_present, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1223
PINGROUP(109, NORTH, uim1_data, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1224
PINGROUP(110, NORTH, uim1_clk, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1225
PINGROUP(111, NORTH, uim1_reset, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1226
PINGROUP(112, NORTH, uim1_present, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1227
PINGROUP(113, NORTH, uim_batt, edp_hot, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1228
PINGROUP(114, NORTH, _, nav_pps, nav_pps, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1229
PINGROUP(115, NORTH, _, nav_pps, nav_pps, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1230
PINGROUP(116, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1231
PINGROUP(117, NORTH, _, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1232
PINGROUP(118, NORTH, adsp_ext, _, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1233
PINGROUP(119, NORTH, _, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1234
PINGROUP(120, NORTH, _, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1235
PINGROUP(121, NORTH, _, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1236
PINGROUP(122, EAST, _, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1237
PINGROUP(123, EAST, qup_l4, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1238
PINGROUP(124, EAST, qup_l5, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1239
PINGROUP(125, EAST, qup_l6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1240
PINGROUP(126, EAST, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1241
PINGROUP(127, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1242
PINGROUP(128, NORTH, nav_pps, nav_pps, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1243
PINGROUP(129, NORTH, nav_pps, nav_pps, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1244
PINGROUP(130, NORTH, qlink_request, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1245
PINGROUP(131, NORTH, qlink_enable, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1246
PINGROUP(132, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1247
PINGROUP(133, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1248
PINGROUP(134, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1249
PINGROUP(135, NORTH, _, pa_indicator, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1250
PINGROUP(136, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1251
PINGROUP(137, NORTH, _, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1252
PINGROUP(138, NORTH, _, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1253
PINGROUP(139, NORTH, _, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1254
PINGROUP(140, NORTH, _, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1255
PINGROUP(141, NORTH, _, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1256
PINGROUP(142, NORTH, _, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1257
PINGROUP(143, NORTH, _, nav_pps, nav_pps, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1258
PINGROUP(144, NORTH, mss_lte, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1259
PINGROUP(145, NORTH, mss_lte, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1260
PINGROUP(146, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1261
PINGROUP(147, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1262
PINGROUP(148, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1263
PINGROUP(149, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
851
[0] = PINGROUP(0, uim2_data, blsp_uart1, qdss_stm, ebi0_wrcdc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
852
[1] = PINGROUP(1, uim2_present, blsp_uart1, qdss_stm, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
853
[2] = PINGROUP(2, uim2_reset, blsp_uart1, blsp_i2c1, qdss_stm, ebi0_wrcdc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
854
[3] = PINGROUP(3, uim2_clk, blsp_uart1, blsp_i2c1, qdss_stm, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
855
[4] = PINGROUP(4, blsp_spi2, blsp_uart2, _, qdss_stm, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
856
[5] = PINGROUP(5, blsp_spi2, blsp_uart2, _, qdss_stm, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
857
[6] = PINGROUP(6, blsp_spi2, blsp_uart2, blsp_i2c2, char_exec, _, qdss_stm, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
858
[7] = PINGROUP(7, blsp_spi2, blsp_uart2, blsp_i2c2, char_exec, _, qdss_stm, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
859
[8] = PINGROUP(8, pri_mi2s, blsp_spi3, blsp_uart3, ext_dbg, ldo_en, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
860
[9] = PINGROUP(9, pri_mi2s, blsp_spi3, blsp_uart3, ext_dbg, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
861
[10] = PINGROUP(10, pri_mi2s, blsp_spi3, blsp_uart3, blsp_i2c3, ext_dbg, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
862
[11] = PINGROUP(11, pri_mi2s, blsp_spi3, blsp_uart3, blsp_i2c3, ext_dbg, gcc_gp3, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
863
[12] = PINGROUP(12, pri_mi2s, _, qdss_stm, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
864
[13] = PINGROUP(13, pri_mi2s, _, qdss_stm, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
865
[14] = PINGROUP(14, pri_mi2s, emac_gcc1, _, _, qdss_stm, qdss_gpio, bimc_dte0, native_tsens, vsense_trigger),
drivers/pinctrl/qcom/pinctrl-sdx55.c
866
[15] = PINGROUP(15, pri_mi2s, emac_gcc0, _, _, qdss_stm, qdss_gpio, bimc_dte1, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
867
[16] = PINGROUP(16, sec_mi2s, blsp_spi4, blsp_uart4, qdss_cti, qdss_cti, _, _, qdss_stm, qdss_gpio),
drivers/pinctrl/qcom/pinctrl-sdx55.c
868
[17] = PINGROUP(17, sec_mi2s, blsp_spi4, blsp_uart4, qdss_cti, qdss_cti, _, qdss_stm, qdss_gpio, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
869
[18] = PINGROUP(18, sec_mi2s, blsp_spi4, blsp_uart4, blsp_i2c4, gcc_gp1, qdss_stm, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
870
[19] = PINGROUP(19, sec_mi2s, blsp_spi4, blsp_uart4, blsp_i2c4, jitter_bist, gcc_gp2, _, qdss_stm, qdss_gpio),
drivers/pinctrl/qcom/pinctrl-sdx55.c
871
[20] = PINGROUP(20, sec_mi2s, ebi2_a, blsp_uart1, blsp_uart4, qdss_stm, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
872
[21] = PINGROUP(21, sec_mi2s, ebi2_lcd, blsp_uart1, blsp_uart4, _, qdss_stm, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
873
[22] = PINGROUP(22, sec_mi2s, ebi2_lcd, blsp_uart1, qdss_cti, qdss_cti, blsp_uart4, pll_bist, _, qdss_stm),
drivers/pinctrl/qcom/pinctrl-sdx55.c
874
[23] = PINGROUP(23, sec_mi2s, ebi2_lcd, qdss_cti, qdss_cti, blsp_uart1, blsp_uart4, qdss_stm, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
875
[24] = PINGROUP(24, adsp_ext, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
876
[25] = PINGROUP(25, adsp_ext, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
877
[26] = PINGROUP(26, _, _, _, native_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
878
[27] = PINGROUP(27, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
879
[28] = PINGROUP(28, qlink0_wmss, _, native_char3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
880
[29] = PINGROUP(29, _, _, _, native_char2, native_tsense, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
881
[30] = PINGROUP(30, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
882
[31] = PINGROUP(31, nav_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
883
[32] = PINGROUP(32, nav_gpio, pll_ref, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
884
[33] = PINGROUP(33, _, pa_indicator, native_char0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
885
[34] = PINGROUP(34, qlink0_en, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
886
[35] = PINGROUP(35, qlink0_req, pll_test, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
887
[36] = PINGROUP(36, _, _, cri_trng, dbg_out, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
888
[37] = PINGROUP(37, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
889
[38] = PINGROUP(38, _, _, prng_rosc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
890
[39] = PINGROUP(39, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
891
[40] = PINGROUP(40, _, _, cri_trng0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
892
[41] = PINGROUP(41, _, _, cri_trng1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
893
[42] = PINGROUP(42, _, qdss_gpio, native_char1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
894
[43] = PINGROUP(43, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
895
[44] = PINGROUP(44, coex_uart, spmi_coex, _, qdss_stm, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
896
[45] = PINGROUP(45, coex_uart, spmi_coex, qdss_stm, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
897
[46] = PINGROUP(46, m_voc, ddr_bist, ddr_pxi0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
898
[47] = PINGROUP(47, ddr_bist, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
899
[48] = PINGROUP(48, m_voc, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
900
[49] = PINGROUP(49, m_voc, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
901
[50] = PINGROUP(50, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
902
[51] = PINGROUP(51, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
903
[52] = PINGROUP(52, blsp_spi2, blsp_spi1, blsp_spi3, blsp_spi4, _, _, qdss_stm, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
904
[53] = PINGROUP(53, pci_e, _, _, qdss_stm, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
905
[54] = PINGROUP(54, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
906
[55] = PINGROUP(55, qdss_cti, qdss_cti, tgu_ch0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
907
[56] = PINGROUP(56, pcie_clkreq, _, qdss_stm, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
908
[57] = PINGROUP(57, _, qdss_stm, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
909
[58] = PINGROUP(58, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
910
[59] = PINGROUP(59, qdss_cti, m_voc, bimc_dte0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
911
[60] = PINGROUP(60, qdss_cti, _, m_voc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
912
[61] = PINGROUP(61, mgpi_clk, qdss_stm, qdss_gpio, bimc_dte1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
913
[62] = PINGROUP(62, i2s_mclk, audio_ref, blsp_spi1, blsp_spi2, blsp_spi3, blsp_spi4, ldo_update, qdss_stm, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
914
[63] = PINGROUP(63, blsp_uart2, _, qdss_stm, qdss_gpio, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
915
[64] = PINGROUP(64, blsp_uart2, qdss_stm, qdss_gpio, atest, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
916
[65] = PINGROUP(65, blsp_uart2, blsp_i2c2, _, qdss_stm, qdss_gpio, atest, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
917
[66] = PINGROUP(66, blsp_uart2, blsp_i2c2, qdss_stm, qdss_gpio, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
918
[67] = PINGROUP(67, uim1_data, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
919
[68] = PINGROUP(68, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
920
[69] = PINGROUP(69, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
921
[70] = PINGROUP(70, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
922
[71] = PINGROUP(71, mgpi_clk, blsp_spi1, blsp_spi2, blsp_spi3, blsp_spi4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
923
[72] = PINGROUP(72, qlink1_en, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
924
[73] = PINGROUP(73, qlink1_req, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
925
[74] = PINGROUP(74, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
926
[75] = PINGROUP(75, coex_uart2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
927
[76] = PINGROUP(76, coex_uart2, nav_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
928
[77] = PINGROUP(77, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
929
[78] = PINGROUP(78, spmi_vgi, blsp_i2c4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
930
[79] = PINGROUP(79, spmi_vgi, blsp_i2c4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
931
[80] = PINGROUP(80, _, blsp_spi1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
932
[81] = PINGROUP(81, _, blsp_spi1, _, gcc_plltest, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
933
[82] = PINGROUP(82, _, blsp_spi1, _, blsp_i2c1, gcc_plltest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
934
[83] = PINGROUP(83, _, blsp_spi1, _, blsp_i2c1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
935
[84] = PINGROUP(84, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
936
[85] = PINGROUP(85, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
937
[86] = PINGROUP(86, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
938
[87] = PINGROUP(87, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
939
[88] = PINGROUP(88, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
940
[89] = PINGROUP(89, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
941
[90] = PINGROUP(90, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
942
[91] = PINGROUP(91, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
943
[92] = PINGROUP(92, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
944
[93] = PINGROUP(93, _, _, usb2phy_ac, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
945
[94] = PINGROUP(94, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
946
[95] = PINGROUP(95, qdss_cti, qdss_cti, emac_pps1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
947
[96] = PINGROUP(96, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
948
[97] = PINGROUP(97, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
949
[98] = PINGROUP(98, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
950
[99] = PINGROUP(99, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
951
[100] = PINGROUP(100, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
952
[101] = PINGROUP(101, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
953
[102] = PINGROUP(102, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
954
[103] = PINGROUP(103, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
955
[104] = PINGROUP(104, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
956
[105] = PINGROUP(105, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
957
[106] = PINGROUP(106, emac_pps0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
958
[107] = PINGROUP(107, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
784
[0] = PINGROUP(0, uim2_data, blsp_uart1, ebi0_wrcdc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
785
[1] = PINGROUP(1, uim2_present, blsp_uart1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
786
[2] = PINGROUP(2, uim2_reset, blsp_uart1, blsp_i2c1, ebi0_wrcdc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
787
[3] = PINGROUP(3, uim2_clk, blsp_uart1, blsp_i2c1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
788
[4] = PINGROUP(4, blsp_spi2, blsp_uart2, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
789
[5] = PINGROUP(5, blsp_spi2, blsp_uart2, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
790
[6] = PINGROUP(6, blsp_spi2, blsp_uart2, blsp_i2c2, char_exec, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
791
[7] = PINGROUP(7, blsp_spi2, blsp_uart2, blsp_i2c2, char_exec, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
792
[8] = PINGROUP(8, blsp_spi3, blsp_uart3, ext_dbg, ldo_en, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
793
[9] = PINGROUP(9, blsp_spi3, blsp_uart3, ext_dbg, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
794
[10] = PINGROUP(10, blsp_spi3, blsp_uart3, blsp_i2c3, ext_dbg, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
795
[11] = PINGROUP(11, blsp_spi3, blsp_uart3, blsp_i2c3, ext_dbg, gcc_gp3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
796
[12] = PINGROUP(12, pri_mi2s_ws, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
797
[13] = PINGROUP(13, pri_mi2s, _, qdss_gpio, vsense_trigger, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
798
[14] = PINGROUP(14, pri_mi2s, _, _, qdss_gpio, native_tsens, bimc_dte0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
799
[15] = PINGROUP(15, pri_mi2s, _, _, qdss_gpio, bimc_dte1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
800
[16] = PINGROUP(16, sec_mi2s, blsp_spi4, blsp_uart4, qdss_cti, qdss_cti, _, _, qdss_gpio, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
801
[17] = PINGROUP(17, sec_mi2s, blsp_spi4, blsp_uart4, qdss_cti, qdss_cti, _, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
802
[18] = PINGROUP(18, sec_mi2s, blsp_spi4, blsp_uart4, blsp_i2c4, gcc_gp1, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
803
[19] = PINGROUP(19, sec_mi2s, blsp_spi4, blsp_uart4, blsp_i2c4, jitter_bist, gcc_gp2, _, qdss_gpio, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
804
[20] = PINGROUP(20, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
805
[21] = PINGROUP(21, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
806
[22] = PINGROUP(22, blsp_uart4, pll_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
807
[23] = PINGROUP(23, blsp_uart4, blsp_spi2, blsp_spi1, blsp_spi3, blsp_spi4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
808
[24] = PINGROUP(24, adsp_ext, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
809
[25] = PINGROUP(25, adsp_ext, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
810
[26] = PINGROUP(26, _, _, _, native_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
811
[27] = PINGROUP(27, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
812
[28] = PINGROUP(28, qlink0_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
813
[29] = PINGROUP(29, _, _, _, native_tsense, native_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
814
[30] = PINGROUP(30, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
815
[31] = PINGROUP(31, nav_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
816
[32] = PINGROUP(32, nav_gpio, pll_ref, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
817
[33] = PINGROUP(33, _, pa_indicator, qdss_gpio, native_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
818
[34] = PINGROUP(34, qlink0_en, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
819
[35] = PINGROUP(35, qlink0_req, dbg_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
820
[36] = PINGROUP(36, _, _, cri_trng, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
821
[37] = PINGROUP(37, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
822
[38] = PINGROUP(38, _, _, prng_rosc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
823
[39] = PINGROUP(39, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
824
[40] = PINGROUP(40, _, _, cri_trng0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
825
[41] = PINGROUP(41, _, _, cri_trng1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
826
[42] = PINGROUP(42, _, qdss_gpio, native_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
827
[43] = PINGROUP(43, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
828
[44] = PINGROUP(44, coex_uart, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
829
[45] = PINGROUP(45, coex_uart, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
830
[46] = PINGROUP(46, m_voc, ddr_bist, ddr_pxi0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
831
[47] = PINGROUP(47, ddr_bist, blsp_spi1, blsp_spi2, blsp_spi3, blsp_spi4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
832
[48] = PINGROUP(48, m_voc, blsp_uart1, blsp_uart4, ddr_bist, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
833
[49] = PINGROUP(49, m_voc, blsp_uart1, blsp_uart4, ddr_bist, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
834
[50] = PINGROUP(50, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
835
[51] = PINGROUP(51, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
836
[52] = PINGROUP(52, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
837
[53] = PINGROUP(53, pci_e, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
838
[54] = PINGROUP(54, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
839
[55] = PINGROUP(55, qdss_cti, qdss_cti, tgu_ch0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
840
[56] = PINGROUP(56, pcie_clkreq, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
841
[57] = PINGROUP(57, _, native_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
842
[58] = PINGROUP(58, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
843
[59] = PINGROUP(59, qdss_cti, m_voc, bimc_dte0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
844
[60] = PINGROUP(60, qdss_cti, _, m_voc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
845
[61] = PINGROUP(61, mgpi_clk, qlink2_wmss, bimc_dte1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
846
[62] = PINGROUP(62, i2s_mclk, audio_ref, blsp_spi1, blsp_spi2, blsp_spi3, blsp_spi4, ldo_update, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
847
[63] = PINGROUP(63, blsp_uart2, _, qdss_gpio, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
848
[64] = PINGROUP(64, blsp_uart2, qdss_gpio, atest_char3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
849
[65] = PINGROUP(65, blsp_uart2, blsp_i2c2, qdss_cti, qdss_cti, _, qdss_gpio, atest_char2, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
850
[66] = PINGROUP(66, blsp_uart2, blsp_i2c2, qdss_cti, qdss_cti, qdss_gpio, atest_char1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
851
[67] = PINGROUP(67, uim1_data, atest_char0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
852
[68] = PINGROUP(68, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
853
[69] = PINGROUP(69, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
854
[70] = PINGROUP(70, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
855
[71] = PINGROUP(71, mgpi_clk, qlink2_en, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
856
[72] = PINGROUP(72, qlink1_en, _, native_tsense, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
857
[73] = PINGROUP(73, qlink1_req, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
858
[74] = PINGROUP(74, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
859
[75] = PINGROUP(75, coex_uart2, spmi_coex, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
860
[76] = PINGROUP(76, coex_uart2, spmi_coex, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
861
[77] = PINGROUP(77, _, qlink2_req, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
862
[78] = PINGROUP(78, spmi_vgi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
863
[79] = PINGROUP(79, spmi_vgi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
864
[80] = PINGROUP(80, _, blsp_spi1, _, blsp_uart1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
865
[81] = PINGROUP(81, _, blsp_spi1, _, blsp_uart1, gcc_plltest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
866
[82] = PINGROUP(82, _, blsp_spi1, _, blsp_i2c1, gcc_plltest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
867
[83] = PINGROUP(83, _, blsp_spi1, _, blsp_i2c1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
868
[84] = PINGROUP(84, _, ebi2_lcd, _, blsp_i2c4, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
869
[85] = PINGROUP(85, _, ebi2_lcd, _, blsp_i2c4, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
870
[86] = PINGROUP(86, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
871
[87] = PINGROUP(87, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
872
[88] = PINGROUP(88, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
873
[89] = PINGROUP(89, _, _, _, _, ebi2_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
874
[90] = PINGROUP(90, _, _, _, _, ebi2_lcd, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
875
[91] = PINGROUP(91, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
876
[92] = PINGROUP(92, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
877
[93] = PINGROUP(93, _, _, usb2phy_ac, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
878
[94] = PINGROUP(94, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
879
[95] = PINGROUP(95, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
880
[96] = PINGROUP(96, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
881
[97] = PINGROUP(97, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
882
[98] = PINGROUP(98, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
883
[99] = PINGROUP(99, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
884
[100] = PINGROUP(100, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
885
[101] = PINGROUP(101, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
886
[102] = PINGROUP(102, _, _, coex_uart2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
887
[103] = PINGROUP(103, _, _, coex_uart2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
888
[104] = PINGROUP(104, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
889
[105] = PINGROUP(105, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
890
[106] = PINGROUP(106, sdc1_tb, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
891
[107] = PINGROUP(107, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1000
[70] = PINGROUP(70, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1001
[71] = PINGROUP(71, m_voc, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1002
[72] = PINGROUP(72, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1003
[73] = PINGROUP(73, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1004
[74] = PINGROUP(74, i2s_mclk, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1005
[75] = PINGROUP(75, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1006
[76] = PINGROUP(76, native_tsense, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1007
[77] = PINGROUP(77, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1008
[78] = PINGROUP(78, qdss_cti, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1009
[79] = PINGROUP(79, qdss_cti, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1010
[80] = PINGROUP(80, usb2phy_ac_en, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1011
[81] = PINGROUP(81, gcc_plltest, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1012
[82] = PINGROUP(82, rgmii_txc, gcc_plltest, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1013
[83] = PINGROUP(83, rgmii_txd, emac0_ptp, emac0_ptp, emac0_mcg, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1014
[84] = PINGROUP(84, rgmii_txd, emac0_ptp, emac0_mcg, qdss_gpio, _, sdc1_tb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1015
[85] = PINGROUP(85, rgmii_txd, emac0_ptp, emac0_mcg, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1016
[86] = PINGROUP(86, rgmii_txd, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1017
[87] = PINGROUP(87, rgmii_tx_ctl, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1018
[88] = PINGROUP(88, rgmii_rxc, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1019
[89] = PINGROUP(89, rgmii_rxd, emac0_ptp, emac0_ptp, emac0_mcg, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1020
[90] = PINGROUP(90, rgmii_rxd, coex_uart2, emac1_mcg, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1021
[91] = PINGROUP(91, rgmii_rxd, coex_uart2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1022
[92] = PINGROUP(92, rgmii_rxd, emac1_mcg, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1023
[93] = PINGROUP(93, rgmii_rx_ctl, emac1_mcg, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1024
[94] = PINGROUP(94, eth0_mdc, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1025
[95] = PINGROUP(95, eth0_mdio, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1026
[96] = PINGROUP(96, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1027
[97] = PINGROUP(97, sgmii_phy_intr0_n, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1028
[98] = PINGROUP(98, tri_mi2s, ebi2_lcd_te, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1029
[99] = PINGROUP(99, tri_mi2s, ebi2_lcd, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1030
[100] = PINGROUP(100, tri_mi2s, ebi2_a, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1031
[101] = PINGROUP(101, tri_mi2s, ebi2_lcd, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1032
[102] = PINGROUP(102, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1033
[103] = PINGROUP(103, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1034
[104] = PINGROUP(104, nav_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1035
[105] = PINGROUP(105, sd_card, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1036
[106] = PINGROUP(106, eth1_mdc, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1037
[107] = PINGROUP(107, eth1_mdio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1038
[108] = PINGROUP(108, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1039
[109] = PINGROUP(109, sgmii_phy_intr1_n, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1040
[110] = PINGROUP(110, qup_se5, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1041
[111] = PINGROUP(111, qup_se5, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1042
[112] = PINGROUP(112, qup_se6, emac1_ptp, emac1_ptp, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1043
[113] = PINGROUP(113, qup_se6, emac1_ptp, emac1_ptp, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1044
[114] = PINGROUP(114, qup_se6, emac1_ptp, emac1_ptp, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1045
[115] = PINGROUP(115, qup_se6, emac1_ptp, emac1_ptp, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1046
[116] = PINGROUP(116, qup_se7, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1047
[117] = PINGROUP(117, qup_se7, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1048
[118] = PINGROUP(118, qup_se7, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1049
[119] = PINGROUP(119, qup_se7, emac0_ptp, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1050
[120] = PINGROUP(120, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1051
[121] = PINGROUP(121, pcie2_clkreq_n, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1052
[122] = PINGROUP(122, emac1_mcg, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1053
[123] = PINGROUP(123, emac0_ptp, emac0_ptp, emac0_ptp, emac0_ptp, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1054
[124] = PINGROUP(124, pcie1_clkreq_n, qup_se8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1055
[125] = PINGROUP(125, qup_se8, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1056
[126] = PINGROUP(126, audio_ref_clk, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1057
[127] = PINGROUP(127, emac_pps_in, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1058
[128] = PINGROUP(128, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1059
[129] = PINGROUP(129, sdc2_tb_trig, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1060
[130] = PINGROUP(130, sdc1_tb, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1061
[131] = PINGROUP(131, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1062
[132] = PINGROUP(132, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
930
[0] = PINGROUP(0, uim2_data, ebi0_wrcdc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
931
[1] = PINGROUP(1, uim2_present, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
932
[2] = PINGROUP(2, uim2_reset, ebi0_wrcdc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
933
[3] = PINGROUP(3, uim2_clk, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
934
[4] = PINGROUP(4, uim1_data, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
935
[5] = PINGROUP(5, uim1_present, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
936
[6] = PINGROUP(6, uim1_reset, char_exec, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
937
[7] = PINGROUP(7, uim1_clk, char_exec, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
938
[8] = PINGROUP(8, qup_se0, ldo_en, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
939
[9] = PINGROUP(9, qup_se0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
940
[10] = PINGROUP(10, qup_se0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
941
[11] = PINGROUP(11, qup_se0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
942
[12] = PINGROUP(12, qup_se1_l2_mira, ext_dbg, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
943
[13] = PINGROUP(13, qup_se1_l3_mira, ext_dbg, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
944
[14] = PINGROUP(14, qup_se2, ext_dbg, bimc_dte, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
945
[15] = PINGROUP(15, qup_se2, ext_dbg, bimc_dte, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
946
[16] = PINGROUP(16, pri_mi2s, qup_se2, qup_se1_l2_mirb, qdss_cti, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
947
[17] = PINGROUP(17, pri_mi2s, qup_se2, qup_se1_l3_mirb, qdss_cti, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
948
[18] = PINGROUP(18, pri_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
949
[19] = PINGROUP(19, pri_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
950
[20] = PINGROUP(20, sec_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
951
[21] = PINGROUP(21, sec_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
952
[22] = PINGROUP(22, sec_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
953
[23] = PINGROUP(23, sec_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
954
[24] = PINGROUP(24, _, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
955
[25] = PINGROUP(25, gcc_125_clk, _, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
956
[26] = PINGROUP(26, _, _, qlink1_l_en, dbg_out_clk, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
957
[27] = PINGROUP(27, _, _, qlink1_l_req, prng_rosc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
958
[28] = PINGROUP(28, _, qlink1_wmss, tmess_prng0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
959
[29] = PINGROUP(29, _, _, _, native_char, tmess_prng1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
960
[30] = PINGROUP(30, _, _, _, tmess_prng2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
961
[31] = PINGROUP(31, _, _, cri_trng0, _, tmess_prng3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
962
[32] = PINGROUP(32, _, _, cri_trng1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
963
[33] = PINGROUP(33, _, _, native_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
964
[34] = PINGROUP(34, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
965
[35] = PINGROUP(35, nav_gpio, emac0_ptp, emac0_ptp, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
966
[36] = PINGROUP(36, nav_gpio, nav_dr_sync, nav_gpio, cri_trng, prng_rosc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
967
[37] = PINGROUP(37, qlink0_l_en, _, pll_ref_clk, prng_rosc, vsense_trigger_mirnat, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
968
[38] = PINGROUP(38, qlink0_l_req, _, pll_bist_sync, prng_rosc, _, emac_cdc, _, native_tsens, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
969
[39] = PINGROUP(39, qlink0_wmss, _, mgpi_clk, gcc_gp1_clk, _, emac_cdc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
970
[40] = PINGROUP(40, qlink0_b_en, _, mgpi_clk, pll_clk_aux, gcc_gp2_clk, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
971
[41] = PINGROUP(41, qlink0_b_req, _, jitter_bist, gcc_gp3_clk, _, _, atest_char, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
972
[42] = PINGROUP(42, pci_e, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
973
[43] = PINGROUP(43, pcie0_clkreq_n, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
974
[44] = PINGROUP(44, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
975
[45] = PINGROUP(45, ddr_pxi0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
976
[46] = PINGROUP(46, coex_uart, ddr_bist, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
977
[47] = PINGROUP(47, coex_uart, ddr_bist, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
978
[48] = PINGROUP(48, coex_uart2, spmi_coex, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
979
[49] = PINGROUP(49, coex_uart2, spmi_coex, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
980
[50] = PINGROUP(50, spmi_vgi, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
981
[51] = PINGROUP(51, spmi_vgi, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
982
[52] = PINGROUP(52, qup_se3, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
983
[53] = PINGROUP(53, qup_se3, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
984
[54] = PINGROUP(54, qup_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
985
[55] = PINGROUP(55, qup_se3, tgu_ch0_trigout, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
986
[56] = PINGROUP(56, qdss_cti, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
987
[57] = PINGROUP(57, qdss_cti, qdss_cti, _, native_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
988
[58] = PINGROUP(58, _, pa_indicator, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
989
[59] = PINGROUP(59, adsp_ext, qdss_cti, _, bimc_dte, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
990
[60] = PINGROUP(60, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
991
[61] = PINGROUP(61, _, bimc_dte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
992
[62] = PINGROUP(62, m_voc, ldo_update, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
993
[63] = PINGROUP(63, m_voc, _, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
994
[64] = PINGROUP(64, qup_se4, m_voc, _, native_tsense, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
995
[65] = PINGROUP(65, qup_se4, m_voc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
996
[66] = PINGROUP(66, _, native_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
997
[67] = PINGROUP(67, _, native_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
998
[68] = PINGROUP(68, adsp_ext, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
999
[69] = PINGROUP(69, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1009
[0] = PINGROUP(0, qup0_se0, m_voc, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1010
[1] = PINGROUP(1, qup0_se0, mpm_pwr, ddr_bist, _, phase_flag, atest_tsens, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1011
[2] = PINGROUP(2, qup0_se0, ddr_bist, _, phase_flag, atest_tsens, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1012
[3] = PINGROUP(3, qup0_se0, ddr_bist, _, phase_flag, dac_calib, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1013
[4] = PINGROUP(4, qup0_se1_23, qup0_se1_01, ddr_bist, _, phase_flag, dac_calib, _, _, _,
drivers/pinctrl/qcom/pinctrl-shikra.c
1014
_, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1015
[5] = PINGROUP(5, qup0_se1_23, qup0_se1_01, _, phase_flag, dac_calib, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1016
[6] = PINGROUP(6, qup0_se2, cri_trng, _, phase_flag, dac_calib, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1017
[7] = PINGROUP(7, qup0_se2, cri_trng, _, phase_flag, dac_calib, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1018
[8] = PINGROUP(8, qup0_se2, _, phase_flag, dac_calib, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1019
[9] = PINGROUP(9, qup0_se2, _, phase_flag, dac_calib, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1020
[10] = PINGROUP(10, qup0_se3_01, qup0_se3_23, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1021
[11] = PINGROUP(11, qup0_se3_01, qup0_se3_23, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1022
[12] = PINGROUP(12, qup0_se4_01, qup0_se4_23, char_exec, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1023
[13] = PINGROUP(13, qup0_se4_01, qup0_se4_23, char_exec, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1024
[14] = PINGROUP(14, qup0_se5, pll, tgu_ch_trigout, dac_calib, wlan, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1025
[15] = PINGROUP(15, qup0_se5, tgu_ch_trigout, _, dac_calib, wlan, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1026
[16] = PINGROUP(16, qup0_se5, tgu_ch_trigout, _, phase_flag, dac_calib, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1027
[17] = PINGROUP(17, qup0_se5, tgu_ch_trigout, _, phase_flag, dac_calib, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1028
[18] = PINGROUP(18, qup0_se6, dac_calib, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1029
[19] = PINGROUP(19, qup0_se6, dac_calib, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1030
[20] = PINGROUP(20, qup0_se7_01, qup0_se7_23, cri_trng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1031
[21] = PINGROUP(21, qup0_se7_01, qup0_se7_23, tsense_pwm, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1032
[22] = PINGROUP(22, qup0_se8, pll, agera_pll, pbs_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1033
[23] = PINGROUP(23, qup0_se8, agera_pll, pbs_out, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1034
[24] = PINGROUP(24, qup0_se8, pbs_out, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1035
[25] = PINGROUP(25, qup0_se8, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1036
[26] = PINGROUP(26, qup0_se9_23, qup0_se9_01, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1037
[27] = PINGROUP(27, qup0_se9_23, qup0_se9_01, prng_rosc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1038
[28] = PINGROUP(28, qup0_se1, qup0_se6, emac_mcg, prng_rosc, _, phase_flag, qdss_cti,
drivers/pinctrl/qcom/pinctrl-shikra.c
1039
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1040
[29] = PINGROUP(29, qup0_se1, qup0_se6, emac_mcg, _, phase_flag, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1041
[30] = PINGROUP(30, qup0_se2, qup0_se6, _, phase_flag, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1042
[31] = PINGROUP(31, qup0_se2, qup0_se6, emac1_ptp_aux, emac1_ptp_pps, _, phase_flag,
drivers/pinctrl/qcom/pinctrl-shikra.c
1043
qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1044
[32] = PINGROUP(32, pwm, sdc_tb_trig, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1045
[33] = PINGROUP(33, emac1_ptp_aux, emac1_ptp_pps, sdc_tb_trig, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1046
[34] = PINGROUP(34, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1047
[35] = PINGROUP(35, cam_mclk, unused_adsp, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1048
[36] = PINGROUP(36, cci_i2c0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1049
[37] = PINGROUP(37, cci_i2c0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1050
[38] = PINGROUP(38, cci_timer, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1051
[39] = PINGROUP(39, cci_async, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1052
[40] = PINGROUP(40, cci_timer, emac_mcg, pwm, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1053
[41] = PINGROUP(41, cci_i2c1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1054
[42] = PINGROUP(42, cci_i2c1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1055
[43] = PINGROUP(43, cci_timer, emac_mcg, pll, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1056
[44] = PINGROUP(44, emac_mcg, pll, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1057
[45] = PINGROUP(45, tsc_async, emac_mcg, pwm, gcc_gp, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1058
[46] = PINGROUP(46, tsc_async, emac_mcg, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1059
[47] = PINGROUP(47, cci_timer, emac_mcg, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1060
[48] = PINGROUP(48, _, qup0_se9, _, _, pbs_in, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1061
[49] = PINGROUP(49, _, qup0_se9, _, _, pbs_in, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1062
[50] = PINGROUP(50, _, qup0_se9, _, _, pbs_in, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1063
[51] = PINGROUP(51, _, qup0_se9, pbs_in, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1064
[52] = PINGROUP(52, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1065
[53] = PINGROUP(53, _, nav_gpio, gcc_gp, pwm, _, pbs_in, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1066
[54] = PINGROUP(54, _, pwm, _, pbs_in, phase_flag, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1067
[55] = PINGROUP(55, _, pwm, _, pbs_in, phase_flag, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1068
[56] = PINGROUP(56, _, pwm, _, pbs_in, phase_flag, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1069
[57] = PINGROUP(57, _, pwm, _, pbs_in, phase_flag, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1070
[58] = PINGROUP(58, _, nav_gpio, pwm, _, pbs_in, atest_bbrx, atest_usb,
drivers/pinctrl/qcom/pinctrl-shikra.c
1071
vsense_trigger_mirnat, emac_dll, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1072
[59] = PINGROUP(59, _, vfr, _, pbs_in, atest_bbrx, atest_usb, emac_dll, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1073
[60] = PINGROUP(60, _, emac1_ptp_aux, emac1_ptp_pps, emac0_ptp_aux, emac0_ptp_pps, _,
drivers/pinctrl/qcom/pinctrl-shikra.c
1074
pbs_in, atest_gpsadc, atest_usb, emac_dll, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1075
[61] = PINGROUP(61, _, pwm, gcc_gp, pa_indicator_or, dbg_out_clk, pbs_in, atest_usb,
drivers/pinctrl/qcom/pinctrl-shikra.c
1076
emac_dll, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1077
[62] = PINGROUP(62, _, pwm, _, pbs_in, phase_flag, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1078
[63] = PINGROUP(63, _, nav_gpio, emac0_ptp_aux, emac0_ptp_pps, _, pbs_in, phase_flag,
drivers/pinctrl/qcom/pinctrl-shikra.c
1079
dac_calib, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1080
[64] = PINGROUP(64, _, unused_gsm1, dac_calib, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1081
[65] = PINGROUP(65, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1082
[66] = PINGROUP(66, _, dac_calib, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1083
[67] = PINGROUP(67, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1084
[68] = PINGROUP(68, _, ssbi_wtr, emac1_ptp_aux, emac1_ptp_pps, pwm, dac_calib, _, _, _,
drivers/pinctrl/qcom/pinctrl-shikra.c
1085
_, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1086
[69] = PINGROUP(69, _, ssbi_wtr, emac0_ptp_aux, emac0_ptp_pps, _, phase_flag, dac_calib,
drivers/pinctrl/qcom/pinctrl-shikra.c
1087
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1088
[70] = PINGROUP(70, _, ssbi_wtr, _, phase_flag, dac_calib, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1089
[71] = PINGROUP(71, _, ssbi_wtr, nav_gpio, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1090
[72] = PINGROUP(72, _, _, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1091
[73] = PINGROUP(73, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1092
[74] = PINGROUP(74, pll, _, pbs_in, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1093
[75] = PINGROUP(75, gsm0_tx, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1094
[76] = PINGROUP(76, pll, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1095
[77] = PINGROUP(77, uim2, pwm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1096
[78] = PINGROUP(78, uim2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1097
[79] = PINGROUP(79, uim2, pwm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1098
[80] = PINGROUP(80, uim2, pwm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1099
[81] = PINGROUP(81, uim1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1100
[82] = PINGROUP(82, uim1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1101
[83] = PINGROUP(83, uim1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1102
[84] = PINGROUP(84, uim1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1103
[85] = PINGROUP(85, emac0_ptp_aux, emac0_ptp_pps, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1104
[86] = PINGROUP(86, mdp_vsync_p, mdp_vsync_out0, mdp_vsync_out1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1105
[87] = PINGROUP(87, _, pwm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1106
[88] = PINGROUP(88, gcc_gp, _, dac_calib, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1107
[89] = PINGROUP(89, gcc_gp, _, dac_calib, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1108
[90] = PINGROUP(90, usb0_phy_ps, _, dac_calib, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1109
[91] = PINGROUP(91, nav_gpio, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1110
[92] = PINGROUP(92, nav_gpio, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1111
[93] = PINGROUP(93, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1112
[94] = PINGROUP(94, mdp_vsync_e, qdss_cti, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1113
[95] = PINGROUP(95, nav_gpio, mdp_vsync_s, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1114
[96] = PINGROUP(96, dmic, cam_mclk, i2s1, jitter_bist, atest_gpsadc, atest_usb, _, _, _,
drivers/pinctrl/qcom/pinctrl-shikra.c
1115
_, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1116
[97] = PINGROUP(97, dmic, i2s1, dac_calib, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1117
[98] = PINGROUP(98, dmic, cam_mclk, i2s1, _, sdc_cdc, atest_usb, ddr_pxi, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1118
[99] = PINGROUP(99, dmic, i2s1, jitter_bist, sdc_cdc, atest_usb, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1119
[100] = PINGROUP(100, i2s2, nav_gpio, _, sdc_cdc, atest_usb, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1120
[101] = PINGROUP(101, i2s2, nav_gpio, _, sdc_cdc, atest_usb, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1121
[102] = PINGROUP(102, i2s2, pwm, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1122
[103] = PINGROUP(103, ext_mclk, i2s2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1123
[104] = PINGROUP(104, ext_mclk, nav_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1124
[105] = PINGROUP(105, swr0_tx, i2s0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1125
[106] = PINGROUP(106, swr0_tx, i2s0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1126
[107] = PINGROUP(107, swr0_rx, i2s0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1127
[108] = PINGROUP(108, swr0_rx, i2s0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1128
[109] = PINGROUP(109, swr0_rx, i2s0, sd_write_protect, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1129
[110] = PINGROUP(110, ext_mclk, i2s0, _, gcc_gp, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1130
[111] = PINGROUP(111, i2s3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1131
[112] = PINGROUP(112, i2s3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1132
[113] = PINGROUP(113, i2s3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1133
[114] = PINGROUP(114, ext_mclk, i2s3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1134
[115] = PINGROUP(115, mss_lte, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1135
[116] = PINGROUP(116, mss_lte, _, dac_calib, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1136
[117] = PINGROUP(117, pcie0_clk_req_n, _, dac_calib, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1137
[118] = PINGROUP(118, _, dac_calib, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1138
[119] = PINGROUP(119, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1139
[120] = PINGROUP(120, emac_phy, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1140
[121] = PINGROUP(121, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1141
[122] = PINGROUP(122, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1142
[123] = PINGROUP(123, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1143
[124] = PINGROUP(124, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1144
[125] = PINGROUP(125, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1145
[126] = PINGROUP(126, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1146
[127] = PINGROUP(127, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1147
[128] = PINGROUP(128, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1148
[129] = PINGROUP(129, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1149
[130] = PINGROUP(130, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1150
[131] = PINGROUP(131, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1151
[132] = PINGROUP(132, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1152
[133] = PINGROUP(133, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1153
[134] = PINGROUP(134, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1154
[135] = PINGROUP(135, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1155
[136] = PINGROUP(136, emac_phy, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1156
[137] = PINGROUP(137, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1157
[138] = PINGROUP(138, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1158
[139] = PINGROUP(139, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1159
[140] = PINGROUP(140, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1160
[141] = PINGROUP(141, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1161
[142] = PINGROUP(142, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1162
[143] = PINGROUP(143, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1163
[144] = PINGROUP(144, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1164
[145] = PINGROUP(145, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1165
[146] = PINGROUP(146, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1166
[147] = PINGROUP(147, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1167
[148] = PINGROUP(148, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1168
[149] = PINGROUP(149, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1169
[150] = PINGROUP(150, rgmii, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1170
[151] = PINGROUP(151, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1171
[152] = PINGROUP(152, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1172
[153] = PINGROUP(153, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1173
[154] = PINGROUP(154, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1174
[155] = PINGROUP(155, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1175
[156] = PINGROUP(156, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1176
[157] = PINGROUP(157, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1177
[158] = PINGROUP(158, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1178
[159] = PINGROUP(159, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1179
[160] = PINGROUP(160, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1180
[161] = PINGROUP(161, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1181
[162] = PINGROUP(162, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1182
[163] = PINGROUP(163, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1183
[164] = PINGROUP(164, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-shikra.c
1184
[165] = PINGROUP(165, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
138
LPI_PINGROUP(0, 0, swr_tx_clk, qua_mi2s_sclk, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
139
LPI_PINGROUP(1, 2, swr_tx_data, qua_mi2s_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
140
LPI_PINGROUP(2, 4, swr_tx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
141
LPI_PINGROUP(3, 8, swr_rx_clk, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
142
LPI_PINGROUP(4, 10, swr_rx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
143
LPI_PINGROUP(5, 12, swr_rx_data, ext_mclk0_b, qua_mi2s_data, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
144
LPI_PINGROUP(6, LPI_NO_SLEW, dmic01_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
145
LPI_PINGROUP(7, LPI_NO_SLEW, dmic01_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
146
LPI_PINGROUP(8, LPI_NO_SLEW, dmic23_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
147
LPI_PINGROUP(9, LPI_NO_SLEW, dmic23_data, i2s1_data, ext_mclk1_b, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
148
LPI_PINGROUP(10, 16, i2s2_clk, swr_wsa_clk, dmic4_clk, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
149
LPI_PINGROUP(11, 18, i2s2_ws, swr_wsa_data, dmic4_data, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
150
LPI_PINGROUP(12, LPI_NO_SLEW, dmic23_clk, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
151
LPI_PINGROUP(13, LPI_NO_SLEW, dmic23_data, i2s2_data, ext_mclk0_a, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
152
LPI_PINGROUP(14, LPI_NO_SLEW, i2s3_clk, slim_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
153
LPI_PINGROUP(15, LPI_NO_SLEW, i2s3_ws, slim_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
154
LPI_PINGROUP(16, LPI_NO_SLEW, i2s3_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
155
LPI_PINGROUP(17, LPI_NO_SLEW, i2s3_data, ext_mclk1_c, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
156
LPI_PINGROUP(18, 20, ext_mclk1_a, swr_rx_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
157
LPI_PINGROUP(19, LPI_NO_SLEW, qup_io_00, sync_out, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
158
LPI_PINGROUP(20, LPI_NO_SLEW, qup_io_10, sync_out, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
159
LPI_PINGROUP(21, LPI_NO_SLEW, qup_io_01, sync_out, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
160
LPI_PINGROUP(22, LPI_NO_SLEW, qup_io_11, sync_out, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
161
LPI_PINGROUP(23, LPI_NO_SLEW, qup_io_25, qup_io_05, sync_out, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
162
LPI_PINGROUP(25, LPI_NO_SLEW, qup_io_26, qup_io_21, sync_out, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
163
LPI_PINGROUP(26, LPI_NO_SLEW, qup_io_36, qup_io_31, sync_out, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
794
[0] = PINGROUP(0, qup1_se0, ibi_i3c_qup1, cmu_rng, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
795
[1] = PINGROUP(1, qup1_se0, ibi_i3c_qup1, cmu_rng, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
796
[2] = PINGROUP(2, qup1_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
797
[3] = PINGROUP(3, qup1_se0, gcc_gp3_clk, cmu_rng, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
798
[4] = PINGROUP(4, qup0_se0, ibi_i3c_qup0, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
799
[5] = PINGROUP(5, qup0_se0, ibi_i3c_qup0, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
800
[6] = PINGROUP(6, qup0_se4, qdss_cti_trig1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
801
[7] = PINGROUP(7, qup0_se4, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
802
[8] = PINGROUP(8, qup0_se4, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
803
[9] = PINGROUP(9, qup0_se4, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
804
[10] = PINGROUP(10, qup0_se1, _, atest_usb0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
805
[11] = PINGROUP(11, qup0_se1, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
806
[12] = PINGROUP(12, qup0_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
807
[13] = PINGROUP(13, qup0_se1, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
808
[14] = PINGROUP(14, qup0_se2, _, phase_flag, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
809
[15] = PINGROUP(15, qup0_se2, _, phase_flag, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
810
[16] = PINGROUP(16, qup0_se2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
811
[17] = PINGROUP(17, qup0_se2, _, phase_flag, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
812
[18] = PINGROUP(18, qup0_se3, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
813
[19] = PINGROUP(19, qup0_se3, vfr_0_mira, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
814
[20] = PINGROUP(20, qup0_se3, tgu_ch0_trigout, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
815
[21] = PINGROUP(21, qup0_se3, _, phase_flag, tgu_ch1_trigout, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
816
[22] = PINGROUP(22, qup1_se2, mdp_vsync, mdp_vsync2_out, mdp_vsync3_out, tgu_ch2_trigout, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
817
[23] = PINGROUP(23, qup1_se2, tgu_ch3_trigout, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
818
[24] = PINGROUP(24, qup1_se3, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
819
[25] = PINGROUP(25, qup1_se3, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
820
[26] = PINGROUP(26, qup1_se1, mdp_vsync, qup0_se4, qdss_cti_trig0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
821
[27] = PINGROUP(27, qup1_se1, qup0_se4, qdss_cti_trig1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
822
[28] = PINGROUP(28, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
823
[29] = PINGROUP(29, ddr_bist, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
824
[30] = PINGROUP(30, mdp_vsync, gcc_gp2_clk, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
825
[31] = PINGROUP(31, qup1_se2, _, phase_flag, ddr_bist, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
826
[32] = PINGROUP(32, qup1_se2, _, phase_flag, ddr_bist, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
827
[33] = PINGROUP(33, _, phase_flag, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
828
[34] = PINGROUP(34, qup0_se0, qup0_se4, mdp_vsync, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
829
[35] = PINGROUP(35, qup0_se0, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
830
[36] = PINGROUP(36, cam_mclk, prng_rosc, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
831
[37] = PINGROUP(37, cam_mclk, gcc_gp1_clk, prng_rosc, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
832
[38] = PINGROUP(38, cam_mclk, prng_rosc, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
833
[39] = PINGROUP(39, cam_mclk, prng_rosc, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
834
[40] = PINGROUP(40, cci, cci_async_in0, cri_trng, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
835
[41] = PINGROUP(41, cci, cri_trng, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
836
[42] = PINGROUP(42, cci, cri_trng, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
837
[43] = PINGROUP(43, cci, qup1_se4, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
838
[44] = PINGROUP(44, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
839
[45] = PINGROUP(45, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
840
[46] = PINGROUP(46, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
841
[47] = PINGROUP(47, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
842
[48] = PINGROUP(48, cci_i2c, qup1_se4, gcc_gp1_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
843
[49] = PINGROUP(49, cci_i2c, qup1_se4, gcc_gp2_clk, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
844
[50] = PINGROUP(50, qup1_se1, qup1_se3, _, gcc_gp3_clk, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
845
[51] = PINGROUP(51, qup1_se1, qup1_se3, _, tb_trig_sdc2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
846
[52] = PINGROUP(52, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
847
[53] = PINGROUP(53, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
848
[54] = PINGROUP(54, coex_uart1_rx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
849
[55] = PINGROUP(55, coex_uart1_tx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
850
[56] = PINGROUP(56, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
851
[57] = PINGROUP(57, tmess_prng, qdss_cti_trig1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
852
[58] = PINGROUP(58, tmess_prng, qdss_cti_trig1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
853
[59] = PINGROUP(59, tmess_prng, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
854
[60] = PINGROUP(60, tmess_prng, qdss_cti_trig0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
855
[61] = PINGROUP(61, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
856
[62] = PINGROUP(62, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
857
[63] = PINGROUP(63, uim0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
858
[64] = PINGROUP(64, uim0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
859
[65] = PINGROUP(65, uim0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
860
[66] = PINGROUP(66, uim0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
861
[67] = PINGROUP(67, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
862
[68] = PINGROUP(68, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
863
[69] = PINGROUP(69, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
864
[70] = PINGROUP(70, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
865
[71] = PINGROUP(71, _, _, _, audio_ref_clk, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
866
[72] = PINGROUP(72, _, _, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
867
[73] = PINGROUP(73, _, _, _, pll_bist_sync, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
868
[74] = PINGROUP(74, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
869
[75] = PINGROUP(75, _, _, _, vsense_trigger_mirnat, atest_usb0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
870
[76] = PINGROUP(76, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
871
[77] = PINGROUP(77, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
872
[78] = PINGROUP(78, _, _, _, atest_usb0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
873
[79] = PINGROUP(79, _, _, _, wlan1_adc_dtest0, atest_usb0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
874
[80] = PINGROUP(80, _, _, dbg_out_clk, wlan1_adc_dtest1, atest_usb0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
875
[81] = PINGROUP(81, _, nav, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
876
[82] = PINGROUP(82, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
877
[83] = PINGROUP(83, nav, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
878
[84] = PINGROUP(84, nav, vfr_1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
879
[85] = PINGROUP(85, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
880
[86] = PINGROUP(86, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
881
[87] = PINGROUP(87, qlink0_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
882
[88] = PINGROUP(88, qlink0_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
883
[89] = PINGROUP(89, qlink0_wmss_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
884
[90] = PINGROUP(90, qup1_se4, jitter_bist_ref, ddr_pxi0_test, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
885
[91] = PINGROUP(91, qup1_se4, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
886
[92] = PINGROUP(92, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
887
[93] = PINGROUP(93, mdp_vsync, mdp_vsync0_out, mdp_vsync1_out, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
888
[94] = PINGROUP(94, usb0_phy_ps, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
889
[95] = PINGROUP(95, _, phase_flag, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
890
[96] = PINGROUP(96, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
891
[97] = PINGROUP(97, mdp_vsync, _, phase_flag, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
892
[98] = PINGROUP(98, _, phase_flag, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
893
[99] = PINGROUP(99, usb0_hs_ac, _, phase_flag, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
894
[100] = PINGROUP(100, vfr_0_mirb, _, phase_flag, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
895
[101] = PINGROUP(101, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
896
[102] = PINGROUP(102, sd_write_protect, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
897
[103] = PINGROUP(103, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
898
[104] = PINGROUP(104, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
899
[105] = PINGROUP(105, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
900
[106] = PINGROUP(106, host2wlan_sol, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
901
[107] = PINGROUP(107, pcie0_clk_req, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
902
[108] = PINGROUP(108, pll_clk_aux, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
903
[109] = PINGROUP(109, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
904
[110] = PINGROUP(110, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
905
[111] = PINGROUP(111, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
906
[112] = PINGROUP(112, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
907
[113] = PINGROUP(113, qdss_cti_trig0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
908
[114] = PINGROUP(114, qdss_cti_trig0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
909
[115] = PINGROUP(115, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
910
[116] = PINGROUP(116, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
911
[117] = PINGROUP(117, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
912
[118] = PINGROUP(118, qdss_gpio, _, ddr_pxi1_test, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
913
[119] = PINGROUP(119, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
914
[120] = PINGROUP(120, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
915
[121] = PINGROUP(121, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
916
[122] = PINGROUP(122, qdss_gpio, _, ddr_pxi1_test, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
917
[123] = PINGROUP(123, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
918
[124] = PINGROUP(124, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
919
[125] = PINGROUP(125, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
920
[126] = PINGROUP(126, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
921
[127] = PINGROUP(127, qdss_gpio, ddr_pxi0_test, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
922
[128] = PINGROUP(128, tb_trig_sdc1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
923
[129] = PINGROUP(129, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
924
[130] = PINGROUP(130, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
925
[131] = PINGROUP(131, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
926
[132] = PINGROUP(132, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
927
[133] = PINGROUP(133, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
928
[134] = PINGROUP(134, tsense_pwm1_out, tsense_pwm2_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
929
[135] = PINGROUP(135, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
100
LPI_PINGROUP(14, LPI_NO_SLEW, i2s3_clk, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
101
LPI_PINGROUP(15, LPI_NO_SLEW, i2s3_ws, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
102
LPI_PINGROUP(16, LPI_NO_SLEW, i2s3_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
103
LPI_PINGROUP(17, LPI_NO_SLEW, i2s3_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
104
LPI_PINGROUP(18, 14, wsa_mclk, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
86
LPI_PINGROUP(0, 0, swr_tx_clk, qua_mi2s_sclk, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
87
LPI_PINGROUP(1, 2, swr_tx_data, qua_mi2s_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
88
LPI_PINGROUP(2, 4, swr_tx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
89
LPI_PINGROUP(3, 8, swr_rx_clk, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
90
LPI_PINGROUP(4, 10, swr_rx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
91
LPI_PINGROUP(5, 12, swr_rx_data, _, qua_mi2s_data, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
92
LPI_PINGROUP(6, LPI_NO_SLEW, dmic01_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
93
LPI_PINGROUP(7, LPI_NO_SLEW, dmic01_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
94
LPI_PINGROUP(8, LPI_NO_SLEW, dmic23_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
95
LPI_PINGROUP(9, LPI_NO_SLEW, dmic23_data, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
96
LPI_PINGROUP(10, LPI_NO_SLEW, i2s2_clk, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
97
LPI_PINGROUP(11, LPI_NO_SLEW, i2s2_ws, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
98
LPI_PINGROUP(12, LPI_NO_SLEW, _, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
99
LPI_PINGROUP(13, LPI_NO_SLEW, _, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
753
[0] = PINGROUP(0, WEST, qup0, m_voc, ddr_bist, _, phase_flag, qdss_gpio, atest, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
754
[1] = PINGROUP(1, WEST, qup0, mpm_pwr, ddr_bist, _, phase_flag, qdss_gpio, atest, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
755
[2] = PINGROUP(2, WEST, qup0, ddr_bist, _, phase_flag, qdss_gpio, dac_calib, atest, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
756
[3] = PINGROUP(3, WEST, qup0, ddr_bist, _, phase_flag, qdss_gpio, dac_calib, atest, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
757
[4] = PINGROUP(4, WEST, qup1, cri_trng, _, phase_flag, dac_calib, atest, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
758
[5] = PINGROUP(5, WEST, qup1, cri_trng, _, phase_flag, dac_calib, atest, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
759
[6] = PINGROUP(6, WEST, qup2, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
760
[7] = PINGROUP(7, WEST, qup2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
761
[8] = PINGROUP(8, EAST, qup3, pbs_out, pll_bist, _, qdss_gpio, _, tsense_pwm, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
762
[9] = PINGROUP(9, EAST, qup3, pbs_out, pll_bist, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
763
[10] = PINGROUP(10, EAST, qup3, agera_pll, _, pbs, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
764
[11] = PINGROUP(11, EAST, qup3, agera_pll, _, pbs, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
765
[12] = PINGROUP(12, WEST, qup4, tgu, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
766
[13] = PINGROUP(13, WEST, qup4, tgu, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
767
[14] = PINGROUP(14, WEST, qup5, tgu, _, phase_flag, qdss_gpio, dac_calib, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
768
[15] = PINGROUP(15, WEST, qup5, tgu, _, phase_flag, qdss_gpio, dac_calib, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
769
[16] = PINGROUP(16, WEST, qup5, _, phase_flag, qdss_gpio, dac_calib, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
770
[17] = PINGROUP(17, WEST, qup5, _, phase_flag, qdss_gpio, dac_calib, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
771
[18] = PINGROUP(18, EAST, sdc2_tb, cri_trng, pbs, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
772
[19] = PINGROUP(19, EAST, sdc1_tb, pbs, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
773
[20] = PINGROUP(20, EAST, cam_mclk, pbs, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
774
[21] = PINGROUP(21, EAST, cam_mclk, adsp_ext, pbs, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
775
[22] = PINGROUP(22, EAST, cci_i2c, prng_rosc, _, pbs, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
776
[23] = PINGROUP(23, EAST, cci_i2c, prng_rosc, _, pbs, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
777
[24] = PINGROUP(24, EAST, cci_timer, gcc_gp1, _, pbs, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
778
[25] = PINGROUP(25, EAST, cci_async, cci_timer, _, pbs, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
779
[26] = PINGROUP(26, EAST, _, pbs, phase_flag, qdss_gpio, dac_calib, atest, vsense_trigger, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
780
[27] = PINGROUP(27, EAST, cam_mclk, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
781
[28] = PINGROUP(28, EAST, cam_mclk, cci_timer, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
782
[29] = PINGROUP(29, EAST, cci_i2c, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
783
[30] = PINGROUP(30, EAST, cci_i2c, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
784
[31] = PINGROUP(31, EAST, gp_pdm0, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
785
[32] = PINGROUP(32, EAST, cci_timer, gp_pdm1, _, phase_flag, dac_calib, atest, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
786
[33] = PINGROUP(33, EAST, gp_pdm2, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
787
[34] = PINGROUP(34, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
788
[35] = PINGROUP(35, EAST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
789
[36] = PINGROUP(36, EAST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
790
[37] = PINGROUP(37, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
791
[38] = PINGROUP(38, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
792
[39] = PINGROUP(39, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
793
[40] = PINGROUP(40, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
794
[41] = PINGROUP(41, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
795
[42] = PINGROUP(42, EAST, _, nav_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
796
[43] = PINGROUP(43, EAST, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
797
[44] = PINGROUP(44, EAST, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
798
[45] = PINGROUP(45, EAST, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
799
[46] = PINGROUP(46, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
800
[47] = PINGROUP(47, EAST, _, nav_gpio, pbs, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
801
[48] = PINGROUP(48, EAST, _, vfr_1, _, pbs, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
802
[49] = PINGROUP(49, EAST, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
803
[50] = PINGROUP(50, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
804
[51] = PINGROUP(51, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
805
[52] = PINGROUP(52, EAST, _, nav_gpio, pbs_out, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
806
[53] = PINGROUP(53, EAST, _, gsm1_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
807
[54] = PINGROUP(54, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
808
[55] = PINGROUP(55, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
809
[56] = PINGROUP(56, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
810
[57] = PINGROUP(57, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
811
[58] = PINGROUP(58, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
812
[59] = PINGROUP(59, EAST, _, ssbi_wtr1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
813
[60] = PINGROUP(60, EAST, _, ssbi_wtr1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
814
[61] = PINGROUP(61, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
815
[62] = PINGROUP(62, EAST, _, pll_bypassnl, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
816
[63] = PINGROUP(63, EAST, pll_reset, _, phase_flag, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
817
[64] = PINGROUP(64, EAST, gsm0_tx, _, phase_flag, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
818
[65] = PINGROUP(65, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
819
[66] = PINGROUP(66, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
820
[67] = PINGROUP(67, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
821
[68] = PINGROUP(68, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
822
[69] = PINGROUP(69, WEST, qup1, gcc_gp2, qdss_gpio, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
823
[70] = PINGROUP(70, WEST, qup1, gcc_gp3, qdss_gpio, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
824
[71] = PINGROUP(71, WEST, qup2, dbg_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
825
[72] = PINGROUP(72, SOUTH, uim2_data, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
826
[73] = PINGROUP(73, SOUTH, uim2_clk, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
827
[74] = PINGROUP(74, SOUTH, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
828
[75] = PINGROUP(75, SOUTH, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
829
[76] = PINGROUP(76, SOUTH, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
830
[77] = PINGROUP(77, SOUTH, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
831
[78] = PINGROUP(78, SOUTH, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
832
[79] = PINGROUP(79, SOUTH, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
833
[80] = PINGROUP(80, WEST, qup2, dac_calib, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
834
[81] = PINGROUP(81, WEST, mdp_vsync_out_0, mdp_vsync_out_1, mdp_vsync, dac_calib, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
835
[82] = PINGROUP(82, WEST, qup0, dac_calib, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
836
[83] = PINGROUP(83, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
837
[84] = PINGROUP(84, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
838
[85] = PINGROUP(85, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
839
[86] = PINGROUP(86, WEST, qup0, gcc_gp1, atest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
840
[87] = PINGROUP(87, EAST, pbs, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
841
[88] = PINGROUP(88, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
842
[89] = PINGROUP(89, WEST, usb_phy, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
843
[90] = PINGROUP(90, EAST, mss_lte, pbs, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
844
[91] = PINGROUP(91, EAST, mss_lte, pbs, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
845
[92] = PINGROUP(92, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
846
[93] = PINGROUP(93, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
847
[94] = PINGROUP(94, WEST, _, qdss_gpio, wlan1_adc0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
848
[95] = PINGROUP(95, WEST, nav_gpio, gp_pdm0, qdss_gpio, wlan1_adc1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
849
[96] = PINGROUP(96, WEST, qup4, nav_gpio, mdp_vsync, gp_pdm1, sd_write, jitter_bist, qdss_cti, qdss_cti, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
850
[97] = PINGROUP(97, WEST, qup4, nav_gpio, mdp_vsync, gp_pdm2, jitter_bist, qdss_cti, qdss_cti, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
851
[98] = PINGROUP(98, SOUTH, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm6115.c
852
[99] = PINGROUP(99, SOUTH, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm6115.c
853
[100] = PINGROUP(100, SOUTH, atest, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm6115.c
854
[101] = PINGROUP(101, SOUTH, atest, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm6115.c
855
[102] = PINGROUP(102, SOUTH, _, phase_flag, dac_calib, ddr_pxi2, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm6115.c
856
[103] = PINGROUP(103, SOUTH, _, phase_flag, dac_calib, ddr_pxi2, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm6115.c
857
[104] = PINGROUP(104, SOUTH, _, phase_flag, qdss_gpio, dac_calib, ddr_pxi3, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm6115.c
858
[105] = PINGROUP(105, SOUTH, _, phase_flag, qdss_gpio, dac_calib, ddr_pxi3, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm6115.c
859
[106] = PINGROUP(106, SOUTH, nav_gpio, gcc_gp3, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm6115.c
860
[107] = PINGROUP(107, SOUTH, nav_gpio, gcc_gp2, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm6115.c
861
[108] = PINGROUP(108, SOUTH, nav_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm6115.c
862
[109] = PINGROUP(109, SOUTH, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm6115.c
863
[110] = PINGROUP(110, SOUTH, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm6115.c
864
[111] = PINGROUP(111, SOUTH, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm6115.c
865
[112] = PINGROUP(112, SOUTH, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1078
[0] = PINGROUP(0, WEST, qup00, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1079
[1] = PINGROUP(1, WEST, qup00, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1080
[2] = PINGROUP(2, WEST, qup00, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1081
[3] = PINGROUP(3, WEST, qup00, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1082
[4] = PINGROUP(4, WEST, qup01, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1083
[5] = PINGROUP(5, WEST, qup01, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1084
[6] = PINGROUP(6, WEST, qup02, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1085
[7] = PINGROUP(7, WEST, qup02, ddr_bist, atest_tsens2, vsense_trigger, atest_usb1, ddr_pxi0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1086
[8] = PINGROUP(8, WEST, qup02, gp_pdm1, ddr_bist, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1087
[9] = PINGROUP(9, WEST, qup02, ddr_bist, dbg_out, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1088
[10] = PINGROUP(10, EAST, qup14, ddr_bist, atest_usb11, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1089
[11] = PINGROUP(11, EAST, qup14, atest_usb10, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1090
[12] = PINGROUP(12, EAST, qup14, jitter_bist, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1091
[13] = PINGROUP(13, EAST, qup14, pll_bypassnl, pll_bist, _, ddr_pxi3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1092
[14] = PINGROUP(14, WEST, qup03, qup03, pll_reset, agera_pll, _, qdss_cti, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1093
[15] = PINGROUP(15, WEST, qup03, qup03, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1094
[16] = PINGROUP(16, WEST, qup04, qup04, _, wlan2_adc1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1095
[17] = PINGROUP(17, WEST, qup04, qup04, _, wlan2_adc0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1096
[18] = PINGROUP(18, EAST, wsa_clk, qup13, ter_mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1097
[19] = PINGROUP(19, EAST, wsa_data, qup13, ter_mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1098
[20] = PINGROUP(20, EAST, qup13, ter_mi2s, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1099
[21] = PINGROUP(21, EAST, qup13, ter_mi2s, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1100
[22] = PINGROUP(22, WEST, qup10, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1101
[23] = PINGROUP(23, WEST, qup10, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1102
[24] = PINGROUP(24, WEST, qup10, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1103
[25] = PINGROUP(25, WEST, qup10, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1104
[26] = PINGROUP(26, WEST, qup10, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1105
[27] = PINGROUP(27, WEST, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1106
[28] = PINGROUP(28, WEST, qup12, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1107
[29] = PINGROUP(29, WEST, qup12, sd_write, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1108
[30] = PINGROUP(30, WEST, qup11, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1109
[31] = PINGROUP(31, WEST, qup11, jitter_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1110
[32] = PINGROUP(32, WEST, qup11, pll_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1111
[33] = PINGROUP(33, WEST, qup11, agera_pll, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1112
[34] = PINGROUP(34, SOUTH, cam_mclk, _, qdss, atest_tsens, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1113
[35] = PINGROUP(35, SOUTH, cam_mclk, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1114
[36] = PINGROUP(36, SOUTH, cam_mclk, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1115
[37] = PINGROUP(37, SOUTH, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1116
[38] = PINGROUP(38, EAST, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1117
[39] = PINGROUP(39, EAST, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1118
[40] = PINGROUP(40, EAST, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1119
[41] = PINGROUP(41, EAST, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1120
[42] = PINGROUP(42, EAST, cci_timer2, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1121
[43] = PINGROUP(43, EAST, cci_timer1, _, gcc_gp2, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1122
[44] = PINGROUP(44, SOUTH, cci_async, cci_timer4, _, gcc_gp2, _, qdss, cam_mclk, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1123
[45] = PINGROUP(45, SOUTH, cci_timer0, _, gcc_gp1, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1124
[46] = PINGROUP(46, SOUTH, cci_timer3, _, gcc_gp1, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1125
[47] = PINGROUP(47, SOUTH, cci_async, _, qdss, wlan1_adc1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1126
[48] = PINGROUP(48, SOUTH, cci_async, _, qdss, wlan1_adc0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1127
[49] = PINGROUP(49, SOUTH, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1128
[50] = PINGROUP(50, SOUTH, qlink_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1129
[51] = PINGROUP(51, SOUTH, qlink_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1130
[52] = PINGROUP(52, SOUTH, pa_indicator, nav_pps, nav_pps, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1131
[53] = PINGROUP(53, SOUTH, _, gps_tx, gp_pdm0, _, phase_flag, atest_usb13, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1132
[54] = PINGROUP(54, SOUTH, _, _, phase_flag, atest_usb12, ddr_pxi1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1133
[55] = PINGROUP(55, SOUTH, _, nav_pps, nav_pps, gps_tx, _, phase_flag, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1134
[56] = PINGROUP(56, SOUTH, _, nav_pps, gps_tx, nav_pps, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1135
[57] = PINGROUP(57, SOUTH, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1136
[58] = PINGROUP(58, SOUTH, _, nav_pps, nav_pps, gps_tx, gcc_gp3, _, phase_flag, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1137
[59] = PINGROUP(59, SOUTH, _, nav_pps, nav_pps, gps_tx, cri_trng0, _, phase_flag, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1138
[60] = PINGROUP(60, SOUTH, _, cri_trng, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1139
[61] = PINGROUP(61, SOUTH, _, cri_trng1, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1140
[62] = PINGROUP(62, SOUTH, _, _, gp_pdm2, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1141
[63] = PINGROUP(63, SOUTH, _, sp_cmu, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1142
[64] = PINGROUP(64, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1143
[65] = PINGROUP(65, SOUTH, _, gp_pdm1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1144
[66] = PINGROUP(66, SOUTH, _, _, atest_usb2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1145
[67] = PINGROUP(67, SOUTH, _, _, atest_usb23, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1146
[68] = PINGROUP(68, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1147
[69] = PINGROUP(69, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1148
[70] = PINGROUP(70, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1149
[71] = PINGROUP(71, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1150
[72] = PINGROUP(72, SOUTH, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1151
[73] = PINGROUP(73, SOUTH, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1152
[74] = PINGROUP(74, SOUTH, uim2_reset, _, atest_usb22, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1153
[75] = PINGROUP(75, SOUTH, uim2_present, _, atest_usb21, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1154
[76] = PINGROUP(76, SOUTH, uim1_data, _, atest_usb20, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1155
[77] = PINGROUP(77, SOUTH, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1156
[78] = PINGROUP(78, SOUTH, uim1_reset, gp_pdm2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1157
[79] = PINGROUP(79, SOUTH, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1158
[80] = PINGROUP(80, SOUTH, mdp_vsync, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1159
[81] = PINGROUP(81, SOUTH, mdp_vsync, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1160
[82] = PINGROUP(82, SOUTH, mdp_vsync, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1161
[83] = PINGROUP(83, SOUTH, _, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1162
[84] = PINGROUP(84, SOUTH, _, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1163
[85] = PINGROUP(85, SOUTH, copy_gp, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1164
[86] = PINGROUP(86, SOUTH, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1165
[87] = PINGROUP(87, WEST, tsense_pwm, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1166
[88] = PINGROUP(88, WEST, mpm_pwr, tgu_ch3, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1167
[89] = PINGROUP(89, WEST, mdp_vsync, mdp_vsync0, mdp_vsync1, mdp_vsync2, mdp_vsync3, mdp_vsync4, mdp_vsync5, tgu_ch0, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1168
[90] = PINGROUP(90, WEST, tgu_ch1, atest_char1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1169
[91] = PINGROUP(91, WEST, vfr_1, tgu_ch2, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1170
[92] = PINGROUP(92, WEST, qdss, atest_char0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1171
[93] = PINGROUP(93, WEST, _, phase_flag, atest_char2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1172
[94] = PINGROUP(94, SOUTH, gp_pdm0, _, qdss, atest_char3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1173
[95] = PINGROUP(95, SOUTH, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1174
[96] = PINGROUP(96, SOUTH, mdp_vsync, ldo_en, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1175
[97] = PINGROUP(97, SOUTH, mdp_vsync, ldo_update, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1176
[98] = PINGROUP(98, SOUTH, _, phase_flag, prng_rosc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1177
[99] = PINGROUP(99, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1178
[100] = PINGROUP(100, SOUTH, dp_hot, prng_rosc, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1179
[101] = PINGROUP(101, SOUTH, debug_hot, copy_phase, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1180
[102] = PINGROUP(102, SOUTH, usb_phy, _, qdss, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1181
[103] = PINGROUP(103, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1182
[104] = PINGROUP(104, EAST, unused1, _, qua_mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1183
[105] = PINGROUP(105, EAST, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1184
[106] = PINGROUP(106, EAST, swr_tx, aud_sb, qua_mi2s, _, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1185
[107] = PINGROUP(107, EAST, swr_tx, aud_sb, qua_mi2s, _, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1186
[108] = PINGROUP(108, EAST, swr_tx, aud_sb, qua_mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1187
[109] = PINGROUP(109, EAST, swr_tx, aud_sb, unused2, _, mss_lte, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1188
[110] = PINGROUP(110, EAST, swr_rx, qua_mi2s, _, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1189
[111] = PINGROUP(111, EAST, swr_rx, qua_mi2s, edp_hot, _, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1190
[112] = PINGROUP(112, EAST, swr_rx, audio_ref, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1191
[113] = PINGROUP(113, EAST, pri_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1192
[114] = PINGROUP(114, EAST, pri_mi2s_ws, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1193
[115] = PINGROUP(115, EAST, pri_mi2s, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1194
[116] = PINGROUP(116, EAST, pri_mi2s, adsp_ext, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1195
[117] = PINGROUP(117, SOUTH, edp_lcd, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1196
[118] = PINGROUP(118, SOUTH, mclk2, m_voc, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1197
[119] = PINGROUP(119, SOUTH, mclk1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1198
[120] = PINGROUP(120, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1199
[121] = PINGROUP(121, EAST, qca_sb, qui_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1200
[122] = PINGROUP(122, EAST, qca_sb, qui_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1201
[123] = PINGROUP(123, EAST, qui_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1202
[124] = PINGROUP(124, EAST, qui_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1203
[125] = PINGROUP(125, EAST, dmic0_clk, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1204
[126] = PINGROUP(126, EAST, dmic0_data, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1205
[127] = PINGROUP(127, EAST, dmic1_clk, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1206
[128] = PINGROUP(128, EAST, dmic1_data, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1207
[129] = PINGROUP(129, SOUTH, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1208
[130] = PINGROUP(130, SOUTH, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1209
[131] = PINGROUP(131, SOUTH, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1210
[132] = PINGROUP(132, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350-lpass-lpi.c
81
LPI_PINGROUP(0, 0, swr_tx_clk, qua_mi2s_sclk, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350-lpass-lpi.c
82
LPI_PINGROUP(1, 2, swr_tx_data, qua_mi2s_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350-lpass-lpi.c
83
LPI_PINGROUP(2, 4, swr_tx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350-lpass-lpi.c
84
LPI_PINGROUP(3, 8, swr_rx_clk, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350-lpass-lpi.c
85
LPI_PINGROUP(4, 10, swr_rx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350-lpass-lpi.c
86
LPI_PINGROUP(5, 12, swr_rx_data, _, qua_mi2s_data, _),
drivers/pinctrl/qcom/pinctrl-sm6350-lpass-lpi.c
87
LPI_PINGROUP(6, LPI_NO_SLEW, dmic1_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350-lpass-lpi.c
88
LPI_PINGROUP(7, LPI_NO_SLEW, dmic1_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350-lpass-lpi.c
89
LPI_PINGROUP(8, LPI_NO_SLEW, dmic2_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350-lpass-lpi.c
90
LPI_PINGROUP(9, LPI_NO_SLEW, dmic2_data, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350-lpass-lpi.c
91
LPI_PINGROUP(10, 16, i2s2_clk, wsa_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350-lpass-lpi.c
92
LPI_PINGROUP(11, 18, i2s2_ws, wsa_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350-lpass-lpi.c
93
LPI_PINGROUP(12, LPI_NO_SLEW, dmic3_clk, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350-lpass-lpi.c
94
LPI_PINGROUP(13, LPI_NO_SLEW, dmic3_data, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350-lpass-lpi.c
95
LPI_PINGROUP_SLEW_SPARE_1(14, 0, swr_tx_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1152
[0] = PINGROUP(0, ibi_i3c, qup00, cri_trng, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1153
[1] = PINGROUP(1, ibi_i3c, qup00, cri_trng, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1154
[2] = PINGROUP(2, qup00, cci_i2c, cri_trng, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1155
[3] = PINGROUP(3, qup00, cci_i2c, sp_cmu, dbg_out, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1156
[4] = PINGROUP(4, qup14, qup14, sdc1_tb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1157
[5] = PINGROUP(5, qup14, qup14, sdc2_tb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1158
[6] = PINGROUP(6, mdp_vsync, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1159
[7] = PINGROUP(7, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1160
[8] = PINGROUP(8, gp_pdm1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1161
[9] = PINGROUP(9, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1162
[10] = PINGROUP(10, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1163
[11] = PINGROUP(11, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1164
[12] = PINGROUP(12, m_voc, dp_hot, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1165
[13] = PINGROUP(13, qup10, pll_bypassnl, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1166
[14] = PINGROUP(14, qup10, pll_reset, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1167
[15] = PINGROUP(15, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1168
[16] = PINGROUP(16, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1169
[17] = PINGROUP(17, _, phase_flag, qup10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1170
[18] = PINGROUP(18, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1171
[19] = PINGROUP(19, qup12, qup12, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1172
[20] = PINGROUP(20, qup12, qup12, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1173
[21] = PINGROUP(21, gcc_gp2, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1174
[22] = PINGROUP(22, gcc_gp3, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1175
[23] = PINGROUP(23, mdp_vsync, edp_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1176
[24] = PINGROUP(24, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1177
[25] = PINGROUP(25, qup13_f1, qup13_f2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1178
[26] = PINGROUP(26, qup13_f1, qup13_f2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1179
[27] = PINGROUP(27, qup11, qup11, mdp_vsync, pll_bist, _, qdss_gpio14, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1180
[28] = PINGROUP(28, qup11, qup11, mdp_vsync, _, qdss_gpio15, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1181
[29] = PINGROUP(29, cam_mclk0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1182
[30] = PINGROUP(30, cam_mclk1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1183
[31] = PINGROUP(31, cam_mclk2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1184
[32] = PINGROUP(32, cam_mclk3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1185
[33] = PINGROUP(33, cam_mclk4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1186
[34] = PINGROUP(34, cci_timer0, _, phase_flag, qdss_gpio12, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1187
[35] = PINGROUP(35, cci_timer1, cci_async, _, phase_flag, qdss_gpio13, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1188
[36] = PINGROUP(36, cci_timer2, cci_async, _, phase_flag, qdss_gpio14, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1189
[37] = PINGROUP(37, cci_timer3, gp_pdm0, _, phase_flag, qdss_gpio15, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1190
[38] = PINGROUP(38, cci_timer4, _, phase_flag, qdss_gpio2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1191
[39] = PINGROUP(39, cci_i2c, _, phase_flag, qdss_gpio0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1192
[40] = PINGROUP(40, cci_i2c, _, phase_flag, qdss_gpio1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1193
[41] = PINGROUP(41, cci_i2c, _, phase_flag, qdss_gpio2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1194
[42] = PINGROUP(42, cci_i2c, _, phase_flag, qdss_gpio3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1195
[43] = PINGROUP(43, cci_i2c, _, phase_flag, qdss_gpio4, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1196
[44] = PINGROUP(44, cci_i2c, _, phase_flag, qdss_gpio5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1197
[45] = PINGROUP(45, qup02, _, phase_flag, qdss_gpio6, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1198
[46] = PINGROUP(46, qup02, _, phase_flag, qdss_gpio7, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1199
[47] = PINGROUP(47, mdp_vsync0, _, phase_flag, qdss_gpio3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1200
[48] = PINGROUP(48, cci_async, mdp_vsync1, gcc_gp1, _, phase_flag, qdss_gpio8, qup02, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1201
[49] = PINGROUP(49, vfr_1, _, phase_flag, qdss_gpio9, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1202
[50] = PINGROUP(50, _, phase_flag, qdss_gpio10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1203
[51] = PINGROUP(51, _, phase_flag, qdss_gpio11, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1204
[52] = PINGROUP(52, cci_async, gp_pdm1, _, phase_flag, qdss_gpio12, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1205
[53] = PINGROUP(53, cci_async, _, phase_flag, qdss_gpio13, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1206
[54] = PINGROUP(54, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1207
[55] = PINGROUP(55, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1208
[56] = PINGROUP(56, qup02, mdp_vsync2, _, phase_flag, qdss_gpio10, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1209
[57] = PINGROUP(57, qup02, mdp_vsync3, gp_pdm2, _, phase_flag, qdss_gpio11, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1210
[58] = PINGROUP(58, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1211
[59] = PINGROUP(59, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1212
[60] = PINGROUP(60, audio_ref, lpass_ext, mi2s_2, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1213
[61] = PINGROUP(61, qup01, tgu_ch0, _, phase_flag, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1214
[62] = PINGROUP(62, qup01, tgu_ch1, _, phase_flag, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1215
[63] = PINGROUP(63, qup01, tgu_ch2, _, phase_flag, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1216
[64] = PINGROUP(64, qup01, tgu_ch3, _, phase_flag, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1217
[65] = PINGROUP(65, mss_lte, _, qdss_gpio0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1218
[66] = PINGROUP(66, mss_lte, _, qdss_gpio1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1219
[67] = PINGROUP(67, btfm_slimbus, mi2s_1, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1220
[68] = PINGROUP(68, btfm_slimbus, mi2s_1, gp_pdm0, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1221
[69] = PINGROUP(69, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1222
[70] = PINGROUP(70, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1223
[71] = PINGROUP(71, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1224
[72] = PINGROUP(72, mi2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1225
[73] = PINGROUP(73, mi2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1226
[74] = PINGROUP(74, mi2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1227
[75] = PINGROUP(75, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1228
[76] = PINGROUP(76, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1229
[77] = PINGROUP(77, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1230
[78] = PINGROUP(78, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1231
[79] = PINGROUP(79, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1232
[80] = PINGROUP(80, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1233
[81] = PINGROUP(81, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1234
[82] = PINGROUP(82, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1235
[83] = PINGROUP(83, atest_usb, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1236
[84] = PINGROUP(84, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1237
[85] = PINGROUP(85, sd_write, _, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1238
[86] = PINGROUP(86, btfm_slimbus, mi2s_1, _, qdss_cti, atest_usb, ddr_pxi0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1239
[87] = PINGROUP(87, btfm_slimbus, mi2s_1, adsp_ext, _, qdss_cti, atest_usb, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1240
[88] = PINGROUP(88, mi2s_0, _, qdss_gpio4, _, atest_usb, ddr_pxi2,
drivers/pinctrl/qcom/pinctrl-sm6350.c
1241
tsense_pwm1, tsense_pwm2, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1242
[89] = PINGROUP(89, mi2s_0, agera_pll, _, qdss_gpio5, _,
drivers/pinctrl/qcom/pinctrl-sm6350.c
1243
vsense_trigger, atest_usb, ddr_pxi3, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1244
[90] = PINGROUP(90, mi2s_0, jitter_bist, _, qdss_gpio6, _,
drivers/pinctrl/qcom/pinctrl-sm6350.c
1245
wlan1_adc0, atest_usb, ddr_pxi0, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1246
[91] = PINGROUP(91, mi2s_0, _, qdss_gpio7, _, wlan2_adc0,
drivers/pinctrl/qcom/pinctrl-sm6350.c
1247
atest_usb, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1248
[92] = PINGROUP(92, _, qdss_gpio8, atest_tsens, wlan1_adc1,
drivers/pinctrl/qcom/pinctrl-sm6350.c
1249
atest_usb, ddr_pxi2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1250
[93] = PINGROUP(93, mclk, lpass_ext, _, qdss_gpio9, atest_tsens2,
drivers/pinctrl/qcom/pinctrl-sm6350.c
1251
wlan2_adc1, ddr_pxi3, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1252
[94] = PINGROUP(94, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1253
[95] = PINGROUP(95, ldo_en, _, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1254
[96] = PINGROUP(96, ldo_update, _, atest_char0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1255
[97] = PINGROUP(97, prng_rosc, _, atest_char1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1256
[98] = PINGROUP(98, _, atest_char2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1257
[99] = PINGROUP(99, _, atest_char3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1258
[100] = PINGROUP(100, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1259
[101] = PINGROUP(101, nav_gpio, nav_pps, nav_pps, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1260
[102] = PINGROUP(102, nav_gpio, nav_pps, nav_pps, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1261
[103] = PINGROUP(103, qlink0_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1262
[104] = PINGROUP(104, qlink0_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1263
[105] = PINGROUP(105, qlink0_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1264
[106] = PINGROUP(106, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1265
[107] = PINGROUP(107, qlink1_request, gps_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1266
[108] = PINGROUP(108, qlink1_enable, gps_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1267
[109] = PINGROUP(109, rffe0_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1268
[110] = PINGROUP(110, rffe0_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1269
[111] = PINGROUP(111, rffe1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1270
[112] = PINGROUP(112, rffe1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1271
[113] = PINGROUP(113, rffe2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1272
[114] = PINGROUP(114, rffe2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1273
[115] = PINGROUP(115, rffe3_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1274
[116] = PINGROUP(116, rffe3_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1275
[117] = PINGROUP(117, rffe4_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1276
[118] = PINGROUP(118, rffe4_clk, _, pa_indicator, dp_hot, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1277
[119] = PINGROUP(119, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1278
[120] = PINGROUP(120, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1279
[121] = PINGROUP(121, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1280
[122] = PINGROUP(122, pcie0_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1281
[123] = PINGROUP(123, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1282
[124] = PINGROUP(124, usb_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1283
[125] = PINGROUP(125, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1284
[126] = PINGROUP(126, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1285
[127] = PINGROUP(127, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1286
[128] = PINGROUP(128, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1287
[129] = PINGROUP(129, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1288
[130] = PINGROUP(130, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1289
[131] = PINGROUP(131, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1290
[132] = PINGROUP(132, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1291
[133] = PINGROUP(133, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1292
[134] = PINGROUP(134, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1293
[135] = PINGROUP(135, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1294
[136] = PINGROUP(136, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1295
[137] = PINGROUP(137, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1296
[138] = PINGROUP(138, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1297
[139] = PINGROUP(139, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1298
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1299
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1300
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1301
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1302
[144] = PINGROUP(144, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1303
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1304
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1305
[147] = PINGROUP(147, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1306
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1307
[149] = PINGROUP(149, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1308
[150] = PINGROUP(150, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1309
[151] = PINGROUP(151, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1310
[152] = PINGROUP(152, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1311
[153] = PINGROUP(153, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1312
[154] = PINGROUP(154, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1313
[155] = PINGROUP(155, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1302
[0] = PINGROUP(0, ibi_i3c, qup00, cri_trng, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1303
[1] = PINGROUP(1, ibi_i3c, qup00, cri_trng, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1304
[2] = PINGROUP(2, qup00, cci_i2c, cri_trng, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1305
[3] = PINGROUP(3, qup00, cci_i2c, sp_cmu, dbg_out, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1306
[4] = PINGROUP(4, qup14, qup14, sdc1_tb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1307
[5] = PINGROUP(5, qup14, qup14, sdc2_tb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1308
[6] = PINGROUP(6, mdp_vsync, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1309
[7] = PINGROUP(7, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1310
[8] = PINGROUP(8, gp_pdm1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1311
[9] = PINGROUP(9, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1312
[10] = PINGROUP(10, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1313
[11] = PINGROUP(11, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1314
[12] = PINGROUP(12, m_voc, dp_hot, _, phase_flag0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1315
[13] = PINGROUP(13, qup10, pll_bypassnl, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1316
[14] = PINGROUP(14, qup10, pll_reset, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1317
[15] = PINGROUP(15, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1318
[16] = PINGROUP(16, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1319
[17] = PINGROUP(17, _, phase_flag1, qup10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1320
[18] = PINGROUP(18, _, phase_flag2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1321
[19] = PINGROUP(19, qup12, qup12, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1322
[20] = PINGROUP(20, qup12, qup12, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1323
[21] = PINGROUP(21, gcc_gp2, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1324
[22] = PINGROUP(22, gcc_gp3, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1325
[23] = PINGROUP(23, mdp_vsync, edp_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1326
[24] = PINGROUP(24, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1327
[25] = PINGROUP(25, qup13_f1, qup13_f2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1328
[26] = PINGROUP(26, qup13_f1, qup13_f2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1329
[27] = PINGROUP(27, qup11_f1, qup11_f2, mdp_vsync, pll_bist, _, qdss_gpio14, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1330
[28] = PINGROUP(28, qup11_f1, qup11_f2, mdp_vsync, _, qdss_gpio15, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1331
[29] = PINGROUP(29, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1332
[30] = PINGROUP(30, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1333
[31] = PINGROUP(31, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1334
[32] = PINGROUP(32, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1335
[33] = PINGROUP(33, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1336
[34] = PINGROUP(34, cci_timer0, _, phase_flag3, qdss_gpio12, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1337
[35] = PINGROUP(35, cci_timer1, cci_async, _, phase_flag4, qdss_gpio13, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1338
[36] = PINGROUP(36, cci_timer2, cci_async, _, phase_flag5, qdss_gpio14, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1339
[37] = PINGROUP(37, cci_timer3, gp_pdm0, _, phase_flag6, qdss_gpio15, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1340
[38] = PINGROUP(38, cci_timer4, _, phase_flag7, qdss_gpio2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1341
[39] = PINGROUP(39, cci_i2c, _, phase_flag8, qdss_gpio0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1342
[40] = PINGROUP(40, cci_i2c, _, phase_flag9, qdss_gpio1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1343
[41] = PINGROUP(41, cci_i2c, _, phase_flag10, qdss_gpio2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1344
[42] = PINGROUP(42, cci_i2c, _, phase_flag11, qdss_gpio3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1345
[43] = PINGROUP(43, cci_i2c, _, phase_flag12, qdss_gpio4, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1346
[44] = PINGROUP(44, cci_i2c, _, phase_flag13, qdss_gpio5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1347
[45] = PINGROUP(45, qup02, _, phase_flag14, qdss_gpio6, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1348
[46] = PINGROUP(46, qup02, _, phase_flag15, qdss_gpio7, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1349
[47] = PINGROUP(47, mdp_vsync0, _, phase_flag16, qdss_gpio3, _, _, usb2phy_ac, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1350
[48] = PINGROUP(48, cci_async, mdp_vsync1, gcc_gp1, _, phase_flag17, qdss_gpio8, qup02,
drivers/pinctrl/qcom/pinctrl-sm6375.c
1351
_, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1352
[49] = PINGROUP(49, vfr_1, _, phase_flag18, qdss_gpio9, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1353
[50] = PINGROUP(50, _, phase_flag19, qdss_gpio10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1354
[51] = PINGROUP(51, _, phase_flag20, qdss_gpio11, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1355
[52] = PINGROUP(52, cci_async, gp_pdm1, _, phase_flag21, qdss_gpio12, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1356
[53] = PINGROUP(53, cci_async, _, phase_flag22, qdss_gpio13, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1357
[54] = PINGROUP(54, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1358
[55] = PINGROUP(55, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1359
[56] = PINGROUP(56, qup02, mdp_vsync2, _, phase_flag23, qdss_gpio10, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1360
[57] = PINGROUP(57, qup02, mdp_vsync3, gp_pdm2, _, phase_flag24, qdss_gpio11, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1361
[58] = PINGROUP(58, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1362
[59] = PINGROUP(59, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1363
[60] = PINGROUP(60, audio_ref, lpass_ext, mi2s_2, _, phase_flag25, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1364
[61] = PINGROUP(61, qup01, tgu_ch0, _, phase_flag26, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1365
[62] = PINGROUP(62, qup01, tgu_ch1, _, phase_flag27, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1366
[63] = PINGROUP(63, qup01, tgu_ch2, _, phase_flag28, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1367
[64] = PINGROUP(64, qup01, tgu_ch3, _, phase_flag29, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1368
[65] = PINGROUP(65, mss_lte, _, qdss_gpio0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1369
[66] = PINGROUP(66, mss_lte, _, qdss_gpio1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1370
[67] = PINGROUP(67, btfm_slimbus, mi2s_1, _, phase_flag30, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1371
[68] = PINGROUP(68, btfm_slimbus, mi2s_1, gp_pdm0, _, phase_flag31, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1372
[69] = PINGROUP(69, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1373
[70] = PINGROUP(70, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1374
[71] = PINGROUP(71, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1375
[72] = PINGROUP(72, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1376
[73] = PINGROUP(73, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1377
[74] = PINGROUP(74, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1378
[75] = PINGROUP(75, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1379
[76] = PINGROUP(76, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1380
[77] = PINGROUP(77, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1381
[78] = PINGROUP(78, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1382
[79] = PINGROUP(79, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1383
[80] = PINGROUP(80, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1384
[81] = PINGROUP(81, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1385
[82] = PINGROUP(82, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1386
[83] = PINGROUP(83, atest_usb1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1387
[84] = PINGROUP(84, _, atest_usb10, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1388
[85] = PINGROUP(85, sd_write, _, atest_usb11, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1389
[86] = PINGROUP(86, btfm_slimbus, mi2s_1, _, qdss_cti, atest_usb12, ddr_pxi0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1390
[87] = PINGROUP(87, btfm_slimbus, mi2s_1, adsp_ext, _, qdss_cti, atest_usb13, ddr_pxi1, _,
drivers/pinctrl/qcom/pinctrl-sm6375.c
1391
_),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1392
[88] = PINGROUP(88, mi2s_0, _, qdss_gpio4, _, atest_usb2, ddr_pxi2, tsense_pwm1,
drivers/pinctrl/qcom/pinctrl-sm6375.c
1393
tsense_pwm2, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1394
[89] = PINGROUP(89, mi2s_0, agera_pll, _, qdss_gpio5, _, vsense_trigger, atest_usb20,
drivers/pinctrl/qcom/pinctrl-sm6375.c
1395
ddr_pxi3, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1396
[90] = PINGROUP(90, mi2s_0, jitter_bist, _, qdss_gpio6, _, wlan1_adc0, atest_usb21,
drivers/pinctrl/qcom/pinctrl-sm6375.c
1397
ddr_pxi0, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1398
[91] = PINGROUP(91, mi2s_0, _, qdss_gpio7, _, wlan2_adc0, atest_usb22, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1399
[92] = PINGROUP(92, _, qdss_gpio8, atest_tsens, wlan1_adc1, atest_usb23, ddr_pxi2, _, _,
drivers/pinctrl/qcom/pinctrl-sm6375.c
1400
_),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1401
[93] = PINGROUP(93, mclk, lpass_ext, _, qdss_gpio9, atest_tsens2, wlan2_adc1, ddr_pxi3,
drivers/pinctrl/qcom/pinctrl-sm6375.c
1402
_, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1403
[94] = PINGROUP(94, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1404
[95] = PINGROUP(95, ldo_en, _, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1405
[96] = PINGROUP(96, ldo_update, _, atest_char0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1406
[97] = PINGROUP(97, prng_rosc0, _, atest_char1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1407
[98] = PINGROUP(98, _, atest_char2, _, _, prng_rosc1, pll_clk, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1408
[99] = PINGROUP(99, _, atest_char3, _, _, prng_rosc2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1409
[100] = PINGROUP(100, _, _, prng_rosc3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1410
[101] = PINGROUP(101, nav_gpio, nav_pps, nav_pps, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1411
[102] = PINGROUP(102, nav_gpio, nav_pps, nav_pps, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1412
[103] = PINGROUP(103, qlink0_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1413
[104] = PINGROUP(104, qlink0_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1414
[105] = PINGROUP(105, qlink0_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1415
[106] = PINGROUP(106, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1416
[107] = PINGROUP(107, qlink1_request, gps_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1417
[108] = PINGROUP(108, qlink1_enable, gps_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1418
[109] = PINGROUP(109, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1419
[110] = PINGROUP(110, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1420
[111] = PINGROUP(111, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1421
[112] = PINGROUP(112, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1422
[113] = PINGROUP(113, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1423
[114] = PINGROUP(114, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1424
[115] = PINGROUP(115, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1425
[116] = PINGROUP(116, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1426
[117] = PINGROUP(117, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1427
[118] = PINGROUP(118, _, _, pa_indicator, dp_hot, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1428
[119] = PINGROUP(119, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1429
[120] = PINGROUP(120, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1430
[121] = PINGROUP(121, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1431
[122] = PINGROUP(122, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1432
[123] = PINGROUP(123, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1433
[124] = PINGROUP(124, usb_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1434
[125] = PINGROUP(125, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1435
[126] = PINGROUP(126, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1436
[127] = PINGROUP(127, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1437
[128] = PINGROUP(128, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1438
[129] = PINGROUP(129, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1439
[130] = PINGROUP(130, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1440
[131] = PINGROUP(131, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1441
[132] = PINGROUP(132, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1442
[133] = PINGROUP(133, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1443
[134] = PINGROUP(134, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1444
[135] = PINGROUP(135, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1445
[136] = PINGROUP(136, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1446
[137] = PINGROUP(137, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1447
[138] = PINGROUP(138, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1448
[139] = PINGROUP(139, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1449
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1450
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1451
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1452
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1453
[144] = PINGROUP(144, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1454
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1455
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1456
[147] = PINGROUP(147, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1457
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1458
[149] = PINGROUP(149, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1459
[150] = PINGROUP(150, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1460
[151] = PINGROUP(151, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1461
[152] = PINGROUP(152, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1462
[153] = PINGROUP(153, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1463
[154] = PINGROUP(154, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1464
[155] = PINGROUP(155, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1079
[0] = PINGROUP(0, SOUTH, qup01, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1080
[1] = PINGROUP(1, SOUTH, qup01, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1081
[2] = PINGROUP(2, SOUTH, qup01, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1082
[3] = PINGROUP(3, SOUTH, qup01, dbg_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1083
[4] = PINGROUP(4, NORTH, _, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1084
[5] = PINGROUP(5, NORTH, _, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1085
[6] = PINGROUP(6, NORTH, qup11, _, phase_flag, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1086
[7] = PINGROUP(7, NORTH, qup11, ddr_bist, _, phase_flag, atest_tsens2, vsense_trigger, atest_usb1, ddr_pxi0, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1087
[8] = PINGROUP(8, NORTH, qup11, gp_pdm1, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1088
[9] = PINGROUP(9, NORTH, qup11, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1089
[10] = PINGROUP(10, NORTH, mdp_vsync, ddr_bist, _, phase_flag, wlan2_adc1, atest_usb1, ddr_pxi2, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1090
[11] = PINGROUP(11, NORTH, mdp_vsync, edp_lcd, _, phase_flag, wlan2_adc0, atest_usb1, ddr_pxi2, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1091
[12] = PINGROUP(12, SOUTH, mdp_vsync, m_voc, qup01, _, phase_flag, ddr_pxi3, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1092
[13] = PINGROUP(13, SOUTH, cam_mclk, pll_bypassnl, _, phase_flag, qdss, ddr_pxi3, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1093
[14] = PINGROUP(14, SOUTH, cam_mclk, pll_reset, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1094
[15] = PINGROUP(15, SOUTH, cam_mclk, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1095
[16] = PINGROUP(16, SOUTH, cam_mclk, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1096
[17] = PINGROUP(17, SOUTH, cci_i2c, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1097
[18] = PINGROUP(18, SOUTH, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1098
[19] = PINGROUP(19, SOUTH, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1099
[20] = PINGROUP(20, SOUTH, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1100
[21] = PINGROUP(21, SOUTH, cci_timer0, gcc_gp2, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1101
[22] = PINGROUP(22, SOUTH, cci_timer1, gcc_gp3, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1102
[23] = PINGROUP(23, SOUTH, cci_timer2, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1103
[24] = PINGROUP(24, SOUTH, cci_timer3, cci_async, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1104
[25] = PINGROUP(25, SOUTH, cci_timer4, cci_async, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1105
[26] = PINGROUP(26, SOUTH, cci_async, jitter_bist, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1106
[27] = PINGROUP(27, SOUTH, cci_i2c, pll_bist, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1107
[28] = PINGROUP(28, SOUTH, cci_i2c, agera_pll, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1108
[29] = PINGROUP(29, NORTH, _, _, phase_flag, qdss, atest_tsens, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1109
[30] = PINGROUP(30, SOUTH, _, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1110
[31] = PINGROUP(31, WEST, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1111
[32] = PINGROUP(32, NORTH, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1112
[33] = PINGROUP(33, NORTH, sd_write, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1113
[34] = PINGROUP(34, SOUTH, qup02, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1114
[35] = PINGROUP(35, SOUTH, qup02, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1115
[36] = PINGROUP(36, SOUTH, _, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1116
[37] = PINGROUP(37, SOUTH, qup01, gp_pdm0, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1117
[38] = PINGROUP(38, SOUTH, qup03, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1118
[39] = PINGROUP(39, SOUTH, qup03, _, phase_flag, _, wlan1_adc0, atest_usb1, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1119
[40] = PINGROUP(40, SOUTH, qup03, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1120
[41] = PINGROUP(41, SOUTH, qup03, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1121
[42] = PINGROUP(42, NORTH, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1122
[43] = PINGROUP(43, NORTH, qup12, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1123
[44] = PINGROUP(44, NORTH, qup12, _, phase_flag, qdss_cti, _, wlan1_adc1, atest_usb1, ddr_pxi1, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1124
[45] = PINGROUP(45, NORTH, qup12, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1125
[46] = PINGROUP(46, NORTH, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1126
[47] = PINGROUP(47, NORTH, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1127
[48] = PINGROUP(48, WEST, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1128
[49] = PINGROUP(49, WEST, pri_mi2s, qup00, wsa_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1129
[50] = PINGROUP(50, WEST, pri_mi2s_ws, qup00, wsa_data, gp_pdm1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1130
[51] = PINGROUP(51, WEST, pri_mi2s, qup00, atest_usb2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1131
[52] = PINGROUP(52, WEST, pri_mi2s, qup00, atest_usb2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1132
[53] = PINGROUP(53, WEST, ter_mi2s, qup04, qdss, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1133
[54] = PINGROUP(54, WEST, ter_mi2s, qup04, qdss, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1134
[55] = PINGROUP(55, WEST, ter_mi2s, qup04, qdss, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1135
[56] = PINGROUP(56, WEST, ter_mi2s, qup04, gcc_gp1, _, phase_flag, qdss, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1136
[57] = PINGROUP(57, WEST, sec_mi2s, qup00, gp_pdm2, _, phase_flag, qdss, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1137
[58] = PINGROUP(58, WEST, qua_mi2s, qup00, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1138
[59] = PINGROUP(59, NORTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1139
[60] = PINGROUP(60, NORTH, qup10, tsif1_error, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1140
[61] = PINGROUP(61, NORTH, qup10, tsif1_sync, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1141
[62] = PINGROUP(62, NORTH, qup10, tsif1_clk, tgu_ch3, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1142
[63] = PINGROUP(63, NORTH, tsif1_en, mdp_vsync0, qup10, mdp_vsync1, mdp_vsync2, mdp_vsync3, tgu_ch0, qdss_cti, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1143
[64] = PINGROUP(64, NORTH, tsif1_data, sdc4_cmd, qup10, tgu_ch1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1144
[65] = PINGROUP(65, NORTH, tsif2_error, sdc43, qup10, vfr_1, tgu_ch2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1145
[66] = PINGROUP(66, NORTH, tsif2_clk, sdc4_clk, pci_e, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1146
[67] = PINGROUP(67, NORTH, tsif2_en, sdc42, pci_e, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1147
[68] = PINGROUP(68, NORTH, tsif2_data, sdc41, pci_e, gp_pdm0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1148
[69] = PINGROUP(69, NORTH, tsif2_sync, sdc40, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1149
[70] = PINGROUP(70, NORTH, _, _, mdp_vsync, ldo_en, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1150
[71] = PINGROUP(71, NORTH, _, mdp_vsync, ldo_update, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1151
[72] = PINGROUP(72, NORTH, prng_rosc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1152
[73] = PINGROUP(73, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1153
[74] = PINGROUP(74, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1154
[75] = PINGROUP(75, WEST, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1155
[76] = PINGROUP(76, WEST, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1156
[77] = PINGROUP(77, WEST, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1157
[78] = PINGROUP(78, WEST, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1158
[79] = PINGROUP(79, WEST, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1159
[80] = PINGROUP(80, WEST, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1160
[81] = PINGROUP(81, WEST, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1161
[82] = PINGROUP(82, WEST, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1162
[83] = PINGROUP(83, WEST, _, nav_pps_in, nav_pps_out, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1163
[84] = PINGROUP(84, WEST, _, nav_pps_in, nav_pps_out, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1164
[85] = PINGROUP(85, WEST, uim_batt, edp_hot, aoss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1165
[86] = PINGROUP(86, NORTH, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1166
[87] = PINGROUP(87, NORTH, adsp_ext, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1167
[88] = PINGROUP(88, NORTH, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1168
[89] = PINGROUP(89, NORTH, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1169
[90] = PINGROUP(90, NORTH, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1170
[91] = PINGROUP(91, NORTH, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1171
[92] = PINGROUP(92, NORTH, _, _, qup15, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1172
[93] = PINGROUP(93, NORTH, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1173
[94] = PINGROUP(94, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1174
[95] = PINGROUP(95, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1175
[96] = PINGROUP(96, WEST, qlink_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1176
[97] = PINGROUP(97, WEST, qlink_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1177
[98] = PINGROUP(98, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1178
[99] = PINGROUP(99, WEST, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1179
[100] = PINGROUP(100, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1180
[101] = PINGROUP(101, NORTH, _, _, qup15, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1181
[102] = PINGROUP(102, NORTH, _, _, qup15, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1182
[103] = PINGROUP(103, NORTH, _, qup15, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1183
[104] = PINGROUP(104, WEST, usb_phy, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1184
[105] = PINGROUP(105, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1185
[106] = PINGROUP(106, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1186
[107] = PINGROUP(107, WEST, _, nav_pps_in, nav_pps_out, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1187
[108] = PINGROUP(108, SOUTH, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1188
[109] = PINGROUP(109, SOUTH, mss_lte, gps_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1189
[110] = PINGROUP(110, NORTH, _, _, qup14, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1190
[111] = PINGROUP(111, NORTH, _, _, qup14, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1191
[112] = PINGROUP(112, NORTH, _, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1192
[113] = PINGROUP(113, NORTH, _, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1193
[114] = PINGROUP(114, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1194
[115] = PINGROUP(115, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1195
[116] = PINGROUP(116, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1196
[117] = PINGROUP(117, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1197
[118] = PINGROUP(118, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1311
[0] = PINGROUP(0, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1312
[1] = PINGROUP(1, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1313
[2] = PINGROUP(2, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1314
[3] = PINGROUP(3, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1315
[4] = PINGROUP(4, SOUTH, qup6, rgmii, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1316
[5] = PINGROUP(5, SOUTH, qup6, rgmii, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1317
[6] = PINGROUP(6, SOUTH, qup6, rgmii, qup_l6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1318
[7] = PINGROUP(7, SOUTH, qup6, rgmii, qup_l5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1319
[8] = PINGROUP(8, NORTH, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1320
[9] = PINGROUP(9, NORTH, mdp_vsync, edp_lcd, qup10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1321
[10] = PINGROUP(10, NORTH, mdp_vsync, m_voc, edp_hot, qup10, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1322
[11] = PINGROUP(11, NORTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1323
[12] = PINGROUP(12, NORTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1324
[13] = PINGROUP(13, NORTH, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1325
[14] = PINGROUP(14, NORTH, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1326
[15] = PINGROUP(15, NORTH, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1327
[16] = PINGROUP(16, NORTH, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1328
[17] = PINGROUP(17, NORTH, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1329
[18] = PINGROUP(18, NORTH, cci_i2c, phase_flag, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1330
[19] = PINGROUP(19, NORTH, cci_i2c, phase_flag, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1331
[20] = PINGROUP(20, NORTH, cci_i2c, phase_flag, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1332
[21] = PINGROUP(21, EAST, cci_timer0, gcc_gp2, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1333
[22] = PINGROUP(22, EAST, cci_timer1, gcc_gp3, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1334
[23] = PINGROUP(23, EAST, cci_timer2, qup18, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1335
[24] = PINGROUP(24, EAST, cci_timer3, cci_async, qup18, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1336
[25] = PINGROUP(25, EAST, cci_timer4, cci_async, qup18, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1337
[26] = PINGROUP(26, EAST, cci_async, qup18, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1338
[27] = PINGROUP(27, EAST, qup15, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1339
[28] = PINGROUP(28, EAST, qup15, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1340
[29] = PINGROUP(29, EAST, qup15, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1341
[30] = PINGROUP(30, EAST, qup15, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1342
[31] = PINGROUP(31, NORTH, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1343
[32] = PINGROUP(32, NORTH, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1344
[33] = PINGROUP(33, NORTH, cci_i2c, qup_l5, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1345
[34] = PINGROUP(34, NORTH, cci_i2c, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1346
[35] = PINGROUP(35, NORTH, pci_e0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1347
[36] = PINGROUP(36, NORTH, pci_e0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1348
[37] = PINGROUP(37, NORTH, qup_l4, agera_pll, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1349
[38] = PINGROUP(38, SOUTH, usb_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1350
[39] = PINGROUP(39, NORTH, qup9, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1351
[40] = PINGROUP(40, NORTH, qup9, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1352
[41] = PINGROUP(41, NORTH, qup9, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1353
[42] = PINGROUP(42, NORTH, qup9, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1354
[43] = PINGROUP(43, EAST, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1355
[44] = PINGROUP(44, EAST, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1356
[45] = PINGROUP(45, EAST, qup13, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1357
[46] = PINGROUP(46, EAST, qup13, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1358
[47] = PINGROUP(47, EAST, qup14, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1359
[48] = PINGROUP(48, EAST, qup14, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1360
[49] = PINGROUP(49, EAST, qup14, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1361
[50] = PINGROUP(50, EAST, qup14, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1362
[51] = PINGROUP(51, SOUTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1363
[52] = PINGROUP(52, SOUTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1364
[53] = PINGROUP(53, SOUTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1365
[54] = PINGROUP(54, SOUTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1366
[55] = PINGROUP(55, SOUTH, qup17, qup19, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1367
[56] = PINGROUP(56, SOUTH, qup17, qup19, qdss_cti, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1368
[57] = PINGROUP(57, SOUTH, qup17, qup19, qdss_cti, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1369
[58] = PINGROUP(58, SOUTH, qup17, qup19, qdss_cti, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1370
[59] = PINGROUP(59, SOUTH, rgmii, qup_l4, phase_flag, _, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1371
[60] = PINGROUP(60, SOUTH, _, nav_pps, nav_pps, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1372
[61] = PINGROUP(61, SOUTH, qlink_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1373
[62] = PINGROUP(62, SOUTH, qlink_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1374
[63] = PINGROUP(63, SOUTH, wmss_reset, atest_usb23, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1375
[64] = PINGROUP(64, SOUTH, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1376
[65] = PINGROUP(65, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1377
[66] = PINGROUP(66, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1378
[67] = PINGROUP(67, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1379
[68] = PINGROUP(68, SOUTH, _, pa_indicator, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1380
[69] = PINGROUP(69, SOUTH, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1381
[70] = PINGROUP(70, SOUTH, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1382
[71] = PINGROUP(71, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1383
[72] = PINGROUP(72, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1384
[73] = PINGROUP(73, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1385
[74] = PINGROUP(74, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1386
[75] = PINGROUP(75, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1387
[76] = PINGROUP(76, SOUTH, _, _, _, nav_pps, nav_pps, phase_flag, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1388
[77] = PINGROUP(77, SOUTH, _, _, _, nav_pps, nav_pps, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1389
[78] = PINGROUP(78, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1390
[79] = PINGROUP(79, SOUTH, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1391
[80] = PINGROUP(80, SOUTH, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1392
[81] = PINGROUP(81, SOUTH, _, _, _, nav_pps, nav_pps, qup_l4, mdp_vsync, emac_pps, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1393
[82] = PINGROUP(82, SOUTH, _, _, _, nav_pps, nav_pps, qup_l5, mdp_vsync, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1394
[83] = PINGROUP(83, NORTH, qup12, qup16, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1395
[84] = PINGROUP(84, NORTH, qup12, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1396
[85] = PINGROUP(85, NORTH, qup12, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1397
[86] = PINGROUP(86, NORTH, qup12, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1398
[87] = PINGROUP(87, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1399
[88] = PINGROUP(88, NORTH, tsif1, qup8, qspi_cs, tgu_ch3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1400
[89] = PINGROUP(89, NORTH, tsif1, qup8, qspi0, mdp_vsync0, mdp_vsync1, mdp_vsync2, mdp_vsync3, tgu_ch0, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1401
[90] = PINGROUP(90, NORTH, tsif1, qup8, qspi1, sdc4, phase_flag, tgu_ch1, _, _, wlan1_adc1),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1402
[91] = PINGROUP(91, NORTH, tsif1, qup8, qspi2, sdc4, vfr_1, phase_flag, tgu_ch2, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1403
[92] = PINGROUP(92, NORTH, tsif2, qup11, qspi_clk, sdc4, phase_flag, _, wlan2_adc1, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1404
[93] = PINGROUP(93, NORTH, tsif2, qup11, qspi3, sdc4, phase_flag, _, wlan2_adc0, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1405
[94] = PINGROUP(94, NORTH, tsif2, qup11, qspi_cs, sdc4, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1406
[95] = PINGROUP(95, NORTH, tsif2, qup11, sdc4, qup_l4, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1407
[96] = PINGROUP(96, NORTH, tsif2, qup_l5, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1408
[97] = PINGROUP(97, NORTH, sd_write, tsif1, qup_l6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1409
[98] = PINGROUP(98, SOUTH, qup7, ddr_bist, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1410
[99] = PINGROUP(99, SOUTH, qup7, ddr_bist, atest_usb13, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1411
[100] = PINGROUP(100, SOUTH, qup7, pll_bypassnl, atest_usb12, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1412
[101] = PINGROUP(101, SOUTH, qup7, pll_reset, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1413
[102] = PINGROUP(102, NORTH, pci_e1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1414
[103] = PINGROUP(103, NORTH, pci_e1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1415
[104] = PINGROUP(104, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1416
[105] = PINGROUP(105, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1417
[106] = PINGROUP(106, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1418
[107] = PINGROUP(107, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1419
[108] = PINGROUP(108, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1420
[109] = PINGROUP(109, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1421
[110] = PINGROUP(110, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1422
[111] = PINGROUP(111, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1423
[112] = PINGROUP(112, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1424
[113] = PINGROUP(113, WEST, uim_batt, usb2phy_ac, aoss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1425
[114] = PINGROUP(114, SOUTH, qup1, rgmii, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1426
[115] = PINGROUP(115, SOUTH, qup1, rgmii, phase_flag, adsp_ext, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1427
[116] = PINGROUP(116, SOUTH, qup1, rgmii, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1428
[117] = PINGROUP(117, SOUTH, qup1, rgmii, phase_flag, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1429
[118] = PINGROUP(118, SOUTH, rgmii, phase_flag, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1430
[119] = PINGROUP(119, SOUTH, qup5, rgmii, phase_flag, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1431
[120] = PINGROUP(120, SOUTH, qup5, rgmii, phase_flag, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1432
[121] = PINGROUP(121, SOUTH, qup5, rgmii, phase_flag, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1433
[122] = PINGROUP(122, SOUTH, qup5, rgmii, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1434
[123] = PINGROUP(123, SOUTH, usb2phy_ac, qup_l6, atest_usb22, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1435
[124] = PINGROUP(124, SOUTH, emac_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1436
[125] = PINGROUP(125, WEST, hs3_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1437
[126] = PINGROUP(126, SOUTH, sec_mi2s, qup2, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1438
[127] = PINGROUP(127, SOUTH, sec_mi2s, qup2, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1439
[128] = PINGROUP(128, SOUTH, sec_mi2s, qup2, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1440
[129] = PINGROUP(129, SOUTH, sec_mi2s, qup2, jitter_bist, atest_usb21, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1441
[130] = PINGROUP(130, SOUTH, sec_mi2s, pll_bist, atest_usb20, atest_char0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1442
[131] = PINGROUP(131, SOUTH, ter_mi2s, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1443
[132] = PINGROUP(132, SOUTH, ter_mi2s, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1444
[133] = PINGROUP(133, SOUTH, ter_mi2s, qdss, atest_char1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1445
[134] = PINGROUP(134, SOUTH, ter_mi2s, qdss, atest_char2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1446
[135] = PINGROUP(135, SOUTH, ter_mi2s, atest_char3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1447
[136] = PINGROUP(136, SOUTH, qua_mi2s, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1448
[137] = PINGROUP(137, SOUTH, qua_mi2s, gcc_gp2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1449
[138] = PINGROUP(138, SOUTH, qua_mi2s, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1450
[139] = PINGROUP(139, SOUTH, qua_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1451
[140] = PINGROUP(140, SOUTH, qua_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1452
[141] = PINGROUP(141, SOUTH, qua_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1453
[142] = PINGROUP(142, SOUTH, qua_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1454
[143] = PINGROUP(143, SOUTH, pri_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1455
[144] = PINGROUP(144, SOUTH, pri_mi2s, qup3, phase_flag, _, ddr_pxi0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1456
[145] = PINGROUP(145, SOUTH, pri_mi2s_ws, qup3, phase_flag, ddr_bist, _, vsense_trigger, atest_usb1, ddr_pxi0, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1457
[146] = PINGROUP(146, SOUTH, pri_mi2s, qup3, ddr_bist, atest_usb11, ddr_pxi2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1458
[147] = PINGROUP(147, SOUTH, pri_mi2s, qup3, dbg_out, atest_usb10, ddr_pxi2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1459
[148] = PINGROUP(148, SOUTH, spkr_i2s, audio_ref, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1460
[149] = PINGROUP(149, SOUTH, lpass_slimbus, spkr_i2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1461
[150] = PINGROUP(150, SOUTH, lpass_slimbus, spkr_i2s, tsense_pwm1, tsense_pwm2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1462
[151] = PINGROUP(151, SOUTH, lpass_slimbus, spkr_i2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1463
[152] = PINGROUP(152, SOUTH, lpass_slimbus, spkr_i2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1464
[153] = PINGROUP(153, SOUTH, btfm_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1465
[154] = PINGROUP(154, SOUTH, btfm_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1466
[155] = PINGROUP(155, WEST, hs1_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1467
[156] = PINGROUP(156, WEST, hs1_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1468
[157] = PINGROUP(157, WEST, hs1_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1469
[158] = PINGROUP(158, WEST, hs1_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1470
[159] = PINGROUP(159, WEST, hs1_mi2s, cri_trng0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1471
[160] = PINGROUP(160, WEST, hs2_mi2s, cri_trng1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1472
[161] = PINGROUP(161, WEST, hs2_mi2s, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1473
[162] = PINGROUP(162, WEST, hs2_mi2s, sp_cmu, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1474
[163] = PINGROUP(163, WEST, hs2_mi2s, prng_rosc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1475
[164] = PINGROUP(164, WEST, hs2_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1476
[165] = PINGROUP(165, WEST, hs3_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1477
[166] = PINGROUP(166, WEST, hs3_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1478
[167] = PINGROUP(167, WEST, hs3_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1479
[168] = PINGROUP(168, WEST, hs3_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1480
[169] = PINGROUP(169, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1481
[170] = PINGROUP(170, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1482
[171] = PINGROUP(171, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1483
[172] = PINGROUP(172, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1484
[173] = PINGROUP(173, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1485
[174] = PINGROUP(174, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
81
LPI_PINGROUP(0, 0, swr_tx_clk, qua_mi2s_sclk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
82
LPI_PINGROUP(1, 2, swr_tx_data, qua_mi2s_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
83
LPI_PINGROUP(2, 4, swr_tx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
84
LPI_PINGROUP(3, 8, swr_rx_clk, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
85
LPI_PINGROUP(4, 10, swr_rx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
86
LPI_PINGROUP(5, 12, swr_tx_data, swr_rx_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
87
LPI_PINGROUP(6, LPI_NO_SLEW, dmic1_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
88
LPI_PINGROUP(7, LPI_NO_SLEW, dmic1_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
89
LPI_PINGROUP(8, LPI_NO_SLEW, dmic2_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
90
LPI_PINGROUP(9, LPI_NO_SLEW, dmic2_data, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
91
LPI_PINGROUP(10, 16, i2s2_clk, wsa_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
92
LPI_PINGROUP(11, 18, i2s2_ws, wsa_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
93
LPI_PINGROUP(12, LPI_NO_SLEW, dmic3_clk, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
94
LPI_PINGROUP(13, LPI_NO_SLEW, dmic3_data, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1131
[0] = PINGROUP(0, SOUTH, qup19, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1132
[1] = PINGROUP(1, SOUTH, qup19, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1133
[2] = PINGROUP(2, SOUTH, qup19, qdss_cti, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1134
[3] = PINGROUP(3, SOUTH, qup19, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1135
[4] = PINGROUP(4, NORTH, qup1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1136
[5] = PINGROUP(5, NORTH, qup1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1137
[6] = PINGROUP(6, NORTH, qup1, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1138
[7] = PINGROUP(7, NORTH, qup1, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1139
[8] = PINGROUP(8, NORTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1140
[9] = PINGROUP(9, NORTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1141
[10] = PINGROUP(10, NORTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1142
[11] = PINGROUP(11, NORTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1143
[12] = PINGROUP(12, NORTH, qup5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1144
[13] = PINGROUP(13, NORTH, qup5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1145
[14] = PINGROUP(14, NORTH, qup5, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1146
[15] = PINGROUP(15, NORTH, qup5, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1147
[16] = PINGROUP(16, NORTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1148
[17] = PINGROUP(17, NORTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1149
[18] = PINGROUP(18, NORTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1150
[19] = PINGROUP(19, NORTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1151
[20] = PINGROUP(20, NORTH, qup7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1152
[21] = PINGROUP(21, NORTH, qup7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1153
[22] = PINGROUP(22, NORTH, qup7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1154
[23] = PINGROUP(23, NORTH, qup7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1155
[24] = PINGROUP(24, SOUTH, qup8, ibi_i3c, atest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1156
[25] = PINGROUP(25, SOUTH, qup8, ibi_i3c, atest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1157
[26] = PINGROUP(26, SOUTH, qup8, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1158
[27] = PINGROUP(27, SOUTH, qup8, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1159
[28] = PINGROUP(28, NORTH, qup0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1160
[29] = PINGROUP(29, NORTH, qup0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1161
[30] = PINGROUP(30, NORTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1162
[31] = PINGROUP(31, NORTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1163
[32] = PINGROUP(32, SOUTH, qup12, _, atest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1164
[33] = PINGROUP(33, SOUTH, qup12, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1165
[34] = PINGROUP(34, SOUTH, qup12, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1166
[35] = PINGROUP(35, SOUTH, qup12, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1167
[36] = PINGROUP(36, SOUTH, qup13, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1168
[37] = PINGROUP(37, SOUTH, qup13, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1169
[38] = PINGROUP(38, SOUTH, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1170
[39] = PINGROUP(39, SOUTH, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1171
[40] = PINGROUP(40, SOUTH, qup14, ibi_i3c, _, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1172
[41] = PINGROUP(41, SOUTH, qup14, ibi_i3c, _, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1173
[42] = PINGROUP(42, SOUTH, qup14, vsense_trigger, ddr_pxi1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1174
[43] = PINGROUP(43, SOUTH, qup14, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1175
[44] = PINGROUP(44, SOUTH, qup15, qdss_cti, dbg_out, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1176
[45] = PINGROUP(45, SOUTH, qup15, qdss_cti, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1177
[46] = PINGROUP(46, SOUTH, qup15, qup_l4, qdss_cti, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1178
[47] = PINGROUP(47, SOUTH, qup15, qup_l5, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1179
[48] = PINGROUP(48, SOUTH, qup16, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1180
[49] = PINGROUP(49, SOUTH, qup16, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1181
[50] = PINGROUP(50, SOUTH, qup16, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1182
[51] = PINGROUP(51, SOUTH, qup16, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1183
[52] = PINGROUP(52, SOUTH, qup17, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1184
[53] = PINGROUP(53, SOUTH, qup17, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1185
[54] = PINGROUP(54, SOUTH, qup17, jitter_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1186
[55] = PINGROUP(55, SOUTH, qup17, pll_bist, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1187
[56] = PINGROUP(56, SOUTH, qup18, ddr_pxi2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1188
[57] = PINGROUP(57, SOUTH, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1189
[58] = PINGROUP(58, SOUTH, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1190
[59] = PINGROUP(59, SOUTH, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1191
[60] = PINGROUP(60, SOUTH, qup11, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1192
[61] = PINGROUP(61, SOUTH, qup11, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1193
[62] = PINGROUP(62, SOUTH, qup11, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1194
[63] = PINGROUP(63, SOUTH, qup11, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1195
[64] = PINGROUP(64, SOUTH, usb2phy_ac, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1196
[65] = PINGROUP(65, SOUTH, usb_phy, pll_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1197
[66] = PINGROUP(66, NORTH, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1198
[67] = PINGROUP(67, NORTH, mdp_vsync, dp_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1199
[68] = PINGROUP(68, NORTH, mdp_vsync, dp_hot, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1200
[69] = PINGROUP(69, SOUTH, qspi_cs, tsif0_clk, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1201
[70] = PINGROUP(70, SOUTH, qspi0, tsif0_en, mdp_vsync0, mdp_vsync1, mdp_vsync2, mdp_vsync3, phase_flag, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1202
[71] = PINGROUP(71, SOUTH, qspi1, tsif0_data, sdc4_cmd, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1203
[72] = PINGROUP(72, SOUTH, qspi2, tsif0_sync, sdc43, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1204
[73] = PINGROUP(73, SOUTH, qspi_clk, tsif1_clk, sdc4_clk, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1205
[74] = PINGROUP(74, SOUTH, qspi3, tsif1_en, sdc42, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1206
[75] = PINGROUP(75, SOUTH, qspi_cs, tsif1_data, sdc41, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1207
[76] = PINGROUP(76, SOUTH, tsif1_sync, sdc40, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1208
[77] = PINGROUP(77, NORTH, qup_l6, aoss_cti, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1209
[78] = PINGROUP(78, NORTH, sd_write, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1210
[79] = PINGROUP(79, NORTH, pci_e0, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1211
[80] = PINGROUP(80, NORTH, pci_e0, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1212
[81] = PINGROUP(81, NORTH, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1213
[82] = PINGROUP(82, NORTH, pci_e1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1214
[83] = PINGROUP(83, NORTH, pci_e1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1215
[84] = PINGROUP(84, NORTH, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1216
[85] = PINGROUP(85, SOUTH, pci_e2, tgu_ch0, atest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1217
[86] = PINGROUP(86, SOUTH, pci_e2, tgu_ch3, atest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1218
[87] = PINGROUP(87, SOUTH, atest, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1219
[88] = PINGROUP(88, SOUTH, _, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1220
[89] = PINGROUP(89, SOUTH, _, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1221
[90] = PINGROUP(90, SOUTH, tsif1_error, usb2phy_ac, tgu_ch1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1222
[91] = PINGROUP(91, SOUTH, tsif0_error, tgu_ch2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1223
[92] = PINGROUP(92, NORTH, qup_l6, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1224
[93] = PINGROUP(93, NORTH, qup_l6, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1225
[94] = PINGROUP(94, NORTH, cam_mclk, ddr_bist, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1226
[95] = PINGROUP(95, NORTH, cam_mclk, ddr_bist, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1227
[96] = PINGROUP(96, NORTH, cam_mclk, pll_bypassnl, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1228
[97] = PINGROUP(97, NORTH, cam_mclk, pll_reset, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1229
[98] = PINGROUP(98, NORTH, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1230
[99] = PINGROUP(99, NORTH, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1231
[100] = PINGROUP(100, NORTH, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1232
[101] = PINGROUP(101, NORTH, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1233
[102] = PINGROUP(102, NORTH, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1234
[103] = PINGROUP(103, NORTH, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1235
[104] = PINGROUP(104, NORTH, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1236
[105] = PINGROUP(105, NORTH, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1237
[106] = PINGROUP(106, NORTH, cci_i2c, gcc_gp1, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1238
[107] = PINGROUP(107, NORTH, cci_i2c, gcc_gp2, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1239
[108] = PINGROUP(108, NORTH, cci_i2c, gcc_gp3, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1240
[109] = PINGROUP(109, NORTH, cci_timer0, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1241
[110] = PINGROUP(110, NORTH, cci_timer1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1242
[111] = PINGROUP(111, NORTH, cci_timer2, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1243
[112] = PINGROUP(112, NORTH, cci_timer3, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1244
[113] = PINGROUP(113, NORTH, cci_timer4, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1245
[114] = PINGROUP(114, NORTH, cci_async, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1246
[115] = PINGROUP(115, NORTH, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1247
[116] = PINGROUP(116, NORTH, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1248
[117] = PINGROUP(117, NORTH, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1249
[118] = PINGROUP(118, NORTH, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1250
[119] = PINGROUP(119, NORTH, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1251
[120] = PINGROUP(120, NORTH, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1252
[121] = PINGROUP(121, NORTH, qup3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1253
[122] = PINGROUP(122, NORTH, qup3, mdp_vsync, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1254
[123] = PINGROUP(123, NORTH, qup_l4, tsense_pwm1, tsense_pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1255
[124] = PINGROUP(124, NORTH, qup_l5, mdp_vsync, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1256
[125] = PINGROUP(125, SOUTH, qup9, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1257
[126] = PINGROUP(126, SOUTH, qup9, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1258
[127] = PINGROUP(127, SOUTH, qup9, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1259
[128] = PINGROUP(128, SOUTH, qup9, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1260
[129] = PINGROUP(129, SOUTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1261
[130] = PINGROUP(130, SOUTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1262
[131] = PINGROUP(131, SOUTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1263
[132] = PINGROUP(132, SOUTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1264
[133] = PINGROUP(133, WEST, mi2s2_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1265
[134] = PINGROUP(134, WEST, mi2s2_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1266
[135] = PINGROUP(135, WEST, mi2s2_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1267
[136] = PINGROUP(136, WEST, pri_mi2s, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1268
[137] = PINGROUP(137, WEST, sec_mi2s, audio_ref, mi2s2_data1, gcc_gp2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1269
[138] = PINGROUP(138, WEST, mi2s0_sck, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1270
[139] = PINGROUP(139, WEST, mi2s0_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1271
[140] = PINGROUP(140, WEST, mi2s0_data1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1272
[141] = PINGROUP(141, WEST, mi2s0_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1273
[142] = PINGROUP(142, WEST, lpass_slimbus, mi2s1_sck, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1274
[143] = PINGROUP(143, WEST, lpass_slimbus, mi2s1_data0, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1275
[144] = PINGROUP(144, WEST, lpass_slimbus, mi2s1_data1, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1276
[145] = PINGROUP(145, WEST, lpass_slimbus, mi2s1_ws, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1277
[146] = PINGROUP(146, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1278
[147] = PINGROUP(147, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1279
[148] = PINGROUP(148, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1280
[149] = PINGROUP(149, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1281
[150] = PINGROUP(150, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1282
[151] = PINGROUP(151, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1283
[152] = PINGROUP(152, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1284
[153] = PINGROUP(153, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1285
[154] = PINGROUP(154, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1286
[155] = PINGROUP(155, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1287
[156] = PINGROUP(156, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1288
[157] = PINGROUP(157, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1289
[158] = PINGROUP(158, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1290
[159] = PINGROUP(159, WEST, cri_trng0, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1291
[160] = PINGROUP(160, WEST, cri_trng1, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1292
[161] = PINGROUP(161, WEST, cri_trng, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1293
[162] = PINGROUP(162, WEST, sp_cmu, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1294
[163] = PINGROUP(163, WEST, prng_rosc, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1295
[164] = PINGROUP(164, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1296
[165] = PINGROUP(165, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1297
[166] = PINGROUP(166, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1298
[167] = PINGROUP(167, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1299
[168] = PINGROUP(168, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1300
[169] = PINGROUP(169, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1301
[170] = PINGROUP(170, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1302
[171] = PINGROUP(171, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1303
[172] = PINGROUP(172, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1304
[173] = PINGROUP(173, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1305
[174] = PINGROUP(174, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1306
[175] = PINGROUP(175, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1307
[176] = PINGROUP(176, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1308
[177] = PINGROUP(177, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1309
[178] = PINGROUP(178, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1310
[179] = PINGROUP(179, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1386
[0] = PINGROUP(0, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1387
[1] = PINGROUP(1, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1388
[2] = PINGROUP(2, qup13, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1389
[3] = PINGROUP(3, qup13, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1390
[4] = PINGROUP(4, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1391
[5] = PINGROUP(5, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1392
[6] = PINGROUP(6, qup0, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1393
[7] = PINGROUP(7, qup0, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1394
[8] = PINGROUP(8, qup1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1395
[9] = PINGROUP(9, qup1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1396
[10] = PINGROUP(10, qup1, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1397
[11] = PINGROUP(11, qup1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1398
[12] = PINGROUP(12, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1399
[13] = PINGROUP(13, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1400
[14] = PINGROUP(14, qup2, qdss_cti, dbg_out, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1401
[15] = PINGROUP(15, qup2, mdp_vsync, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1402
[16] = PINGROUP(16, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1403
[17] = PINGROUP(17, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1404
[18] = PINGROUP(18, qup3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1405
[19] = PINGROUP(19, qup3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1406
[20] = PINGROUP(20, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1407
[21] = PINGROUP(21, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1408
[22] = PINGROUP(22, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1409
[23] = PINGROUP(23, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1410
[24] = PINGROUP(24, qup5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1411
[25] = PINGROUP(25, qup5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1412
[26] = PINGROUP(26, qup5, mdp_vsync, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1413
[27] = PINGROUP(27, qup5, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1414
[28] = PINGROUP(28, qup6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1415
[29] = PINGROUP(29, qup6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1416
[30] = PINGROUP(30, qup6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1417
[31] = PINGROUP(31, qup6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1418
[32] = PINGROUP(32, qup7, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1419
[33] = PINGROUP(33, qup7, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1420
[34] = PINGROUP(34, qup7, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1421
[35] = PINGROUP(35, qup7, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1422
[36] = PINGROUP(36, qup8, ibi_i3c, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1423
[37] = PINGROUP(37, qup8, ibi_i3c, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1424
[38] = PINGROUP(38, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1425
[39] = PINGROUP(39, qup8, usb2phy_ac, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1426
[40] = PINGROUP(40, qup9, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1427
[41] = PINGROUP(41, qup9, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1428
[42] = PINGROUP(42, qup9, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1429
[43] = PINGROUP(43, qup9, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1430
[44] = PINGROUP(44, qup10, qspi0, sdc40, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1431
[45] = PINGROUP(45, qup10, qspi1, sdc41, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1432
[46] = PINGROUP(46, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1433
[47] = PINGROUP(47, qup10, qspi_cs, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1434
[48] = PINGROUP(48, qup11, qspi2, sdc42, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1435
[49] = PINGROUP(49, qup11, qspi3, sdc43, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1436
[50] = PINGROUP(50, qup11, qspi_clk, sdc4_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1437
[51] = PINGROUP(51, qup11, qspi_cs, sdc4_cmd, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1438
[52] = PINGROUP(52, qup12, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1439
[53] = PINGROUP(53, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1440
[54] = PINGROUP(54, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1441
[55] = PINGROUP(55, qup12, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1442
[56] = PINGROUP(56, qup14, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1443
[57] = PINGROUP(57, qup14, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1444
[58] = PINGROUP(58, qup14, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1445
[59] = PINGROUP(59, qup14, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1446
[60] = PINGROUP(60, qup15, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1447
[61] = PINGROUP(61, qup15, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1448
[62] = PINGROUP(62, qup15, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1449
[63] = PINGROUP(63, qup15, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1450
[64] = PINGROUP(64, qup16, tb_trig, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1451
[65] = PINGROUP(65, qup16, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1452
[66] = PINGROUP(66, qup16, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1453
[67] = PINGROUP(67, qup16, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1454
[68] = PINGROUP(68, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1455
[69] = PINGROUP(69, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1456
[70] = PINGROUP(70, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1457
[71] = PINGROUP(71, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1458
[72] = PINGROUP(72, qup17, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1459
[73] = PINGROUP(73, qup17, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1460
[74] = PINGROUP(74, qup17, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1461
[75] = PINGROUP(75, qup17, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1462
[76] = PINGROUP(76, qup19, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1463
[77] = PINGROUP(77, qup19, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1464
[78] = PINGROUP(78, qup19, phase_flag, _, vsense_trigger, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1465
[79] = PINGROUP(79, qup19, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1466
[80] = PINGROUP(80, usb2phy_ac, jitter_bist, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1467
[81] = PINGROUP(81, usb_phy, pll_bist, pll_clk, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1468
[82] = PINGROUP(82, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1469
[83] = PINGROUP(83, mdp_vsync, dp_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1470
[84] = PINGROUP(84, mdp_vsync, vfr_0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1471
[85] = PINGROUP(85, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1472
[86] = PINGROUP(86, mdp_vsync0, mdp_vsync1, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1473
[87] = PINGROUP(87, dp_hot, mdp_vsync2, mdp_vsync3, qdss_cti, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1474
[88] = PINGROUP(88, qdss_cti, tsense_pwm1, tsense_pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1475
[89] = PINGROUP(89, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1476
[90] = PINGROUP(90, vfr_1, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1477
[91] = PINGROUP(91, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1478
[92] = PINGROUP(92, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1479
[93] = PINGROUP(93, sd_write, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1480
[94] = PINGROUP(94, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1481
[95] = PINGROUP(95, pcie0_clkreqn, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1482
[96] = PINGROUP(96, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1483
[97] = PINGROUP(97, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1484
[98] = PINGROUP(98, pcie1_clkreqn, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1485
[99] = PINGROUP(99, tgu_ch0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1486
[100] = PINGROUP(100, cam_mclk, tgu_ch1, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1487
[101] = PINGROUP(101, cam_mclk, tgu_ch2, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1488
[102] = PINGROUP(102, cam_mclk, tgu_ch3, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1489
[103] = PINGROUP(103, cam_mclk, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1490
[104] = PINGROUP(104, cam_mclk, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1491
[105] = PINGROUP(105, cam_mclk, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1492
[106] = PINGROUP(106, cci_async, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1493
[107] = PINGROUP(107, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1494
[108] = PINGROUP(108, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1495
[109] = PINGROUP(109, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1496
[110] = PINGROUP(110, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1497
[111] = PINGROUP(111, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1498
[112] = PINGROUP(112, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1499
[113] = PINGROUP(113, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1500
[114] = PINGROUP(114, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1501
[115] = PINGROUP(115, cci_timer, gcc_gp1, qdss_gpio, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1502
[116] = PINGROUP(116, cci_timer, gcc_gp2, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1503
[117] = PINGROUP(117, cci_timer, gcc_gp3, qdss_gpio, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1504
[118] = PINGROUP(118, cci_timer, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1505
[119] = PINGROUP(119, cci_timer, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1506
[120] = PINGROUP(120, mi2s2_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1507
[121] = PINGROUP(121, mi2s2_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1508
[122] = PINGROUP(122, mi2s2_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1509
[123] = PINGROUP(123, pri_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1510
[124] = PINGROUP(124, sec_mi2s, audio_ref, mi2s2_data1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1511
[125] = PINGROUP(125, mi2s0_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1512
[126] = PINGROUP(126, mi2s0_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1513
[127] = PINGROUP(127, mi2s0_data1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1514
[128] = PINGROUP(128, mi2s0_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1515
[129] = PINGROUP(129, lpass_slimbus, mi2s1_sck, gcc_gp1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1516
[130] = PINGROUP(130, lpass_slimbus, mi2s1_data0, gcc_gp2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1517
[131] = PINGROUP(131, mi2s1_data1, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1518
[132] = PINGROUP(132, mi2s1_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1519
[133] = PINGROUP(133, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1520
[134] = PINGROUP(134, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1521
[135] = PINGROUP(135, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1522
[136] = PINGROUP(136, uim1_present, tb_trig, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1523
[137] = PINGROUP(137, uim0_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1524
[138] = PINGROUP(138, uim0_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1525
[139] = PINGROUP(139, uim0_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1526
[140] = PINGROUP(140, uim0_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1527
[141] = PINGROUP(141, _, mss_grfc0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1528
[142] = PINGROUP(142, _, mss_grfc1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1529
[143] = PINGROUP(143, _, mss_grfc2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1530
[144] = PINGROUP(144, _, mss_grfc3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1531
[145] = PINGROUP(145, _, mss_grfc4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1532
[146] = PINGROUP(146, _, mss_grfc5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1533
[147] = PINGROUP(147, _, mss_grfc6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1534
[148] = PINGROUP(148, _, mss_grfc7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1535
[149] = PINGROUP(149, _, mss_grfc8, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1536
[150] = PINGROUP(150, _, mss_grfc9, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1537
[151] = PINGROUP(151, coex_uart1, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1538
[152] = PINGROUP(152, coex_uart1, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1539
[153] = PINGROUP(153, coex_uart2, mss_grfc10, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1540
[154] = PINGROUP(154, coex_uart2, mss_grfc11, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1541
[155] = PINGROUP(155, nav_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1542
[156] = PINGROUP(156, nav_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1543
[157] = PINGROUP(157, mss_grfc12, pa_indicator, nav_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1544
[158] = PINGROUP(158, mss_grfc0, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1545
[159] = PINGROUP(159, qlink0_request, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1546
[160] = PINGROUP(160, qlink0_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1547
[161] = PINGROUP(161, qlink0_wmss, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1548
[162] = PINGROUP(162, qlink1_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1549
[163] = PINGROUP(163, qlink1_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1550
[164] = PINGROUP(164, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1551
[165] = PINGROUP(165, qlink2_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1552
[166] = PINGROUP(166, qlink2_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1553
[167] = PINGROUP(167, qlink2_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1554
[168] = PINGROUP(168, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1555
[169] = PINGROUP(169, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1556
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1557
[171] = PINGROUP(171, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1558
[172] = PINGROUP(172, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1559
[173] = PINGROUP(173, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1560
[174] = PINGROUP(174, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1561
[175] = PINGROUP(175, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1562
[176] = PINGROUP(176, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1563
[177] = PINGROUP(177, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1564
[178] = PINGROUP(178, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1565
[179] = PINGROUP(179, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1566
[180] = PINGROUP(180, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1567
[181] = PINGROUP(181, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1568
[182] = PINGROUP(182, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1569
[183] = PINGROUP(183, cri_trng0, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1570
[184] = PINGROUP(184, cri_trng1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1571
[185] = PINGROUP(185, prng_rosc, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1572
[186] = PINGROUP(186, cri_trng, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1573
[187] = PINGROUP(187, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1574
[188] = PINGROUP(188, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1575
[189] = PINGROUP(189, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1576
[190] = PINGROUP(190, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1577
[191] = PINGROUP(191, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1578
[192] = PINGROUP(192, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1579
[193] = PINGROUP(193, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1580
[194] = PINGROUP(194, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1581
[195] = PINGROUP(195, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1582
[196] = PINGROUP(196, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1583
[197] = PINGROUP(197, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1584
[198] = PINGROUP(198, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1585
[199] = PINGROUP(199, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1586
[200] = PINGROUP(200, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1587
[201] = PINGROUP(201, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1588
[202] = PINGROUP(202, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
123
LPI_PINGROUP(0, 0, swr_tx_clk, qua_mi2s_sclk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
124
LPI_PINGROUP(1, 2, swr_tx_data, qua_mi2s_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
125
LPI_PINGROUP(2, 4, swr_tx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
126
LPI_PINGROUP(3, 8, swr_rx_clk, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
127
LPI_PINGROUP(4, 10, swr_rx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
128
LPI_PINGROUP(5, 12, swr_rx_data, ext_mclk1_c, qua_mi2s_data, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
129
LPI_PINGROUP(6, LPI_NO_SLEW, dmic1_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
130
LPI_PINGROUP(7, LPI_NO_SLEW, dmic1_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
131
LPI_PINGROUP(8, LPI_NO_SLEW, dmic2_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
132
LPI_PINGROUP(9, LPI_NO_SLEW, dmic2_data, i2s1_data, ext_mclk1_b, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
133
LPI_PINGROUP(10, 16, i2s2_clk, wsa_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
134
LPI_PINGROUP(11, 18, i2s2_ws, wsa_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
135
LPI_PINGROUP(12, LPI_NO_SLEW, dmic3_clk, i2s4_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
136
LPI_PINGROUP(13, LPI_NO_SLEW, dmic3_data, i2s4_ws, ext_mclk1_a, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
137
LPI_PINGROUP(14, 6, swr_tx_data, ext_mclk1_d, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
138
LPI_PINGROUP(15, 20, i2s2_data, wsa2_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
139
LPI_PINGROUP(16, 22, i2s2_data, wsa2_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
140
LPI_PINGROUP(17, LPI_NO_SLEW, dmic4_clk, i2s4_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
141
LPI_PINGROUP(18, LPI_NO_SLEW, dmic4_data, i2s4_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
142
LPI_PINGROUP(19, LPI_NO_SLEW, i2s3_clk, slimbus_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
143
LPI_PINGROUP(20, LPI_NO_SLEW, i2s3_ws, slimbus_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
144
LPI_PINGROUP(21, LPI_NO_SLEW, i2s3_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
145
LPI_PINGROUP(22, LPI_NO_SLEW, i2s3_data, ext_mclk1_e, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1413
[0] = PINGROUP(0, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1414
[1] = PINGROUP(1, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1415
[2] = PINGROUP(2, qup0, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1416
[3] = PINGROUP(3, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1417
[4] = PINGROUP(4, qup1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1418
[5] = PINGROUP(5, qup1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1419
[6] = PINGROUP(6, qup1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1420
[7] = PINGROUP(7, qup1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1421
[8] = PINGROUP(8, qup2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1422
[9] = PINGROUP(9, qup2, dbg_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1423
[10] = PINGROUP(10, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1424
[11] = PINGROUP(11, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1425
[12] = PINGROUP(12, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1426
[13] = PINGROUP(13, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1427
[14] = PINGROUP(14, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1428
[15] = PINGROUP(15, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1429
[16] = PINGROUP(16, qup4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1430
[17] = PINGROUP(17, qup4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1431
[18] = PINGROUP(18, qup4, phase_flag, _, vsense_trigger, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1432
[19] = PINGROUP(19, qup4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1433
[20] = PINGROUP(20, qup6, pll_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1434
[21] = PINGROUP(21, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1435
[22] = PINGROUP(22, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1436
[23] = PINGROUP(23, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1437
[24] = PINGROUP(24, qup7, qup_l4, jitter_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1438
[25] = PINGROUP(25, qup7, qup_l5, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1439
[26] = PINGROUP(26, qup7, qup_l6, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1440
[27] = PINGROUP(27, qup7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1441
[28] = PINGROUP(28, qup8, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1442
[29] = PINGROUP(29, qup8, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1443
[30] = PINGROUP(30, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1444
[31] = PINGROUP(31, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1445
[32] = PINGROUP(32, qup9, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1446
[33] = PINGROUP(33, qup9, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1447
[34] = PINGROUP(34, qup9, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1448
[35] = PINGROUP(35, qup9, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1449
[36] = PINGROUP(36, qup10, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1450
[37] = PINGROUP(37, qup10, ddr_bist, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1451
[38] = PINGROUP(38, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1452
[39] = PINGROUP(39, qup10, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1453
[40] = PINGROUP(40, qup11, qup_l4, ddr_bist, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1454
[41] = PINGROUP(41, qup11, qup_l5, ddr_bist, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1455
[42] = PINGROUP(42, qup11, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1456
[43] = PINGROUP(43, qup11, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1457
[44] = PINGROUP(44, qup12, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1458
[45] = PINGROUP(45, qup12, ddr_pxi2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1459
[46] = PINGROUP(46, qup12, mdp_vsync, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1460
[47] = PINGROUP(47, qup12, dp_hot, mdp_vsync, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1461
[48] = PINGROUP(48, qup13, qspi2, sdc42, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1462
[49] = PINGROUP(49, qup13, qspi3, sdc43, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1463
[50] = PINGROUP(50, qup13, qspi_clk, sdc4_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1464
[51] = PINGROUP(51, qup13, qspi_cs, sdc4_cmd, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1465
[52] = PINGROUP(52, qup14, qspi0, sdc40, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1466
[53] = PINGROUP(53, qup14, qspi1, sdc41, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1467
[54] = PINGROUP(54, qup14, qspi_cs, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1468
[55] = PINGROUP(55, qup14, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1469
[56] = PINGROUP(56, qup15, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1470
[57] = PINGROUP(57, qup15, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1471
[58] = PINGROUP(58, qup15, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1472
[59] = PINGROUP(59, qup15, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1473
[60] = PINGROUP(60, qup16, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1474
[61] = PINGROUP(61, qup16, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1475
[62] = PINGROUP(62, qup16, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1476
[63] = PINGROUP(63, qup16, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1477
[64] = PINGROUP(64, qup17, tb_trig, tgu_ch0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1478
[65] = PINGROUP(65, qup17, tgu_ch1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1479
[66] = PINGROUP(66, qup17, qup_l5, tgu_ch2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1480
[67] = PINGROUP(67, qup17, qup_l6, tgu_ch3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1481
[68] = PINGROUP(68, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1482
[69] = PINGROUP(69, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1483
[70] = PINGROUP(70, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1484
[71] = PINGROUP(71, qup18, cri_trng0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1485
[72] = PINGROUP(72, qup19, cri_trng1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1486
[73] = PINGROUP(73, qup19, prng_rosc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1487
[74] = PINGROUP(74, qup19, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1488
[75] = PINGROUP(75, qup19, prng_rosc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1489
[76] = PINGROUP(76, qup20, phase_flag, tmess_prng3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1490
[77] = PINGROUP(77, qup20, phase_flag, tmess_prng2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1491
[78] = PINGROUP(78, qup20, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1492
[79] = PINGROUP(79, qup20, phase_flag, tmess_prng1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1493
[80] = PINGROUP(80, qup21, qdss_cti, phase_flag, tmess_prng0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1494
[81] = PINGROUP(81, qup21, qdss_cti, phase_flag, prng_rosc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1495
[82] = PINGROUP(82, qup21, qdss_cti, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1496
[83] = PINGROUP(83, qup21, qdss_cti, phase_flag, prng_rosc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1497
[84] = PINGROUP(84, qup5, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1498
[85] = PINGROUP(85, qup5, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1499
[86] = PINGROUP(86, mdp_vsync, mdp_vsync0, mdp_vsync1, gcc_gp1, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1500
[87] = PINGROUP(87, mdp_vsync, mdp_vsync2, mdp_vsync3, gcc_gp2, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1501
[88] = PINGROUP(88, mdp_vsync, gcc_gp3, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1502
[89] = PINGROUP(89, vfr_0, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1503
[90] = PINGROUP(90, usb2phy_ac, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1504
[91] = PINGROUP(91, usb_phy, tsense_pwm1, tsense_pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1505
[92] = PINGROUP(92, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1506
[93] = PINGROUP(93, sd_write, qdss_cti, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1507
[94] = PINGROUP(94, cmu_rng, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1508
[95] = PINGROUP(95, pcie0_clkreqn, cmu_rng, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1509
[96] = PINGROUP(96, cmu_rng, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1510
[97] = PINGROUP(97, cmu_rng, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1511
[98] = PINGROUP(98, pcie1_clkreqn, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1512
[99] = PINGROUP(99, phase_flag, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1513
[100] = PINGROUP(100, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1514
[101] = PINGROUP(101, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1515
[102] = PINGROUP(102, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1516
[103] = PINGROUP(103, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1517
[104] = PINGROUP(104, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1518
[105] = PINGROUP(105, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1519
[106] = PINGROUP(106, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1520
[107] = PINGROUP(107, cam_mclk, qdss_gpio, pll_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1521
[108] = PINGROUP(108, aon_cam, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1522
[109] = PINGROUP(109, cci_async, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1523
[110] = PINGROUP(110, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1524
[111] = PINGROUP(111, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1525
[112] = PINGROUP(112, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1526
[113] = PINGROUP(113, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1527
[114] = PINGROUP(114, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1528
[115] = PINGROUP(115, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1529
[116] = PINGROUP(116, cci_timer, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1530
[117] = PINGROUP(117, cci_timer, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1531
[118] = PINGROUP(118, cci_timer, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1532
[119] = PINGROUP(119, cci_timer, cci_async, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1533
[120] = PINGROUP(120, cci_timer, cci_async, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1534
[121] = PINGROUP(121, mi2s2_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1535
[122] = PINGROUP(122, mi2s2_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1536
[123] = PINGROUP(123, mi2s2_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1537
[124] = PINGROUP(124, mi2s2_data1, sec_mi2s, audio_ref, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1538
[125] = PINGROUP(125, pri_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1539
[126] = PINGROUP(126, mi2s0_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1540
[127] = PINGROUP(127, mi2s0_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1541
[128] = PINGROUP(128, mi2s0_data1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1542
[129] = PINGROUP(129, mi2s0_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1543
[130] = PINGROUP(130, uim0_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1544
[131] = PINGROUP(131, uim0_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1545
[132] = PINGROUP(132, uim0_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1546
[133] = PINGROUP(133, uim0_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1547
[134] = PINGROUP(134, uim1_data, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1548
[135] = PINGROUP(135, uim1_clk, gcc_gp2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1549
[136] = PINGROUP(136, uim1_reset, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1550
[137] = PINGROUP(137, uim1_present, tb_trig, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1551
[138] = PINGROUP(138, _, mss_grfc0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1552
[139] = PINGROUP(139, _, mss_grfc1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1553
[140] = PINGROUP(140, _, mss_grfc2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1554
[141] = PINGROUP(141, _, mss_grfc3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1555
[142] = PINGROUP(142, _, mss_grfc4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1556
[143] = PINGROUP(143, _, mss_grfc5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1557
[144] = PINGROUP(144, _, mss_grfc6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1558
[145] = PINGROUP(145, _, mss_grfc7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1559
[146] = PINGROUP(146, _, mss_grfc8, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1560
[147] = PINGROUP(147, _, mss_grfc9, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1561
[148] = PINGROUP(148, coex_uart1, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1562
[149] = PINGROUP(149, coex_uart1, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1563
[150] = PINGROUP(150, coex_uart2, mss_grfc10, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1564
[151] = PINGROUP(151, coex_uart2, mss_grfc11, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1565
[152] = PINGROUP(152, mss_grfc12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1566
[153] = PINGROUP(153, mss_grfc0, nav, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1567
[154] = PINGROUP(154, nav, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1568
[155] = PINGROUP(155, nav, vfr_1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1569
[156] = PINGROUP(156, qlink0_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1570
[157] = PINGROUP(157, qlink0_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1571
[158] = PINGROUP(158, qlink0_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1572
[159] = PINGROUP(159, qlink1_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1573
[160] = PINGROUP(160, qlink1_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1574
[161] = PINGROUP(161, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1575
[162] = PINGROUP(162, qlink2_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1576
[163] = PINGROUP(163, qlink2_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1577
[164] = PINGROUP(164, qlink2_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1578
[165] = PINGROUP(165, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1579
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1580
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1581
[168] = PINGROUP(168, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1582
[169] = PINGROUP(169, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1583
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1584
[171] = PINGROUP(171, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1585
[172] = PINGROUP(172, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1586
[173] = PINGROUP(173, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1587
[174] = PINGROUP(174, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1588
[175] = PINGROUP(175, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1589
[176] = PINGROUP(176, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1590
[177] = PINGROUP(177, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1591
[178] = PINGROUP(178, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1592
[179] = PINGROUP(179, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1593
[180] = PINGROUP(180, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1594
[181] = PINGROUP(181, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1595
[182] = PINGROUP(182, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1596
[183] = PINGROUP(183, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1597
[184] = PINGROUP(184, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1598
[185] = PINGROUP(185, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1599
[186] = PINGROUP(186, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1600
[187] = PINGROUP(187, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1601
[188] = PINGROUP(188, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1602
[189] = PINGROUP(189, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1603
[190] = PINGROUP(190, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1604
[191] = PINGROUP(191, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1605
[192] = PINGROUP(192, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1606
[193] = PINGROUP(193, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1607
[194] = PINGROUP(194, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1608
[195] = PINGROUP(195, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1609
[196] = PINGROUP(196, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1610
[197] = PINGROUP(197, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1611
[198] = PINGROUP(198, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1612
[199] = PINGROUP(199, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1613
[200] = PINGROUP(200, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1614
[201] = PINGROUP(201, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1615
[202] = PINGROUP(202, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1616
[203] = PINGROUP(203, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1617
[204] = PINGROUP(204, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1618
[205] = PINGROUP(205, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1619
[206] = PINGROUP(206, qup5, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1620
[207] = PINGROUP(207, qup5, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1621
[208] = PINGROUP(208, cci_i2c, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1622
[209] = PINGROUP(209, cci_i2c, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
130
LPI_PINGROUP(0, 0, swr_tx_clk, i2s0_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
131
LPI_PINGROUP(1, 2, swr_tx_data, i2s0_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
132
LPI_PINGROUP(2, 4, swr_tx_data, i2s0_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
133
LPI_PINGROUP(3, 8, swr_rx_clk, i2s0_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
134
LPI_PINGROUP(4, 10, swr_rx_data, i2s0_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
135
LPI_PINGROUP(5, 12, swr_rx_data, ext_mclk1_c, i2s0_data, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
136
LPI_PINGROUP(6, LPI_NO_SLEW, dmic1_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
137
LPI_PINGROUP(7, LPI_NO_SLEW, dmic1_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
138
LPI_PINGROUP(8, LPI_NO_SLEW, dmic2_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
139
LPI_PINGROUP(9, LPI_NO_SLEW, dmic2_data, i2s1_data, ext_mclk1_b, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
140
LPI_PINGROUP(10, 16, i2s2_clk, wsa_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
141
LPI_PINGROUP(11, 18, i2s2_ws, wsa_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
142
LPI_PINGROUP(12, LPI_NO_SLEW, dmic3_clk, i2s3_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
143
LPI_PINGROUP(13, LPI_NO_SLEW, dmic3_data, i2s3_ws, ext_mclk1_a, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
144
LPI_PINGROUP(14, 6, swr_tx_data, ext_mclk1_d, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
145
LPI_PINGROUP(15, 20, i2s2_data, wsa2_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
146
LPI_PINGROUP(16, 22, i2s2_data, wsa2_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
147
LPI_PINGROUP(17, LPI_NO_SLEW, dmic4_clk, i2s3_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
148
LPI_PINGROUP(18, LPI_NO_SLEW, dmic4_data, i2s3_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
149
LPI_PINGROUP(19, LPI_NO_SLEW, i2s4_clk, slimbus_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
150
LPI_PINGROUP(20, LPI_NO_SLEW, i2s4_ws, slimbus_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
151
LPI_PINGROUP(21, LPI_NO_SLEW, i2s4_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
152
LPI_PINGROUP(22, LPI_NO_SLEW, i2s4_data, ext_mclk1_e, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1495
[0] = PINGROUP(0, cci_i2c_sda, qup2_se0_l0_mirb, ibi_i3c, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1496
[1] = PINGROUP(1, cci_i2c_scl, qup2_se0_l1_mirb, ibi_i3c, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1497
[2] = PINGROUP(2, qup2_se4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1498
[3] = PINGROUP(3, qup2_se4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1499
[4] = PINGROUP(4, i2chub0_se4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1500
[5] = PINGROUP(5, i2chub0_se4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1501
[6] = PINGROUP(6, i2chub0_se5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1502
[7] = PINGROUP(7, i2chub0_se5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1503
[8] = PINGROUP(8, i2chub0_se6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1504
[9] = PINGROUP(9, i2chub0_se6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1505
[10] = PINGROUP(10, i2chub0_se7, qdss_cti, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1506
[11] = PINGROUP(11, i2chub0_se7, usb_phy, qdss_cti, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1507
[12] = PINGROUP(12, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1508
[13] = PINGROUP(13, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1509
[14] = PINGROUP(14, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1510
[15] = PINGROUP(15, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1511
[16] = PINGROUP(16, i2chub0_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1512
[17] = PINGROUP(17, i2chub0_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1513
[18] = PINGROUP(18, i2chub0_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1514
[19] = PINGROUP(19, i2chub0_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1515
[20] = PINGROUP(20, i2chub0_se2, pll_bist_sync, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1516
[21] = PINGROUP(21, i2chub0_se2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1517
[22] = PINGROUP(22, i2chub0_se3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1518
[23] = PINGROUP(23, i2chub0_se3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1519
[24] = PINGROUP(24, qup1_se7, vsense_trigger_mirnat, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1520
[25] = PINGROUP(25, qup1_se7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1521
[26] = PINGROUP(26, qup1_se7, uim1_present, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1522
[27] = PINGROUP(27, qup1_se7, uim0_present, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1523
[28] = PINGROUP(28, qup1_se0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1524
[29] = PINGROUP(29, qup1_se0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1525
[30] = PINGROUP(30, qup1_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1526
[31] = PINGROUP(31, qup1_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1527
[32] = PINGROUP(32, qup1_se1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1528
[33] = PINGROUP(33, qup1_se1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1529
[34] = PINGROUP(34, qup1_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1530
[35] = PINGROUP(35, qup1_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1531
[36] = PINGROUP(36, qup1_se2, ddr_bist_fail, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1532
[37] = PINGROUP(37, qup1_se2, ddr_bist_start, _, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1533
[38] = PINGROUP(38, qup1_se2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1534
[39] = PINGROUP(39, qup1_se2, _, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1535
[40] = PINGROUP(40, qup1_se3, qup1_se2, ddr_bist_complete, _, ddr_pxi1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1536
[41] = PINGROUP(41, qup1_se3, qup1_se2, ddr_bist_stop, _, ddr_pxi1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1537
[42] = PINGROUP(42, qup1_se3, qup1_se2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1538
[43] = PINGROUP(43, qup1_se3, jitter_bist, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1539
[44] = PINGROUP(44, qup1_se4, aoss_cti, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1540
[45] = PINGROUP(45, qup1_se4, aoss_cti, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1541
[46] = PINGROUP(46, qup1_se4, aoss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1542
[47] = PINGROUP(47, qup1_se4, aoss_cti, dp_hot, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1543
[48] = PINGROUP(48, usb_phy, qup1_se6, qspi2, sdc42, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1544
[49] = PINGROUP(49, qup1_se6, qspi3, sdc43, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1545
[50] = PINGROUP(50, qup1_se6, qspi_clk, sdc4_clk, tsense_pwm1, tsense_pwm2, tsense_pwm3, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1546
[51] = PINGROUP(51, qup1_se6, qspi_cs, sdc4_cmd, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1547
[52] = PINGROUP(52, _, qup1_se5, ddr_pxi0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1548
[53] = PINGROUP(53, _, qup1_se5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1549
[54] = PINGROUP(54, _, qup1_se5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1550
[55] = PINGROUP(55, qup1_se5, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1551
[56] = PINGROUP(56, qup2_se0_l0_mira, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1552
[57] = PINGROUP(57, qup2_se0_l1_mira, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1553
[58] = PINGROUP(58, qup2_se0_l2_mira, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1554
[59] = PINGROUP(59, qup2_se0_l3_mira, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1555
[60] = PINGROUP(60, qup2_se1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1556
[61] = PINGROUP(61, qup2_se1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1557
[62] = PINGROUP(62, qup2_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1558
[63] = PINGROUP(63, qup2_se1, qup2_se0, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1559
[64] = PINGROUP(64, qup2_se2, tb_trig_sdc2, phase_flag, tgu_ch0_trigout, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1560
[65] = PINGROUP(65, qup2_se2, phase_flag, tgu_ch1_trigout, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1561
[66] = PINGROUP(66, qup2_se2, qup2_se0, tgu_ch2_trigout, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1562
[67] = PINGROUP(67, qup2_se2, qup2_se0, phase_flag, tgu_ch3_trigout, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1563
[68] = PINGROUP(68, qup2_se3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1564
[69] = PINGROUP(69, qup2_se3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1565
[70] = PINGROUP(70, qup2_se3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1566
[71] = PINGROUP(71, cci_async_in, qup2_se3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1567
[72] = PINGROUP(72, cci_async_in, qup2_se7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1568
[73] = PINGROUP(73, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1569
[74] = PINGROUP(74, cci_i2c_sda, qup2_se7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1570
[75] = PINGROUP(75, cci_i2c_scl, qup2_se7, qdss_cti, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1571
[76] = PINGROUP(76, qup2_se6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1572
[77] = PINGROUP(77, qup2_se6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1573
[78] = PINGROUP(78, qup2_se6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1574
[79] = PINGROUP(79, qup2_se6, qdss_cti, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1575
[80] = PINGROUP(80, qup2_se5, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1576
[81] = PINGROUP(81, qup2_se5, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1577
[82] = PINGROUP(82, qup2_se5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1578
[83] = PINGROUP(83, qup2_se5, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1579
[84] = PINGROUP(84, i2chub0_se9, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1580
[85] = PINGROUP(85, i2chub0_se9, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1581
[86] = PINGROUP(86, mdp_vsync, mdp_vsync0_out, mdp_vsync1_out, gcc_gp1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1582
[87] = PINGROUP(87, mdp_vsync, mdp_vsync2_out, mdp_vsync3_out, gcc_gp2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1583
[88] = PINGROUP(88, mdp_vsync_e, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1584
[89] = PINGROUP(89, qspi0, sdc40, dbg_out_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1585
[90] = PINGROUP(90, usb1_hs, qspi1, sdc41, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1586
[91] = PINGROUP(91, qspi_cs, tb_trig_sdc4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1587
[92] = PINGROUP(92, resout_n, phase_flag, tmess_prng0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1588
[93] = PINGROUP(93, sd_write_protect, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1589
[94] = PINGROUP(94, phase_flag, tmess_prng1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1590
[95] = PINGROUP(95, pcie0_clk_req_n, phase_flag, tmess_prng2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1591
[96] = PINGROUP(96, phase_flag, tmess_prng3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1592
[97] = PINGROUP(97, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1593
[98] = PINGROUP(98, pcie1_clk_req_n, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1594
[99] = PINGROUP(99, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1595
[100] = PINGROUP(100, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1596
[101] = PINGROUP(101, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1597
[102] = PINGROUP(102, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1598
[103] = PINGROUP(103, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1599
[104] = PINGROUP(104, cam_aon_mclk4, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1600
[105] = PINGROUP(105, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1601
[106] = PINGROUP(106, cam_mclk, qup2_se7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1602
[107] = PINGROUP(107, cam_mclk, qup2_se0_l3_mirb, pll_clk_aux, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1603
[108] = PINGROUP(108, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1604
[109] = PINGROUP(109, cci_async_in, qup2_se0_l2_mirb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1605
[110] = PINGROUP(110, cci_i2c_sda, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1606
[111] = PINGROUP(111, cci_i2c_scl, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1607
[112] = PINGROUP(112, cci_i2c_sda, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1608
[113] = PINGROUP(113, cci_i2c_scl, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1609
[114] = PINGROUP(114, cci_i2c_sda, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1610
[115] = PINGROUP(115, cci_i2c_scl, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1611
[116] = PINGROUP(116, cci_timer, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1612
[117] = PINGROUP(117, cci_timer, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1613
[118] = PINGROUP(118, qup2_se4, cci_timer, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1614
[119] = PINGROUP(119, qup2_se4, cci_timer, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1615
[120] = PINGROUP(120, cci_timer, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1616
[121] = PINGROUP(121, i2s1_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1617
[122] = PINGROUP(122, i2s1_data0, cmu_rng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1618
[123] = PINGROUP(123, i2s1_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1619
[124] = PINGROUP(124, i2s1_data1, audio_ext_mclk1, audio_ref_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1620
[125] = PINGROUP(125, audio_ext_mclk0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1621
[126] = PINGROUP(126, i2s0_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1622
[127] = PINGROUP(127, i2s0_data0, cmu_rng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1623
[128] = PINGROUP(128, i2s0_data1, cmu_rng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1624
[129] = PINGROUP(129, i2s0_ws, cmu_rng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1625
[130] = PINGROUP(130, uim0_data, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1626
[131] = PINGROUP(131, uim0_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1627
[132] = PINGROUP(132, uim0_reset, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1628
[133] = PINGROUP(133, mdp_vsync, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1629
[134] = PINGROUP(134, uim1_data, gcc_gp1, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1630
[135] = PINGROUP(135, uim1_clk, gcc_gp2, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1631
[136] = PINGROUP(136, uim1_reset, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1632
[137] = PINGROUP(137, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1633
[138] = PINGROUP(138, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1634
[139] = PINGROUP(139, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1635
[140] = PINGROUP(140, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1636
[141] = PINGROUP(141, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1637
[142] = PINGROUP(142, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1638
[143] = PINGROUP(143, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1639
[144] = PINGROUP(144, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1640
[145] = PINGROUP(145, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1641
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1642
[147] = PINGROUP(147, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1643
[148] = PINGROUP(148, coex_uart1_rx, qdss_gpio, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1644
[149] = PINGROUP(149, coex_uart1_tx, qdss_gpio, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1645
[150] = PINGROUP(150, coex_uart2_rx, _, vfr_0, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1646
[151] = PINGROUP(151, coex_uart2_tx, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1647
[152] = PINGROUP(152, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1648
[153] = PINGROUP(153, _, nav_gpio2, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1649
[154] = PINGROUP(154, nav_gpio0, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1650
[155] = PINGROUP(155, nav_gpio1, vfr_1, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1651
[156] = PINGROUP(156, qlink0_request, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1652
[157] = PINGROUP(157, qlink0_enable, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1653
[158] = PINGROUP(158, qlink0_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1654
[159] = PINGROUP(159, qlink1_request, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1655
[160] = PINGROUP(160, qlink1_enable, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1656
[161] = PINGROUP(161, qlink1_wmss, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1657
[162] = PINGROUP(162, qlink2_request, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1658
[163] = PINGROUP(163, qlink2_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1659
[164] = PINGROUP(164, qlink2_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1660
[165] = PINGROUP(165, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1661
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1662
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1663
[168] = PINGROUP(168, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1664
[169] = PINGROUP(169, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1665
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1666
[171] = PINGROUP(171, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1667
[172] = PINGROUP(172, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1668
[173] = PINGROUP(173, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1669
[174] = PINGROUP(174, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1670
[175] = PINGROUP(175, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1671
[176] = PINGROUP(176, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1672
[177] = PINGROUP(177, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1673
[178] = PINGROUP(178, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1674
[179] = PINGROUP(179, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1675
[180] = PINGROUP(180, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1676
[181] = PINGROUP(181, prng_rosc3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1677
[182] = PINGROUP(182, prng_rosc2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1678
[183] = PINGROUP(183, prng_rosc1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1679
[184] = PINGROUP(184, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1680
[185] = PINGROUP(185, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1681
[186] = PINGROUP(186, prng_rosc0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1682
[187] = PINGROUP(187, cri_trng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1683
[188] = PINGROUP(188, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1684
[189] = PINGROUP(189, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1685
[190] = PINGROUP(190, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1686
[191] = PINGROUP(191, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1687
[192] = PINGROUP(192, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1688
[193] = PINGROUP(193, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1689
[194] = PINGROUP(194, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1690
[195] = PINGROUP(195, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1691
[196] = PINGROUP(196, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1692
[197] = PINGROUP(197, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1693
[198] = PINGROUP(198, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1694
[199] = PINGROUP(199, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1695
[200] = PINGROUP(200, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1696
[201] = PINGROUP(201, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1697
[202] = PINGROUP(202, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1698
[203] = PINGROUP(203, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1699
[204] = PINGROUP(204, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1700
[205] = PINGROUP(205, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1701
[206] = PINGROUP(206, i2chub0_se8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1702
[207] = PINGROUP(207, i2chub0_se8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1703
[208] = PINGROUP(208, aon_cci, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1704
[209] = PINGROUP(209, aon_cci, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
134
LPI_PINGROUP(0, 11, swr_tx_clk, i2s0_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
135
LPI_PINGROUP(1, 11, swr_tx_data, i2s0_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
136
LPI_PINGROUP(2, 11, swr_tx_data, i2s0_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
137
LPI_PINGROUP(3, 11, swr_rx_clk, i2s0_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
138
LPI_PINGROUP(4, 11, swr_rx_data, i2s0_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
139
LPI_PINGROUP(5, 11, swr_rx_data, ext_mclk1_c, i2s0_data, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
140
LPI_PINGROUP(6, LPI_NO_SLEW, dmic1_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
141
LPI_PINGROUP(7, LPI_NO_SLEW, dmic1_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
142
LPI_PINGROUP(8, LPI_NO_SLEW, dmic2_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
143
LPI_PINGROUP(9, LPI_NO_SLEW, dmic2_data, i2s1_data, ext_mclk1_b, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
144
LPI_PINGROUP(10, 11, i2s2_clk, wsa_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
145
LPI_PINGROUP(11, 11, i2s2_ws, wsa_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
146
LPI_PINGROUP(12, LPI_NO_SLEW, dmic3_clk, i2s3_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
147
LPI_PINGROUP(13, LPI_NO_SLEW, dmic3_data, i2s3_ws, ext_mclk1_a, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
148
LPI_PINGROUP(14, 11, swr_tx_data, ext_mclk1_d, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
149
LPI_PINGROUP(15, 11, i2s2_data, wsa2_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
150
LPI_PINGROUP(16, 11, i2s2_data, wsa2_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
151
LPI_PINGROUP(17, LPI_NO_SLEW, dmic4_clk, i2s3_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
152
LPI_PINGROUP(18, LPI_NO_SLEW, dmic4_data, i2s3_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
153
LPI_PINGROUP(19, 11, i2s4_clk, slimbus_clk, qca_swr_clk, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
154
LPI_PINGROUP(20, 11, i2s4_ws, slimbus_data, qca_swr_data, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
155
LPI_PINGROUP(21, LPI_NO_SLEW, i2s4_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
156
LPI_PINGROUP(22, LPI_NO_SLEW, i2s4_data, ext_mclk1_e, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1475
[0] = PINGROUP(0, qup2_se0, ibi_i3c, phase_flag, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1476
[1] = PINGROUP(1, qup2_se0, ibi_i3c, phase_flag, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1477
[2] = PINGROUP(2, qup2_se0, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1478
[3] = PINGROUP(3, qup2_se0, phase_flag, _, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1479
[4] = PINGROUP(4, qup2_se1, ibi_i3c, phase_flag, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1480
[5] = PINGROUP(5, qup2_se1, ibi_i3c, phase_flag, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1481
[6] = PINGROUP(6, qup2_se1, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1482
[7] = PINGROUP(7, qup2_se1, phase_flag, _, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1483
[8] = PINGROUP(8, qup2_se2, ibi_i3c, tb_trig_sdc2, phase_flag, tgu_ch0_trigout, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1484
[9] = PINGROUP(9, qup2_se2, ibi_i3c, phase_flag, tgu_ch1_trigout, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1485
[10] = PINGROUP(10, qup2_se2, cci_timer, tgu_ch2_trigout, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1486
[11] = PINGROUP(11, qup2_se2, cci_timer, phase_flag, tgu_ch3_trigout, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1487
[12] = PINGROUP(12, qup2_se3, cci_i2c_sda, ibi_i3c, qup2_se2, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1488
[13] = PINGROUP(13, qup2_se3, cci_i2c_scl, ibi_i3c, qup2_se2, phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1489
[14] = PINGROUP(14, qup2_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1490
[15] = PINGROUP(15, qup2_se3, cci_async_in, qup2_se2, phase_flag, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1491
[16] = PINGROUP(16, qup2_se4, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1492
[17] = PINGROUP(17, qup2_se4, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1493
[18] = PINGROUP(18, qup2_se4, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1494
[19] = PINGROUP(19, qup2_se4, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1495
[20] = PINGROUP(20, qup2_se5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1496
[21] = PINGROUP(21, qup2_se5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1497
[22] = PINGROUP(22, qup2_se5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1498
[23] = PINGROUP(23, qup2_se5, qup2_se5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1499
[24] = PINGROUP(24, qup2_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1500
[25] = PINGROUP(25, qup2_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1501
[26] = PINGROUP(26, qup2_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1502
[27] = PINGROUP(27, qup2_se6, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1503
[28] = PINGROUP(28, qup2_se7, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1504
[29] = PINGROUP(29, qup2_se7, usb_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1505
[30] = PINGROUP(30, qup2_se7, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1506
[31] = PINGROUP(31, qup2_se7, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1507
[32] = PINGROUP(32, qup1_se0, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1508
[33] = PINGROUP(33, qup1_se0, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1509
[34] = PINGROUP(34, qup1_se0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1510
[35] = PINGROUP(35, qup1_se0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1511
[36] = PINGROUP(36, qup1_se1, do_not, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1512
[37] = PINGROUP(37, qup1_se1, do_not, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1513
[38] = PINGROUP(38, qup1_se1, do_not, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1514
[39] = PINGROUP(39, qup1_se1, do_not, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1515
[40] = PINGROUP(40, qup1_se2, ddr_bist_fail, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1516
[41] = PINGROUP(41, qup1_se2, ddr_bist_start, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1517
[42] = PINGROUP(42, qup1_se2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1518
[43] = PINGROUP(43, qup1_se2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1519
[44] = PINGROUP(44, qup1_se3, qup1_se2, ddr_bist_complete, ddr_pxi1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1520
[45] = PINGROUP(45, qup1_se3, qup1_se2, ddr_bist_stop, ddr_pxi1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1521
[46] = PINGROUP(46, qup1_se3, qup1_se2, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1522
[47] = PINGROUP(47, qup1_se3, uim0_present, dp_hot, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1523
[48] = PINGROUP(48, qup1_se4, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1524
[49] = PINGROUP(49, qup1_se4, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1525
[50] = PINGROUP(50, qup1_se4, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1526
[51] = PINGROUP(51, qup1_se4, aoss_cti, ddr_pxi2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1527
[52] = PINGROUP(52, qup1_se5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1528
[53] = PINGROUP(53, qup1_se5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1529
[54] = PINGROUP(54, qup1_se5, usb_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1530
[55] = PINGROUP(55, qup1_se5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1531
[56] = PINGROUP(56, qup1_se6, ibi_i3c, qspi2, sdc42, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1532
[57] = PINGROUP(57, qup1_se6, ibi_i3c, qspi3, sdc43, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1533
[58] = PINGROUP(58, qup1_se6, qspi_cs, tb_trig_sdc4, tsense_pwm1, tsense_pwm2, tsense_pwm3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1534
[59] = PINGROUP(59, qup1_se6, _, qspi_cs, sdc4_cmd, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1535
[60] = PINGROUP(60, qup1_se7, aoss_cti, vsense_trigger_mirnat, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1536
[61] = PINGROUP(61, qup1_se7, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1537
[62] = PINGROUP(62, qup1_se7, ddr_pxi2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1538
[63] = PINGROUP(63, qup1_se7, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1539
[64] = PINGROUP(64, i2chub0_se0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1540
[65] = PINGROUP(65, i2chub0_se0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1541
[66] = PINGROUP(66, i2chub0_se1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1542
[67] = PINGROUP(67, i2chub0_se1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1543
[68] = PINGROUP(68, i2chub0_se2, pll_bist_sync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1544
[69] = PINGROUP(69, i2chub0_se2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1545
[70] = PINGROUP(70, i2chub0_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1546
[71] = PINGROUP(71, i2chub0_se3, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1547
[72] = PINGROUP(72, i2chub0_se4, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1548
[73] = PINGROUP(73, i2chub0_se4, jitter_bist, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1549
[74] = PINGROUP(74, i2chub0_se5, atest_usb, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1550
[75] = PINGROUP(75, i2chub0_se5, ddr_pxi0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1551
[76] = PINGROUP(76, i2chub0_se6, ddr_pxi0, uim1_present, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1552
[77] = PINGROUP(77, i2chub0_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1553
[78] = PINGROUP(78, i2chub0_se7, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1554
[79] = PINGROUP(79, i2chub0_se7, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1555
[80] = PINGROUP(80, i2chub0_se9, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1556
[81] = PINGROUP(81, i2chub0_se9, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1557
[82] = PINGROUP(82, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1558
[83] = PINGROUP(83, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1559
[84] = PINGROUP(84, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1560
[85] = PINGROUP(85, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1561
[86] = PINGROUP(86, mdp_vsync, mdp_vsync0_out, mdp_vsync1_out, gcc_gp1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1562
[87] = PINGROUP(87, mdp_vsync, mdp_vsync2_out, mdp_vsync3_out, gcc_gp2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1563
[88] = PINGROUP(88, mdp_vsync_e, gcc_gp3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1564
[89] = PINGROUP(89, usb1_hs, gnss_adc0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1565
[90] = PINGROUP(90, gnss_adc1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1566
[91] = PINGROUP(91, _, gnss_adc0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1567
[92] = PINGROUP(92, dbg_out_clk, gnss_adc1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1568
[93] = PINGROUP(93, sd_write_protect, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1569
[94] = PINGROUP(94, cmu_rng, phase_flag, tmess_prng0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1570
[95] = PINGROUP(95, pcie0_clk_req_n, cmu_rng, phase_flag, tmess_prng1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1571
[96] = PINGROUP(96, cmu_rng, phase_flag, tmess_prng2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1572
[97] = PINGROUP(97, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1573
[98] = PINGROUP(98, pcie1_clk_req_n, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1574
[99] = PINGROUP(99, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1575
[100] = PINGROUP(100, cam_mclk, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1576
[101] = PINGROUP(101, cam_mclk, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1577
[102] = PINGROUP(102, cam_aon_mclk2, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1578
[103] = PINGROUP(103, cam_mclk, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1579
[104] = PINGROUP(104, cam_aon_mclk4, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1580
[105] = PINGROUP(105, cam_mclk, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1581
[106] = PINGROUP(106, cam_mclk, pll_clk_aux, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1582
[107] = PINGROUP(107, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1583
[108] = PINGROUP(108, cam_mclk, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1584
[109] = PINGROUP(109, cci_timer, phase_flag, tmess_prng3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1585
[110] = PINGROUP(110, cci_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1586
[111] = PINGROUP(111, cci_timer, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1587
[112] = PINGROUP(112, cci_i2c_sda, cmu_rng, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1588
[113] = PINGROUP(113, cci_i2c_sda, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1589
[114] = PINGROUP(114, cci_i2c_scl, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1590
[115] = PINGROUP(115, cci_i2c_sda, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1591
[116] = PINGROUP(116, cci_i2c_scl, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1592
[117] = PINGROUP(117, cci_i2c_sda, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1593
[118] = PINGROUP(118, cci_i2c_scl, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1594
[119] = PINGROUP(119, cci_i2c_sda, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1595
[120] = PINGROUP(120, cci_i2c_scl, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1596
[121] = PINGROUP(121, i2s1_sck, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1597
[122] = PINGROUP(122, i2s1_data0, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1598
[123] = PINGROUP(123, i2s1_ws, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1599
[124] = PINGROUP(124, i2s1_data1, audio_ext_mclk1, audio_ref_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1600
[125] = PINGROUP(125, audio_ext_mclk0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1601
[126] = PINGROUP(126, i2s0_sck, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1602
[127] = PINGROUP(127, i2s0_data0, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1603
[128] = PINGROUP(128, i2s0_data1, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1604
[129] = PINGROUP(129, i2s0_ws, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1605
[130] = PINGROUP(130, uim0_data, atest_usb, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1606
[131] = PINGROUP(131, uim0_clk, atest_usb, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1607
[132] = PINGROUP(132, uim0_reset, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1608
[133] = PINGROUP(133, mdp_vsync, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1609
[134] = PINGROUP(134, uim1_data, do_not, qspi0, sdc40, gcc_gp1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1610
[135] = PINGROUP(135, uim1_clk, do_not, qspi_clk, sdc4_clk, gcc_gp2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1611
[136] = PINGROUP(136, uim1_reset, do_not, qspi1, sdc41, gcc_gp3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1612
[137] = PINGROUP(137, mdp_vsync, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1613
[138] = PINGROUP(138, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1614
[139] = PINGROUP(139, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1615
[140] = PINGROUP(140, _, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1616
[141] = PINGROUP(141, _, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1617
[142] = PINGROUP(142, _, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1618
[143] = PINGROUP(143, _, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1619
[144] = PINGROUP(144, _, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1620
[145] = PINGROUP(145, _, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1621
[146] = PINGROUP(146, _, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1622
[147] = PINGROUP(147, _, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1623
[148] = PINGROUP(148, coex_uart1_rx, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1624
[149] = PINGROUP(149, coex_uart1_tx, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1625
[150] = PINGROUP(150, _, vfr_0, coex_uart2_rx, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1626
[151] = PINGROUP(151, _, coex_uart2_tx, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1627
[152] = PINGROUP(152, nav_gpio2, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1628
[153] = PINGROUP(153, cci_i2c_scl, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1629
[154] = PINGROUP(154, nav_gpio0, nav_gpio3, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1630
[155] = PINGROUP(155, nav_gpio1, vfr_1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1631
[156] = PINGROUP(156, qlink_little_request, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1632
[157] = PINGROUP(157, qlink_little_enable, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1633
[158] = PINGROUP(158, qlink_wmss, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1634
[159] = PINGROUP(159, qlink_big_request, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1635
[160] = PINGROUP(160, qlink_big_enable, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1636
[161] = PINGROUP(161, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1637
[162] = PINGROUP(162, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1638
[163] = PINGROUP(163, cci_async_in, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1639
[164] = PINGROUP(164, cci_async_in, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1640
[165] = PINGROUP(165, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1641
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1642
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1643
[168] = PINGROUP(168, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1644
[169] = PINGROUP(169, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1645
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1646
[171] = PINGROUP(171, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1647
[172] = PINGROUP(172, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1648
[173] = PINGROUP(173, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1649
[174] = PINGROUP(174, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1650
[175] = PINGROUP(175, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1651
[176] = PINGROUP(176, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1652
[177] = PINGROUP(177, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1653
[178] = PINGROUP(178, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1654
[179] = PINGROUP(179, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1655
[180] = PINGROUP(180, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1656
[181] = PINGROUP(181, prng_rosc3, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1657
[182] = PINGROUP(182, prng_rosc2, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1658
[183] = PINGROUP(183, prng_rosc1, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1659
[184] = PINGROUP(184, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1660
[185] = PINGROUP(185, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1661
[186] = PINGROUP(186, prng_rosc0, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1662
[187] = PINGROUP(187, cri_trng, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1663
[188] = PINGROUP(188, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1664
[189] = PINGROUP(189, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1665
[190] = PINGROUP(190, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1666
[191] = PINGROUP(191, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1667
[192] = PINGROUP(192, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1668
[193] = PINGROUP(193, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1669
[194] = PINGROUP(194, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1670
[195] = PINGROUP(195, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1671
[196] = PINGROUP(196, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1672
[197] = PINGROUP(197, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1673
[198] = PINGROUP(198, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1674
[199] = PINGROUP(199, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1675
[200] = PINGROUP(200, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1676
[201] = PINGROUP(201, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1677
[202] = PINGROUP(202, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1678
[203] = PINGROUP(203, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1679
[204] = PINGROUP(204, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1680
[205] = PINGROUP(205, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1681
[206] = PINGROUP(206, i2chub0_se8, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1682
[207] = PINGROUP(207, i2chub0_se8, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1683
[208] = PINGROUP(208, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1684
[209] = PINGROUP(209, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1435
[0] = PINGROUP(0, qup2_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1436
[1] = PINGROUP(1, qup2_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1437
[2] = PINGROUP(2, qup2_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1438
[3] = PINGROUP(3, qup2_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1439
[4] = PINGROUP(4, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1440
[5] = PINGROUP(5, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1441
[6] = PINGROUP(6, qup2_se1, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1442
[7] = PINGROUP(7, qup2_se1, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1443
[8] = PINGROUP(8, qup2_se2, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1444
[9] = PINGROUP(9, qup2_se2, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1445
[10] = PINGROUP(10, qup2_se2, cci_async_in, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1446
[11] = PINGROUP(11, qup2_se2, cci_async_in, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1447
[12] = PINGROUP(12, qup2_se3, ibi_i3c, qup2_se2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1448
[13] = PINGROUP(13, qup2_se3, ibi_i3c, qup2_se2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1449
[14] = PINGROUP(14, qup2_se3, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1450
[15] = PINGROUP(15, qup2_se3, cci_async_in, qup2_se2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1451
[16] = PINGROUP(16, qup2_se4, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1452
[17] = PINGROUP(17, qup2_se4, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1453
[18] = PINGROUP(18, wcn_sw_ctrl, qup2_se4, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1454
[19] = PINGROUP(19, wcn_sw, qup2_se4, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1455
[20] = PINGROUP(20, qup2_se5, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1456
[21] = PINGROUP(21, qup2_se5, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1457
[22] = PINGROUP(22, qup2_se5, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1458
[23] = PINGROUP(23, qup2_se5, qup2_se5, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1459
[24] = PINGROUP(24, qup2_se6, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1460
[25] = PINGROUP(25, qup2_se6, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1461
[26] = PINGROUP(26, qup2_se6, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1462
[27] = PINGROUP(27, qup2_se6, qdss_cti, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1463
[28] = PINGROUP(28, qup2_se7, ibi_i3c, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1464
[29] = PINGROUP(29, qup2_se7, ibi_i3c, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1465
[30] = PINGROUP(30, qup2_se7, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1466
[31] = PINGROUP(31, qup2_se7, qdss_cti, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1467
[32] = PINGROUP(32, qup1_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1468
[33] = PINGROUP(33, qup1_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1469
[34] = PINGROUP(34, qup1_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1470
[35] = PINGROUP(35, qup1_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1471
[36] = PINGROUP(36, qup1_se1, uim1_data, ibi_i3c, sdc40, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1472
[37] = PINGROUP(37, qup1_se1, uim1_clk, ibi_i3c, sdc41, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1473
[38] = PINGROUP(38, qup1_se1, sdc42, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1474
[39] = PINGROUP(39, qup1_se1, uim1_reset, sdc43, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1475
[40] = PINGROUP(40, qup1_se2, cmu_rng, ddr_bist_fail, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1476
[41] = PINGROUP(41, qup1_se2, cmu_rng, ddr_bist_start, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1477
[42] = PINGROUP(42, qup1_se2, cmu_rng, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1478
[43] = PINGROUP(43, qup1_se2, cmu_rng, _, ddr_pxi2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1479
[44] = PINGROUP(44, qup1_se3, ddr_bist_complete, ddr_pxi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1480
[45] = PINGROUP(45, qup1_se3, ddr_bist_stop, ddr_pxi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1481
[46] = PINGROUP(46, qup1_se3, ddr_pxi3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1482
[47] = PINGROUP(47, qup1_se3, dp_hot, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1483
[48] = PINGROUP(48, qup1_se4, ibi_i3c, sdc4_cmd, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1484
[49] = PINGROUP(49, qup1_se4, ibi_i3c, sdc40, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1485
[50] = PINGROUP(50, qup1_se4, aoss_cti, sdc4_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1486
[51] = PINGROUP(51, qup1_se4, aoss_cti, sdc41, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1487
[52] = PINGROUP(52, qup1_se5, qspi0, ddr_pxi2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1488
[53] = PINGROUP(53, qup1_se5, qspi1, _, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1489
[54] = PINGROUP(54, qup1_se5, qspi_clk, uim1_data, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1490
[55] = PINGROUP(55, qup1_se5, qspi2, uim1_clk, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1491
[56] = PINGROUP(56, qup1_se6, qspi3, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1493
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1494
[58] = PINGROUP(58, qup1_se6, qspi_cs, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1495
[59] = PINGROUP(59, qup1_se6, usb_phy, vsense_trigger_mirnat, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1496
[60] = PINGROUP(60, qup1_se7, aoss_cti, sdc42, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1497
[61] = PINGROUP(61, qup1_se7, usb_phy, aoss_cti, sdc43, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1498
[62] = PINGROUP(62, qup1_se7, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1499
[63] = PINGROUP(63, qup1_se7, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1500
[64] = PINGROUP(64, i2chub0_se0, prng_rosc1, tmess_prng1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1501
[65] = PINGROUP(65, i2chub0_se0, prng_rosc2, tmess_prng2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1502
[66] = PINGROUP(66, i2chub0_se1, prng_rosc3, tmess_prng3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1503
[67] = PINGROUP(67, i2chub0_se1, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1504
[68] = PINGROUP(68, i2chub0_se2, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1505
[69] = PINGROUP(69, i2chub0_se2, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1506
[70] = PINGROUP(70, i2chub0_se3, uim1_data, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1507
[71] = PINGROUP(71, i2chub0_se3, uim1_clk, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1508
[72] = PINGROUP(72, i2chub0_se4, uim1_reset, qdss_cti, _, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1509
[73] = PINGROUP(73, i2chub0_se4, qdss_cti, jitter_bist, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1510
[74] = PINGROUP(74, i2chub0_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1511
[75] = PINGROUP(75, i2chub0_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1512
[76] = PINGROUP(76, i2chub0_se6, atest_usb, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1513
[77] = PINGROUP(77, i2chub0_se6, gnss_adc1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1514
[78] = PINGROUP(78, dbg_out_clk, gnss_adc0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1515
[79] = PINGROUP(79, usb1_hs, gnss_adc0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1516
[80] = PINGROUP(80, i2chub0_se9, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1517
[81] = PINGROUP(81, i2chub0_se9, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1518
[82] = PINGROUP(82, i2chub0_se7, qdss_cti, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1519
[83] = PINGROUP(83, i2chub0_se7, qdss_cti, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1520
[84] = PINGROUP(84, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1521
[85] = PINGROUP(85, sd_write_protect, prng_rosc0, tmess_prng0, phase_flag, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-sm8750.c
1522
_, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1523
[86] = PINGROUP(86, mdp_vsync, mdp_vsync0_out, mdp_vsync1_out, gcc_gp1, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-sm8750.c
1524
_),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1525
[87] = PINGROUP(87, mdp_vsync, mdp_vsync2_out, mdp_vsync3_out, mdp_vsync5_out, gcc_gp2, _,
drivers/pinctrl/qcom/pinctrl-sm8750.c
1526
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1527
[88] = PINGROUP(88, mdp_vsync_e, mdp_esync0_out, gcc_gp3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1528
[89] = PINGROUP(89, cam_mclk, tb_trig_sdc2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1529
[90] = PINGROUP(90, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1530
[91] = PINGROUP(91, cam_aon_mclk2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1531
[92] = PINGROUP(92, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1532
[93] = PINGROUP(93, cam_aon_mclk4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1533
[94] = PINGROUP(94, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1534
[95] = PINGROUP(95, cam_mclk, pll_clk_aux, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1535
[96] = PINGROUP(96, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1536
[97] = PINGROUP(97, mdp_vsync, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1537
[98] = PINGROUP(98, mdp_vsync, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1538
[99] = PINGROUP(99, gnss_adc1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1539
[100] = PINGROUP(100, mdp_esync1_out, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1540
[101] = PINGROUP(101, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1541
[102] = PINGROUP(102, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1542
[103] = PINGROUP(103, pcie0_clk_req_n, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1543
[104] = PINGROUP(104, pll_bist_sync, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1544
[105] = PINGROUP(105, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1545
[106] = PINGROUP(106, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1546
[107] = PINGROUP(107, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1547
[108] = PINGROUP(108, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1548
[109] = PINGROUP(109, cci_timer, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1549
[110] = PINGROUP(110, cci_timer, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1550
[111] = PINGROUP(111, cci_timer, cci_i2c_sda, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1551
[112] = PINGROUP(112, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1552
[113] = PINGROUP(113, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1553
[114] = PINGROUP(114, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1554
[115] = PINGROUP(115, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1555
[116] = PINGROUP(116, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1556
[117] = PINGROUP(117, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1557
[118] = PINGROUP(118, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1558
[119] = PINGROUP(119, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1559
[120] = PINGROUP(120, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1560
[121] = PINGROUP(121, i2s1_sck, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1561
[122] = PINGROUP(122, i2s1_data0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1562
[123] = PINGROUP(123, i2s1_ws, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1563
[124] = PINGROUP(124, i2s1_data1, audio_ext_mclk1, audio_ref_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1564
[125] = PINGROUP(125, audio_ext_mclk0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1565
[126] = PINGROUP(126, i2s0_sck, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1566
[127] = PINGROUP(127, i2s0_data0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1567
[128] = PINGROUP(128, i2s0_data1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1568
[129] = PINGROUP(129, i2s0_ws, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1569
[130] = PINGROUP(130, uim0_data, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1570
[131] = PINGROUP(131, uim0_clk, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1571
[132] = PINGROUP(132, uim0_reset, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1572
[133] = PINGROUP(133, uim0_present, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1573
[134] = PINGROUP(134, uim1_data, qup1_se2, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1574
[135] = PINGROUP(135, uim1_clk, qup1_se2, gcc_gp2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1575
[136] = PINGROUP(136, uim1_reset, qup1_se2, gcc_gp3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1576
[137] = PINGROUP(137, uim1_present, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1577
[138] = PINGROUP(138, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1578
[139] = PINGROUP(139, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1579
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1580
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1581
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1582
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1583
[144] = PINGROUP(144, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1584
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1585
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1586
[147] = PINGROUP(147, _, tb_trig_sdc4, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1587
[148] = PINGROUP(148, coex_uart1_rx, cmu_rng, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1588
[149] = PINGROUP(149, coex_uart1_tx, cmu_rng, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1589
[150] = PINGROUP(150, _, vfr_0, coex_uart2_rx, cmu_rng, sdc4_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1590
[151] = PINGROUP(151, _, coex_uart2_tx, cmu_rng, sdc4_cmd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1591
[152] = PINGROUP(152, nav_gpio2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1592
[153] = PINGROUP(153, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1593
[154] = PINGROUP(154, nav_gpio0, nav_gpio3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1594
[155] = PINGROUP(155, nav_gpio1, vfr_1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1595
[156] = PINGROUP(156, qlink_little_request, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1596
[157] = PINGROUP(157, qlink_little_enable, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1597
[158] = PINGROUP(158, qlink_wmss, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1598
[159] = PINGROUP(159, qlink_big_request, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1599
[160] = PINGROUP(160, qlink_big_enable, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1600
[161] = PINGROUP(161, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1601
[162] = PINGROUP(162, qdss_cti, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1602
[163] = PINGROUP(163, cci_timer, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1603
[164] = PINGROUP(164, cci_timer, cci_i2c_scl, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1604
[165] = PINGROUP(165, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1605
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1606
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1607
[168] = PINGROUP(168, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1608
[169] = PINGROUP(169, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1609
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1610
[171] = PINGROUP(171, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1611
[172] = PINGROUP(172, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1612
[173] = PINGROUP(173, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1613
[174] = PINGROUP(174, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1614
[175] = PINGROUP(175, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1615
[176] = PINGROUP(176, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1616
[177] = PINGROUP(177, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1617
[178] = PINGROUP(178, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1618
[179] = PINGROUP(179, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1619
[180] = PINGROUP(180, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1620
[181] = PINGROUP(181, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1621
[182] = PINGROUP(182, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1622
[183] = PINGROUP(183, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1623
[184] = PINGROUP(184, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1624
[185] = PINGROUP(185, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1625
[186] = PINGROUP(186, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1626
[187] = PINGROUP(187, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1627
[188] = PINGROUP(188, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1628
[189] = PINGROUP(189, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1629
[190] = PINGROUP(190, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1630
[191] = PINGROUP(191, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1631
[192] = PINGROUP(192, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1632
[193] = PINGROUP(193, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1633
[194] = PINGROUP(194, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1634
[195] = PINGROUP(195, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1635
[196] = PINGROUP(196, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1636
[197] = PINGROUP(197, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1637
[198] = PINGROUP(198, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1638
[199] = PINGROUP(199, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1639
[200] = PINGROUP(200, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1640
[201] = PINGROUP(201, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1641
[202] = PINGROUP(202, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1642
[203] = PINGROUP(203, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1643
[204] = PINGROUP(204, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1644
[205] = PINGROUP(205, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1645
[206] = PINGROUP(206, i2chub0_se8, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1646
[207] = PINGROUP(207, i2chub0_se8, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1647
[208] = PINGROUP(208, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1648
[209] = PINGROUP(209, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1649
[210] = PINGROUP(210, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1650
[211] = PINGROUP(211, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1651
[212] = PINGROUP(212, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1652
[213] = PINGROUP(213, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1653
[214] = PINGROUP(214, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1567
[0] = PINGROUP(0, qup0_se0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1568
[1] = PINGROUP(1, qup0_se0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1569
[2] = PINGROUP(2, qup0_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1570
[3] = PINGROUP(3, qup0_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1571
[4] = PINGROUP(4, qup0_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1572
[5] = PINGROUP(5, qup0_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1573
[6] = PINGROUP(6, qup0_se1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1574
[7] = PINGROUP(7, qup0_se1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1575
[8] = PINGROUP(8, qup0_se2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1576
[9] = PINGROUP(9, qup0_se2, _, atest_usb, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1577
[10] = PINGROUP(10, qup0_se2, _, atest_usb, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1578
[11] = PINGROUP(11, qup0_se2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1579
[12] = PINGROUP(12, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1580
[13] = PINGROUP(13, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1581
[14] = PINGROUP(14, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1582
[15] = PINGROUP(15, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1583
[16] = PINGROUP(16, qup0_se4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1584
[17] = PINGROUP(17, qup0_se4, qup0_se2, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1585
[18] = PINGROUP(18, qup0_se4, qup0_se2, phase_flag, _, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1586
[19] = PINGROUP(19, qup0_se4, qup0_se2, phase_flag, _, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1587
[20] = PINGROUP(20, qup0_se5, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1588
[21] = PINGROUP(21, qup0_se5, qup0_se3, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1589
[22] = PINGROUP(22, qup0_se5, qup0_se3, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1590
[23] = PINGROUP(23, qup0_se5, qup0_se3, phase_flag, _, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1591
[24] = PINGROUP(24, qup0_se6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1592
[25] = PINGROUP(25, qup0_se6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1593
[26] = PINGROUP(26, qup0_se6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1594
[27] = PINGROUP(27, qup0_se6, phase_flag, _, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1595
[28] = PINGROUP(28, pll_bist, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1596
[29] = PINGROUP(29, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1597
[30] = PINGROUP(30, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1598
[31] = PINGROUP(31, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1599
[32] = PINGROUP(32, qup1_se0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1600
[33] = PINGROUP(33, qup1_se0, ibi_i3c, qup1_se3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1601
[34] = PINGROUP(34, qup1_se0, qup1_se3, tsense_pwm1, tsense_pwm2, tsense_pwm3, tsense_pwm4, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1602
[35] = PINGROUP(35, qup1_se0, qup1_se3, pll_clk, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1603
[36] = PINGROUP(36, qup1_se1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1604
[37] = PINGROUP(37, qup1_se1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1605
[38] = PINGROUP(38, qup1_se1, vsense_trigger, atest_usb, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1606
[39] = PINGROUP(39, qup1_se1, sys_throttle, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1607
[40] = PINGROUP(40, qup1_se2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1608
[41] = PINGROUP(41, qup1_se2, atest_usb, ddr_pxi1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1609
[42] = PINGROUP(42, qup1_se2, jitter_bist, atest_usb, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1610
[43] = PINGROUP(43, qup1_se2, _, atest_usb, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1611
[44] = PINGROUP(44, qup1_se3, _, atest_usb, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1612
[45] = PINGROUP(45, qup1_se3, cmu_rng3, _, atest_usb, ddr_pxi3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1613
[46] = PINGROUP(46, qup1_se3, cmu_rng2, _, atest_usb, ddr_pxi4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1614
[47] = PINGROUP(47, qup1_se3, cmu_rng1, _, atest_usb, ddr_pxi4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1615
[48] = PINGROUP(48, qup1_se4, cmu_rng0, _, atest_usb, ddr_pxi5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1616
[49] = PINGROUP(49, qup1_se4, qup1_se2, _, atest_usb, ddr_pxi5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1617
[50] = PINGROUP(50, qup1_se4, qup1_se2, _, atest_usb, ddr_pxi6, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1618
[51] = PINGROUP(51, qup1_se4, qup1_se2, dbg_out, atest_usb, ddr_pxi6, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1619
[52] = PINGROUP(52, qup1_se5, qup1_se7, atest_usb, ddr_pxi7, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1620
[53] = PINGROUP(53, qup1_se5, qup1_se7, _, atest_usb, ddr_pxi7, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1621
[54] = PINGROUP(54, qup1_se5, qup1_se7, ddr_bist, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1622
[55] = PINGROUP(55, qup1_se5, qup1_se7, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1623
[56] = PINGROUP(56, qup1_se6, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1624
[57] = PINGROUP(57, qup1_se6, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1625
[58] = PINGROUP(58, qup1_se6, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1626
[59] = PINGROUP(59, qup1_se6, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1627
[60] = PINGROUP(60, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1628
[61] = PINGROUP(61, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1629
[62] = PINGROUP(62, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1630
[63] = PINGROUP(63, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1631
[64] = PINGROUP(64, qup2_se0, gcc_gp2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1632
[65] = PINGROUP(65, qup2_se0, qup2_se3, tgu_ch1, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1633
[66] = PINGROUP(66, qup2_se0, qup2_se3, tgu_ch2, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1634
[67] = PINGROUP(67, qup2_se0, qup2_se3, tgu_ch3, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1635
[68] = PINGROUP(68, qup2_se1, ibi_i3c, tgu_ch4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1636
[69] = PINGROUP(69, qup2_se1, ibi_i3c, tgu_ch5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1637
[70] = PINGROUP(70, qup2_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1638
[71] = PINGROUP(71, qup2_se1, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1639
[72] = PINGROUP(72, qup2_se2, gcc_gp1, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1640
[73] = PINGROUP(73, qup2_se2, gcc_gp2, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1641
[74] = PINGROUP(74, qup2_se2, gcc_gp3, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1642
[75] = PINGROUP(75, qup2_se2, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1643
[76] = PINGROUP(76, qup2_se3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1644
[77] = PINGROUP(77, qup2_se3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1645
[78] = PINGROUP(78, qup2_se3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1646
[79] = PINGROUP(79, qup2_se3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1647
[80] = PINGROUP(80, qup2_se4, tgu_ch7, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1648
[81] = PINGROUP(81, qup2_se4, qup2_se2, tgu_ch0, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1649
[82] = PINGROUP(82, qup2_se4, qup2_se2, gcc_gp3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1650
[83] = PINGROUP(83, qup2_se4, qup2_se2, tgu_ch6, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1651
[84] = PINGROUP(84, qup2_se5, qup2_se7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1652
[85] = PINGROUP(85, qup2_se5, qup2_se7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1653
[86] = PINGROUP(86, qup2_se5, qup2_se7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1654
[87] = PINGROUP(87, qup2_se5, qup2_se7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1655
[88] = PINGROUP(88, qup2_se6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1656
[89] = PINGROUP(89, qup2_se6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1657
[90] = PINGROUP(90, qup2_se6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1658
[91] = PINGROUP(91, qup2_se6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1659
[92] = PINGROUP(92, tmess_prng0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1660
[93] = PINGROUP(93, tmess_prng1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1661
[94] = PINGROUP(94, sys_throttle, tmess_prng2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1662
[95] = PINGROUP(95, tmess_prng3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1663
[96] = PINGROUP(96, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1664
[97] = PINGROUP(97, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1665
[98] = PINGROUP(98, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1666
[99] = PINGROUP(99, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1667
[100] = PINGROUP(100, cam_aon, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1668
[101] = PINGROUP(101, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1669
[102] = PINGROUP(102, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1670
[103] = PINGROUP(103, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1671
[104] = PINGROUP(104, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1672
[105] = PINGROUP(105, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1673
[106] = PINGROUP(106, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1674
[107] = PINGROUP(107, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1675
[108] = PINGROUP(108, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1676
[109] = PINGROUP(109, cci_timer0, mdp_vsync4, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1677
[110] = PINGROUP(110, cci_timer1, mdp_vsync5, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1678
[111] = PINGROUP(111, cci_timer2, cci_async, mdp_vsync6, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1679
[112] = PINGROUP(112, cci_timer3, cci_async, mdp_vsync7, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1680
[113] = PINGROUP(113, cci_timer4, cci_async, mdp_vsync8, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1681
[114] = PINGROUP(114, mdp_vsync0, mdp_vsync1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1682
[115] = PINGROUP(115, mdp_vsync3, mdp_vsync2, edp1_lcd, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1683
[116] = PINGROUP(116, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1684
[117] = PINGROUP(117, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1685
[118] = PINGROUP(118, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1686
[119] = PINGROUP(119, edp0_hot, edp1_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1687
[120] = PINGROUP(120, edp1_hot, edp0_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1688
[121] = PINGROUP(121, usb0_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1689
[122] = PINGROUP(122, usb0_dp, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1690
[123] = PINGROUP(123, usb1_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1691
[124] = PINGROUP(124, usb1_dp, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1692
[125] = PINGROUP(125, usb2_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1693
[126] = PINGROUP(126, usb2_dp, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1694
[127] = PINGROUP(127, qspi0_clk, sdc4_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1695
[128] = PINGROUP(128, qspi00, sdc4_data0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1696
[129] = PINGROUP(129, qspi01, sdc4_data1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1697
[130] = PINGROUP(130, qspi02, sdc4_data2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1698
[131] = PINGROUP(131, qspi03, sdc4_data3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1699
[132] = PINGROUP(132, qspi0_cs0, sdc4_cmd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1700
[133] = PINGROUP(133, qspi0_cs1, tb_trig, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1701
[134] = PINGROUP(134, audio_ext, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1702
[135] = PINGROUP(135, i2s0_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1703
[136] = PINGROUP(136, i2s0_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1704
[137] = PINGROUP(137, i2s0_data1, tb_trig, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1705
[138] = PINGROUP(138, i2s0_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1706
[139] = PINGROUP(139, i2s1_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1707
[140] = PINGROUP(140, i2s1_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1708
[141] = PINGROUP(141, i2s1_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1709
[142] = PINGROUP(142, i2s1_data1, audio_ext, audio_ref, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1710
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1711
[144] = PINGROUP(144, pcie3_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1712
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1713
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1714
[147] = PINGROUP(147, pcie4_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1715
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1716
[149] = PINGROUP(149, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1717
[150] = PINGROUP(150, pcie5_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1718
[151] = PINGROUP(151, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1719
[152] = PINGROUP(152, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1720
[153] = PINGROUP(153, pcie6a_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1721
[154] = PINGROUP(154, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1722
[155] = PINGROUP(155, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1723
[156] = PINGROUP(156, pcie6b_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1724
[157] = PINGROUP(157, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1725
[158] = PINGROUP(158, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1726
[159] = PINGROUP(159, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1727
[160] = PINGROUP(160, RESOUT_GPIO, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1728
[161] = PINGROUP(161, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1729
[162] = PINGROUP(162, sd_write, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1730
[163] = PINGROUP(163, usb0_sbrx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1731
[164] = PINGROUP(164, usb0_sbtx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1732
[165] = PINGROUP(165, usb0_sbtx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1733
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1734
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1735
[168] = PINGROUP(168, eusb0_ac, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1736
[169] = PINGROUP(169, eusb3_ac, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1737
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1738
[171] = PINGROUP(171, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1739
[172] = PINGROUP(172, usb1_sbrx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1740
[173] = PINGROUP(173, usb1_sbtx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1741
[174] = PINGROUP(174, usb1_sbtx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1742
[175] = PINGROUP(175, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1743
[176] = PINGROUP(176, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1744
[177] = PINGROUP(177, eusb1_ac, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1745
[178] = PINGROUP(178, eusb6_ac, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1746
[179] = PINGROUP(179, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1747
[180] = PINGROUP(180, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1748
[181] = PINGROUP(181, usb2_sbrx, prng_rosc3, phase_flag, _, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1749
[182] = PINGROUP(182, usb2_sbtx, prng_rosc2, phase_flag, _, atest_char3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1750
[183] = PINGROUP(183, usb2_sbtx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1751
[184] = PINGROUP(184, phase_flag, _, atest_char1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1752
[185] = PINGROUP(185, phase_flag, _, atest_char0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1753
[186] = PINGROUP(186, eusb2_ac, prng_rosc0, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1754
[187] = PINGROUP(187, eusb5_ac, cri_trng, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1755
[188] = PINGROUP(188, prng_rosc1, phase_flag, _, atest_char2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1756
[189] = PINGROUP(189, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1757
[190] = PINGROUP(190, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1758
[191] = PINGROUP(191, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1759
[192] = PINGROUP(192, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1760
[193] = PINGROUP(193, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1761
[194] = PINGROUP(194, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1762
[195] = PINGROUP(195, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1763
[196] = PINGROUP(196, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1764
[197] = PINGROUP(197, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1765
[198] = PINGROUP(198, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1766
[199] = PINGROUP(199, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1767
[200] = PINGROUP(200, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1768
[201] = PINGROUP(201, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1769
[202] = PINGROUP(202, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1770
[203] = PINGROUP(203, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1771
[204] = PINGROUP(204, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1772
[205] = PINGROUP(205, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1773
[206] = PINGROUP(206, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1774
[207] = PINGROUP(207, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1775
[208] = PINGROUP(208, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1776
[209] = PINGROUP(209, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1777
[210] = PINGROUP(210, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1778
[211] = PINGROUP(211, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1779
[212] = PINGROUP(212, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1780
[213] = PINGROUP(213, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1781
[214] = PINGROUP(214, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1782
[215] = PINGROUP(215, _, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1783
[216] = PINGROUP(216, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1784
[217] = PINGROUP(217, _, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1785
[218] = PINGROUP(218, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1786
[219] = PINGROUP(219, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1787
[220] = PINGROUP(220, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1788
[221] = PINGROUP(221, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1789
[222] = PINGROUP(222, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1790
[223] = PINGROUP(223, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1791
[224] = PINGROUP(224, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1792
[225] = PINGROUP(225, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1793
[226] = PINGROUP(226, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1794
[227] = PINGROUP(227, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1795
[228] = PINGROUP(228, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1796
[229] = PINGROUP(229, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1797
[230] = PINGROUP(230, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1798
[231] = PINGROUP(231, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1799
[232] = PINGROUP(232, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1800
[233] = PINGROUP(233, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1801
[234] = PINGROUP(234, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1802
[235] = PINGROUP(235, aon_cci, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1803
[236] = PINGROUP(236, aon_cci, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1804
[237] = PINGROUP(237, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/realtek/pinctrl-rtd1625.c
1458
.groups = rtd1625_ ## _group ## _ ## _name ## _groups, \
drivers/pinctrl/realtek/pinctrl-rtd1625.c
1459
.num_groups = ARRAY_SIZE(rtd1625_ ## _group ## _ ## _name ## _groups), \
drivers/pinctrl/renesas/pfc-r8a7740.c
29
static const unsigned int intc_irq##irq##_##idx##_pins[] = { \
drivers/pinctrl/renesas/pfc-r8a7740.c
32
static const unsigned int intc_irq##irq##_##idx##_mux[] = { \
drivers/pinctrl/renesas/sh_pfc.h
443
fn(bank, pin, GP_##bank##_##pin, sfx, cfg)
drivers/pinctrl/renesas/sh_pfc.h
612
#define _GP_ALL(bank, pin, name, sfx, cfg) name##_##sfx
drivers/pinctrl/renesas/sh_pfc.h
667
#define _PORT_ALL(pn, pfx, sfx) pfx##_##sfx
drivers/platform/chrome/cros_ec_lpc.c
116
static int cros_ec_lpc_write_bytes(struct cros_ec_lpc *_, unsigned int offset, unsigned int length,
drivers/platform/chrome/cros_ec_lpc.c
97
static int cros_ec_lpc_read_bytes(struct cros_ec_lpc *_, unsigned int offset, unsigned int length,
drivers/platform/x86/asus-armoury.h
100
static struct kobj_attribute attr_##_attrname##_##_prop = \
drivers/platform/x86/asus-armoury.h
223
static ssize_t _attrname##_##_prop##_show( \
drivers/platform/x86/asus-armoury.h
233
static struct kobj_attribute attr_##_attrname##_##_prop = \
drivers/platform/x86/asus-armoury.h
63
.show = _func##_##_name##_show, \
drivers/platform/x86/asus-armoury.h
73
__ATTR(_name, 0644, _func##_##_name##_show, _func##_##_name##_store)
drivers/platform/x86/asus-armoury.h
95
static ssize_t _attrname##_##_prop##_show( \
drivers/platform/x86/lenovo/wmi-other.c
1384
.show = _func##_##_name##_show, \
drivers/platform/x86/lenovo/wmi-other.c
1394
__ATTR(_name, 0644, _func##_##_name##_show, _func##_##_name##_store)
drivers/platform/x86/lenovo/wmi-other.c
1398
static ssize_t _attrname##_##_prop##_show( \
drivers/platform/x86/lenovo/wmi-other.c
1403
static struct kobj_attribute attr_##_attrname##_##_prop = \
drivers/platform/x86/lenovo/wmi-other.c
1425
static ssize_t _attrname##_##_prop##_show( \
drivers/platform/x86/lenovo/wmi-other.c
1431
static struct kobj_attribute attr_##_attrname##_##_prop = \
drivers/power/supply/bq24190_charger.c
382
.mask = BQ24190_REG_##r##_##f##_MASK, \
drivers/power/supply/bq24190_charger.c
383
.shift = BQ24190_REG_##r##_##f##_SHIFT, \
drivers/ptp/ptp_clockmatrix.h
65
#define IDTCM_FW_REG(FW, VER, REG) (((FW) < (VER)) ? (REG) : (REG##_##VER))
drivers/ptp/ptp_ocp.c
3455
struct dev_ext_attribute dev_attr_##_group##_val##_##_name = \
drivers/ptp/ptp_ocp.c
3458
struct dev_ext_attribute dev_attr_##_group##_val##_##_name = \
drivers/regulator/act8865-regulator.c
450
.vsel_reg = _family##_##_id##_##_vsel_reg, \
drivers/regulator/act8865-regulator.c
452
.enable_reg = _family##_##_id##_CTRL, \
drivers/regulator/act8865-regulator.c
454
.pull_down_reg = _family##_##_id##_CTRL, \
drivers/regulator/act8945a-regulator.c
247
.vsel_reg = _family##_##_id##_##_vsel_reg, \
drivers/regulator/act8945a-regulator.c
249
.enable_reg = _family##_##_id##_CTRL, \
drivers/regulator/axp20x-regulator.c
354
[_family##_##_id] = { \
drivers/regulator/axp20x-regulator.c
360
.id = _family##_##_id, \
drivers/regulator/axp20x-regulator.c
376
[_family##_##_id] = { \
drivers/regulator/axp20x-regulator.c
382
.id = _family##_##_id, \
drivers/regulator/axp20x-regulator.c
395
[_family##_##_id] = { \
drivers/regulator/axp20x-regulator.c
401
.id = _family##_##_id, \
drivers/regulator/axp20x-regulator.c
409
[_family##_##_id] = { \
drivers/regulator/axp20x-regulator.c
415
.id = _family##_##_id, \
drivers/regulator/axp20x-regulator.c
424
[_family##_##_id] = { \
drivers/regulator/axp20x-regulator.c
430
.id = _family##_##_id, \
drivers/regulator/bcm590xx-regulator.c
105
.linear_ranges = _model_lower##_##_ranges, \
drivers/regulator/bcm590xx-regulator.c
106
.n_linear_ranges = ARRAY_SIZE(_model_lower##_##_ranges), \
drivers/regulator/bcm590xx-regulator.c
107
.vsel_reg = _model##_##_name##VOUT1, \
drivers/regulator/bcm590xx-regulator.c
109
.enable_reg = _model##_##_name##PMCTRL1, \
drivers/regulator/bcm590xx-regulator.c
93
.n_voltages = ARRAY_SIZE(_model_lower##_##_table), \
drivers/regulator/bcm590xx-regulator.c
94
.volt_table = _model_lower##_##_table, \
drivers/regulator/bcm590xx-regulator.c
95
.vsel_reg = _model##_##_name##CTRL, \
drivers/regulator/bcm590xx-regulator.c
97
.enable_reg = _model##_##_name##PMCTRL1, \
drivers/regulator/da903x-regulator.c
322
.vol_reg = _pmic##_##vreg, \
drivers/regulator/da903x-regulator.c
325
.enable_reg = _pmic##_##ereg, \
drivers/regulator/da903x-regulator.c
342
.vol_reg = _pmic##_##vreg, \
drivers/regulator/da903x-regulator.c
345
.update_reg = _pmic##_##ureg, \
drivers/regulator/da903x-regulator.c
347
.enable_reg = _pmic##_##ereg, \
drivers/regulator/da9063-regulator.c
114
.desc.name = __stringify(chip##_##regl_name), \
drivers/regulator/da9063-regulator.c
94
.desc.name = __stringify(chip##_##regl_name), \
drivers/regulator/da9121-regulator.c
146
DA9121_MASK_SYS_STATUS_##bank##_##name, \
drivers/regulator/da9121-regulator.c
154
DA9xxx_MASK_SYS_STATUS_##bank##_##name, \
drivers/regulator/mc13xxx.h
100
.enable_bit = prefix ## _reg ## _ ## _name ## EN, \
drivers/regulator/mc13xxx.h
67
.enable_bit = prefix ## _reg ## _ ## _name ## EN, \
drivers/regulator/mc13xxx.h
69
.vsel_shift = prefix ## _vsel_reg ## _ ## _name ## VSEL,\
drivers/regulator/mc13xxx.h
70
.vsel_mask = prefix ## _vsel_reg ## _ ## _name ## VSEL_M,\
drivers/regulator/mc13xxx.h
85
.enable_bit = prefix ## _reg ## _ ## _name ## EN, \
drivers/regulator/pf1550-regulator.c
200
.id = _chip ## _ ## _name, \
drivers/regulator/pf1550-regulator.c
218
.id = _chip ## _ ## _name, \
drivers/regulator/pf1550-regulator.c
242
.id = _chip ## _ ## _name, \
drivers/regulator/pf1550-regulator.c
262
.id = _chip ## _ ## _name, \
drivers/regulator/pfuze100-regulator.c
221
[_chip ## _ ## _name] = { \
drivers/regulator/pfuze100-regulator.c
227
.id = _chip ## _ ## _name, \
drivers/regulator/pfuze100-regulator.c
236
[_chip ## _ ## _name] = { \
drivers/regulator/pfuze100-regulator.c
242
.id = _chip ## _ ## _name, \
drivers/regulator/pfuze100-regulator.c
257
[_chip ## _ ## _name] = { \
drivers/regulator/pfuze100-regulator.c
263
.id = _chip ## _ ## _name, \
drivers/regulator/pfuze100-regulator.c
274
[_chip ## _ ## _name] = { \
drivers/regulator/pfuze100-regulator.c
280
.id = _chip ## _ ## _name, \
drivers/regulator/pfuze100-regulator.c
294
[_chip ## _ ## _name] = { \
drivers/regulator/pfuze100-regulator.c
300
.id = _chip ## _ ## _name, \
drivers/regulator/pfuze100-regulator.c
316
.id = _chip ## _ ## _name, \
drivers/regulator/pfuze100-regulator.c
331
[_chip ## _ ## _name] = { \
drivers/regulator/pfuze100-regulator.c
337
.id = _chip ## _ ## _name, \
drivers/regulator/pfuze100-regulator.c
358
.id = _chip ## _ ## _name, \
drivers/regulator/pv88060-regulator.c
149
.name = __stringify(chip##_##regl_name),\
drivers/regulator/pv88060-regulator.c
174
.name = __stringify(chip##_##regl_name),\
drivers/regulator/pv88060-regulator.c
194
.name = __stringify(chip##_##regl_name),\
drivers/regulator/pv88080-regulator.c
271
.name = __stringify(chip##_##regl_name),\
drivers/regulator/pv88080-regulator.c
289
.name = __stringify(chip##_##regl_name),\
drivers/regulator/pv88090-regulator.c
165
.name = __stringify(chip##_##regl_name),\
drivers/regulator/pv88090-regulator.c
191
.name = __stringify(chip##_##regl_name),\
drivers/s390/cio/ioasm.c
177
typedef struct { char _[4096]; } addr_type;
drivers/s390/scsi/zfcp_sysfs.c
17
struct device_attribute dev_attr_##_feat##_##_name = __ATTR(_name, _mode,\
drivers/s390/scsi/zfcp_sysfs.c
20
static ssize_t zfcp_sysfs_##_feat##_##_name##_show(struct device *dev, \
drivers/s390/scsi/zfcp_sysfs.c
29
zfcp_sysfs_##_feat##_##_name##_show, NULL);
drivers/s390/scsi/zfcp_sysfs.c
32
static ssize_t zfcp_sysfs_##_feat##_##_name##_show(struct device *dev, \
drivers/s390/scsi/zfcp_sysfs.c
39
zfcp_sysfs_##_feat##_##_name##_show, NULL);
drivers/scsi/aic94xx/aic94xx_reg.c
109
static type asd_read_##ww##_##ord(struct asd_ha_struct *asd_ha, \
drivers/scsi/aic94xx/aic94xx_reg.c
118
static void asd_write_##ww##_##ord(struct asd_ha_struct *asd_ha, \
drivers/scsi/bfa/bfa_cs.h
81
static int __trc_fileno = ((BFA_TRC_ ## __mod ## _ ## __submod) | \
drivers/scsi/fcoe/fcoe_sysfs.c
130
struct device_attribute device_attr_fcoe_##_prefix##_##_name = \
drivers/scsi/scsi_transport_fc.c
68
struct device_attribute device_attr_##_prefix##_##_name = \
drivers/scsi/scsi_transport_iscsi.c
1021
show_##type##_##name(struct device *dev, struct device_attribute *attr, \
drivers/scsi/scsi_transport_iscsi.c
1035
show_##type##_##name, NULL);
drivers/scsi/scsi_transport_iscsi.c
168
struct device_attribute dev_attr_##_prefix##_##_name = \
drivers/scsi/scsi_transport_iscsi.c
315
struct device_attribute dev_attr_##_prefix##_##_name = \
drivers/scsi/scsi_transport_iscsi.c
321
show_##type##_##name(struct device *dev, struct device_attribute *attr, \
drivers/scsi/scsi_transport_iscsi.c
331
static ISCSI_IFACE_ATTR(type, name, S_IRUGO, show_##type##_##name, NULL);
drivers/scsi/scsi_transport_iscsi.c
335
static ISCSI_IFACE_ATTR(type, name, S_IRUGO, show_##type##_##name, NULL);
drivers/scsi/scsi_transport_iscsi.c
4108
struct device_attribute dev_attr_##_prefix##_##_name = \
drivers/scsi/scsi_transport_iscsi.c
803
struct device_attribute dev_attr_##_prefix##_##_name = \
drivers/scsi/scsi_transport_iscsi.c
809
show_##type##_##name(struct device *dev, struct device_attribute *attr, \
drivers/scsi/scsi_transport_iscsi.c
822
show_##type##_##name, NULL);
drivers/scsi/scsi_transport_sas.c
59
struct device_attribute dev_attr_##_prefix##_##_name = \
drivers/spi/spi-dw.h
26
(dw_spi_ip_is(_dws, _ip) && (_dws)->ver _op DW_ ## _ip ## _ ## _ver)
drivers/staging/greybus/loopback.c
133
static ssize_t name##_##field##_show(struct device *dev, \
drivers/staging/greybus/loopback.c
143
static DEVICE_ATTR_RO(name##_##field)
drivers/target/iscsi/iscsi_target_configfs.c
365
static ssize_t __iscsi_##prefix##_##name##_show( \
drivers/target/iscsi/iscsi_target_configfs.c
376
static ssize_t __iscsi_##prefix##_##name##_store( \
drivers/target/iscsi/iscsi_target_configfs.c
429
static ssize_t __iscsi_##prefix##_##name##_show( \
drivers/target/iscsi/iscsi_target_configfs.c
820
static ssize_t __iscsi_##prefix##_##name##_show(struct se_portal_group *se_tpg, \
drivers/target/iscsi/iscsi_target_configfs.c
832
static ssize_t __iscsi_##prefix##_##name##_store(struct se_portal_group *se_tpg,\
drivers/target/iscsi/iscsi_target_configfs.c
879
static ssize_t __iscsi_##prefix##_##name##_show(struct se_portal_group *se_tpg, \
drivers/thermal/intel/int340x_thermal/processor_thermal_device.c
21
static ssize_t power_limit_##index##_##suffix##_show(struct device *dev, \
drivers/thermal/intel/therm_throt.c
138
static ssize_t therm_throt_device_show_##event##_##name( \
drivers/thermal/qcom/tsens.h
100
[_name##_##8] = REG_FIELD(_offset + 32, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
101
[_name##_##9] = REG_FIELD(_offset + 36, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
102
[_name##_##10] = REG_FIELD(_offset + 40, _startbit, _stopbit)
drivers/thermal/qcom/tsens.h
105
[_name##_##0] = REG_FIELD(_offset, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
106
[_name##_##1] = REG_FIELD(_offset + 4, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
107
[_name##_##2] = REG_FIELD(_offset + 8, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
108
[_name##_##3] = REG_FIELD(_offset + 12, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
109
[_name##_##4] = REG_FIELD(_offset + 16, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
110
[_name##_##5] = REG_FIELD(_offset + 20, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
111
[_name##_##6] = REG_FIELD(_offset + 24, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
112
[_name##_##7] = REG_FIELD(_offset + 28, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
113
[_name##_##8] = REG_FIELD(_offset + 32, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
114
[_name##_##9] = REG_FIELD(_offset + 36, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
115
[_name##_##10] = REG_FIELD(_offset + 40, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
116
[_name##_##11] = REG_FIELD(_offset + 44, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
117
[_name##_##12] = REG_FIELD(_offset + 48, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
118
[_name##_##13] = REG_FIELD(_offset + 52, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
119
[_name##_##14] = REG_FIELD(_offset + 56, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
120
[_name##_##15] = REG_FIELD(_offset + 60, _startbit, _stopbit)
drivers/thermal/qcom/tsens.h
123
[_name##_##0] = REG_FIELD(_offset, 0, 0), \
drivers/thermal/qcom/tsens.h
124
[_name##_##1] = REG_FIELD(_offset, 1, 1), \
drivers/thermal/qcom/tsens.h
125
[_name##_##2] = REG_FIELD(_offset, 2, 2), \
drivers/thermal/qcom/tsens.h
126
[_name##_##3] = REG_FIELD(_offset, 3, 3), \
drivers/thermal/qcom/tsens.h
127
[_name##_##4] = REG_FIELD(_offset, 4, 4), \
drivers/thermal/qcom/tsens.h
128
[_name##_##5] = REG_FIELD(_offset, 5, 5), \
drivers/thermal/qcom/tsens.h
129
[_name##_##6] = REG_FIELD(_offset, 6, 6), \
drivers/thermal/qcom/tsens.h
130
[_name##_##7] = REG_FIELD(_offset, 7, 7), \
drivers/thermal/qcom/tsens.h
131
[_name##_##8] = REG_FIELD(_offset, 8, 8), \
drivers/thermal/qcom/tsens.h
132
[_name##_##9] = REG_FIELD(_offset, 9, 9), \
drivers/thermal/qcom/tsens.h
133
[_name##_##10] = REG_FIELD(_offset, 10, 10), \
drivers/thermal/qcom/tsens.h
134
[_name##_##11] = REG_FIELD(_offset, 11, 11), \
drivers/thermal/qcom/tsens.h
135
[_name##_##12] = REG_FIELD(_offset, 12, 12), \
drivers/thermal/qcom/tsens.h
136
[_name##_##13] = REG_FIELD(_offset, 13, 13), \
drivers/thermal/qcom/tsens.h
137
[_name##_##14] = REG_FIELD(_offset, 14, 14), \
drivers/thermal/qcom/tsens.h
138
[_name##_##15] = REG_FIELD(_offset, 15, 15)
drivers/thermal/qcom/tsens.h
141
[_name##_##0] = REG_FIELD(_offset, 16, 16), \
drivers/thermal/qcom/tsens.h
142
[_name##_##1] = REG_FIELD(_offset, 17, 17), \
drivers/thermal/qcom/tsens.h
143
[_name##_##2] = REG_FIELD(_offset, 18, 18), \
drivers/thermal/qcom/tsens.h
144
[_name##_##3] = REG_FIELD(_offset, 19, 19), \
drivers/thermal/qcom/tsens.h
145
[_name##_##4] = REG_FIELD(_offset, 20, 20), \
drivers/thermal/qcom/tsens.h
146
[_name##_##5] = REG_FIELD(_offset, 21, 21), \
drivers/thermal/qcom/tsens.h
147
[_name##_##6] = REG_FIELD(_offset, 22, 22), \
drivers/thermal/qcom/tsens.h
148
[_name##_##7] = REG_FIELD(_offset, 23, 23), \
drivers/thermal/qcom/tsens.h
149
[_name##_##8] = REG_FIELD(_offset, 24, 24), \
drivers/thermal/qcom/tsens.h
150
[_name##_##9] = REG_FIELD(_offset, 25, 25), \
drivers/thermal/qcom/tsens.h
151
[_name##_##10] = REG_FIELD(_offset, 26, 26), \
drivers/thermal/qcom/tsens.h
152
[_name##_##11] = REG_FIELD(_offset, 27, 27), \
drivers/thermal/qcom/tsens.h
153
[_name##_##12] = REG_FIELD(_offset, 28, 28), \
drivers/thermal/qcom/tsens.h
154
[_name##_##13] = REG_FIELD(_offset, 29, 29), \
drivers/thermal/qcom/tsens.h
155
[_name##_##14] = REG_FIELD(_offset, 30, 30), \
drivers/thermal/qcom/tsens.h
156
[_name##_##15] = REG_FIELD(_offset, 31, 31)
drivers/thermal/qcom/tsens.h
92
[_name##_##0] = REG_FIELD(_offset, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
93
[_name##_##1] = REG_FIELD(_offset + 4, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
94
[_name##_##2] = REG_FIELD(_offset + 8, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
95
[_name##_##3] = REG_FIELD(_offset + 12, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
96
[_name##_##4] = REG_FIELD(_offset + 16, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
97
[_name##_##5] = REG_FIELD(_offset + 20, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
98
[_name##_##6] = REG_FIELD(_offset + 24, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
99
[_name##_##7] = REG_FIELD(_offset + 28, _startbit, _stopbit), \
drivers/usb/gadget/udc/omap_udc.c
2289
static int proc_udc_show(struct seq_file *s, void *_)
drivers/video/fbdev/riva/nvreg.h
40
#define DEVICE_BASE(device) (0?NV##_##device)
drivers/video/fbdev/riva/nvreg.h
41
#define DEVICE_SIZE(device) ((1?NV##_##device) - DEVICE_BASE(device)+1)
drivers/video/fbdev/riva/nvreg.h
45
nvCONTROL[(NV_##device##_##reg)/4]
drivers/video/fbdev/riva/nvreg.h
52
SetBF(NV_##device##_##mask,NV_##device##_##mask##_##value)
drivers/video/fbdev/riva/nvreg.h
53
#define DEVICE_VALUE(device,mask,value) SetBF(NV_##device##_##mask,value)
drivers/video/fbdev/riva/nvreg.h
54
#define DEVICE_MASK(device,mask) MASKEXPAND(NV_##device##_##mask)
fs/btrfs/messages.h
112
#define __FIRST_ARG(_, ...) _
fs/btrfs/messages.h
118
#define __REST_ARGS(_, ... ) __VA_OPT__(,) __VA_ARGS__
fs/btrfs/sysfs.c
69
static struct kobj_attribute btrfs_attr_##_prefix##_##_name = \
fs/btrfs/sysfs.c
73
static struct kobj_attribute btrfs_attr_##_prefix##_##_name = \
fs/btrfs/sysfs.c
77
static struct kobj_attribute btrfs_attr_##_prefix##_##_name = \
fs/btrfs/sysfs.c
81
(&btrfs_attr_##_prefix##_##_name.attr)
fs/btrfs/sysfs.c
89
.feature_bit = _feature_prefix ##_## _feature_bit, \
fs/ceph/xattr.c
380
.getxattr_cb = ceph_vxattrcb_ ## _type ## _ ## _name, \
fs/ceph/xattr.c
390
.getxattr_cb = ceph_vxattrcb_ ## _type ## _ ## _name, \
fs/ceph/xattr.c
398
.getxattr_cb = ceph_vxattrcb_ ## _name ## _ ## _field, \
fs/ceph/xattr.c
406
.getxattr_cb = ceph_vxattrcb_ ## _type ## _ ## _name, \
fs/nilfs2/sysfs.h
101
nilfs_##type##_##name##_show, \
fs/nilfs2/sysfs.h
102
nilfs_##type##_##name##_store)
fs/nilfs2/sysfs.h
98
NILFS_ATTR(type, name, 0444, nilfs_##type##_##name##_show, NULL)
fs/pstore/blk.c
76
long _##name_ = (name); \
fs/pstore/blk.c
77
_##name_ = _##name_ <= 0 ? 0 : (_##name_ * 1024); \
fs/pstore/blk.c
78
if (_##name_ & ((alignsize) - 1)) { \
fs/pstore/blk.c
81
_##name_ = ALIGN(name, (alignsize)); \
fs/pstore/blk.c
83
_##name_; \
fs/pstore/blk.c
87
long _##name_; \
fs/pstore/blk.c
89
_##name_ = check_size(name, alignsize); \
fs/pstore/blk.c
91
_##name_ = 0; \
fs/pstore/blk.c
93
name = _##name_ / 1024; \
fs/pstore/blk.c
94
dev->zone.name = _##name_; \
include/asm-generic/vmlinux.lds.h
965
#define RUNTIME_CONST(t,x) NAMED_SECTION(runtime_##t##_##x)
include/linux/avf/virtchnl.h
1217
VIRTCHNL_PROTO_HDR_ ## hdr_type ## _ ## field))
include/linux/avf/virtchnl.h
1220
VIRTCHNL_PROTO_HDR_ ## hdr_type ## _ ## field))
include/linux/bitops.h
73
__same_type(_##name, generic_##name))
include/linux/cdx/bitfield.h
18
#define CDX_VAL(field, attribute) field ## _ ## attribute
include/linux/compat.h
53
COMPAT_SYSCALL_DEFINEx(1, _##name, __VA_ARGS__)
include/linux/compat.h
55
COMPAT_SYSCALL_DEFINEx(2, _##name, __VA_ARGS__)
include/linux/compat.h
57
COMPAT_SYSCALL_DEFINEx(3, _##name, __VA_ARGS__)
include/linux/compat.h
59
COMPAT_SYSCALL_DEFINEx(4, _##name, __VA_ARGS__)
include/linux/compat.h
61
COMPAT_SYSCALL_DEFINEx(5, _##name, __VA_ARGS__)
include/linux/compat.h
63
COMPAT_SYSCALL_DEFINEx(6, _##name, __VA_ARGS__)
include/linux/compiler.h
167
__PASTE(_, __COUNTER__)))
include/linux/ethtool.h
1563
.cap_arr = prefix##_##value, \
include/linux/ethtool.h
1564
.arr_size = ARRAY_SIZE(prefix##_##value), \
include/linux/init.h
207
__PASTE(_, \
include/linux/init.h
209
__PASTE(_, fn)))))))
include/linux/irqchip/arm-gic-v3.h
167
(GIC_BASER_CACHE_##type << reg##_##inner_outer##_CACHEABILITY_SHIFT)
include/linux/kcsan-checks.h
380
struct kcsan_scoped_access __kcsan_scoped_name(id, _) \
include/linux/kcsan-checks.h
385
&__kcsan_scoped_name(id, _))
include/linux/livepatch_helpers.h
49
#define KLP_SYSCALL_DEFINE1(name, ...) KLP_SYSCALL_DEFINEx(1, _##name, __VA_ARGS__)
include/linux/livepatch_helpers.h
50
#define KLP_SYSCALL_DEFINE2(name, ...) KLP_SYSCALL_DEFINEx(2, _##name, __VA_ARGS__)
include/linux/livepatch_helpers.h
51
#define KLP_SYSCALL_DEFINE3(name, ...) KLP_SYSCALL_DEFINEx(3, _##name, __VA_ARGS__)
include/linux/livepatch_helpers.h
52
#define KLP_SYSCALL_DEFINE4(name, ...) KLP_SYSCALL_DEFINEx(4, _##name, __VA_ARGS__)
include/linux/livepatch_helpers.h
53
#define KLP_SYSCALL_DEFINE5(name, ...) KLP_SYSCALL_DEFINEx(5, _##name, __VA_ARGS__)
include/linux/livepatch_helpers.h
54
#define KLP_SYSCALL_DEFINE6(name, ...) KLP_SYSCALL_DEFINEx(6, _##name, __VA_ARGS__)
include/linux/mfd/idtRC38xxx_reg.h
195
#define IDTFC3_FW_REG(FW, VER, REG) (((FW) < (VER)) ? (REG) : (REG##_##VER))
include/linux/mfd/idtRC38xxx_reg.h
196
#define IDTFC3_FW_FIELD(FW, VER, FIELD) (((FW) < (VER)) ? (FIELD) : (FIELD##_##VER))
include/linux/nodemask.h
524
#define NODEMASK_ALLOC(type, name, gfp_flags) type _##name, *name = &_##name
include/linux/pci.h
1152
.vendor = PCI_VENDOR_ID_##vend, .device = PCI_DEVICE_ID_##vend##_##dev, \
include/linux/seqlock.h
251
seqcount_##lockname##_t: __seqprop_##lockname##_##prop
include/linux/syscalls.h
219
SYSCALL_METADATA(_##sname, 0); \
include/linux/syscalls.h
225
#define SYSCALL_DEFINE1(name, ...) SYSCALL_DEFINEx(1, _##name, __VA_ARGS__)
include/linux/syscalls.h
226
#define SYSCALL_DEFINE2(name, ...) SYSCALL_DEFINEx(2, _##name, __VA_ARGS__)
include/linux/syscalls.h
227
#define SYSCALL_DEFINE3(name, ...) SYSCALL_DEFINEx(3, _##name, __VA_ARGS__)
include/linux/syscalls.h
228
#define SYSCALL_DEFINE4(name, ...) SYSCALL_DEFINEx(4, _##name, __VA_ARGS__)
include/linux/syscalls.h
229
#define SYSCALL_DEFINE5(name, ...) SYSCALL_DEFINEx(5, _##name, __VA_ARGS__)
include/linux/syscalls.h
230
#define SYSCALL_DEFINE6(name, ...) SYSCALL_DEFINEx(6, _##name, __VA_ARGS__)
include/linux/usb/func_utils.h
24
size_t groupname##_##name##__offset = ({ \
include/linux/usb/func_utils.h
41
size_t groupname##_##name##__sz = array_size(n, sizeof(type)); \
include/linux/usb/func_utils.h
42
size_t groupname##_##name##__offset = ({ \
include/linux/usb/func_utils.h
48
if (check_add_overflow(offset, groupname##_##name##__sz,\
include/linux/usb/func_utils.h
58
((void *) ((char *)ptr + groupname##_##name##__offset))
include/linux/usb/gadget_configfs.h
21
static ssize_t __struct##_##__name##_show(struct config_item *item, char *page) \
include/linux/usb/gadget_configfs.h
30
CONFIGFS_ATTR(struct_name##_, _name)
include/linux/usb/gadget_configfs.h
8
static ssize_t __struct##_##__name##_store(struct config_item *item, \
include/math-emu/op-common.h
831
_FP_FRAC_CONV_##dwc##_##swc(dfs, sfs, D, S); \
include/rdma/ib_pack.h
48
IB_OPCODE_ ## transport ## _ ## op = \
include/sound/emu10k1.h
53
#define SUB_REG(reg, field, mask) SUB_REG_NC(reg, reg ## _ ## field, mask)
include/sound/sdca_function.h
133
SDCA_CTL_##ent##_##sel)
include/trace/stages/init.h
16
__##TRACE_SYSTEM##_##a = \
include/trace/stages/init.h
24
*TRACE_SYSTEM##_##a = &__##TRACE_SYSTEM##_##a
include/trace/stages/init.h
29
__##TRACE_SYSTEM##_##a = \
include/trace/stages/init.h
37
*TRACE_SYSTEM##_##a = &__##TRACE_SYSTEM##_##a
include/uapi/linux/atmapi.h
28
typedef struct { unsigned char _[8]; } __ATM_API_ALIGN atm_kptr_t;
include/uapi/linux/perf_event.h
1472
(((__u64)PERF_MEM_##a##_##s) << PERF_MEM_##a##_SHIFT)
include/video/gbe.h
89
GET((v), GBE_##reg##_##field##_MSB, GBE_##reg##_##field##_LSB)
include/video/gbe.h
91
SET((v), (f), GBE_##reg##_##field##_MSB, GBE_##reg##_##field##_LSB)
kernel/bpf/cnum_defs.h
21
#define FN(name) __PASTE(__PASTE(cnum, T), __PASTE(_, name))
kernel/bpf/core.c
1854
#define BPF_INSN_2_LBL(x, y) [BPF_##x | BPF_##y] = &&x##_##y
kernel/bpf/core.c
1855
#define BPF_INSN_3_LBL(x, y, z) [BPF_##x | BPF_##y | BPF_##z] = &&x##_##y##_##z
kernel/bpf/offload.c
850
#define XDP_METADATA_KFUNC(name, _, __, xmo) \
kernel/kcsan/core.c
1194
u##bits __tsan_atomic##bits##_##op(u##bits *ptr, u##bits v, int memorder); \
kernel/kcsan/core.c
1195
u##bits __tsan_atomic##bits##_##op(u##bits *ptr, u##bits v, int memorder) \
kernel/kcsan/core.c
1205
EXPORT_SYMBOL(__tsan_atomic##bits##_##op)
kernel/printk/printk_ringbuffer.h
256
static struct prb_desc _##name##_descs[_DESCS_COUNT(descbits)] = { \
kernel/printk/printk_ringbuffer.h
265
static struct printk_info _##name##_infos[_DESCS_COUNT(descbits)] = { \
kernel/printk/printk_ringbuffer.h
280
.descs = &_##name##_descs[0], \
kernel/printk/printk_ringbuffer.h
281
.infos = &_##name##_infos[0], \
kernel/printk/printk_ringbuffer.h
307
static char _##name##_text[1U << ((avgtextbits) + (descbits))] \
kernel/printk/printk_ringbuffer.h
309
_DEFINE_PRINTKRB(name, descbits, avgtextbits, &_##name##_text[0])
lib/atomic64_test.c
24
atomic##bit##_##op(val, &v); \
lib/atomic64_test.c
49
BUG_ON(atomic##bit##_##op(val, &v) != r); \
lib/atomic64_test.c
58
BUG_ON(atomic##bit##_##op(val, &v) != v0); \
lib/atomic64_test.c
75
BUG_ON(atomic##bit##_##op(&v, ##args) != ret); \
lib/locking-selftest.c
1506
dotest(name##_##nr, SUCCESS, LOCKTYPE_RWLOCK); \
lib/locking-selftest.c
1511
dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \
lib/locking-selftest.c
1517
dotest(name##_##nr, SUCCESS, LOCKTYPE_RWLOCK); \
lib/locking-selftest.c
1523
dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \
lib/raid/raid6/s390/recov_s390xc.c
15
typedef struct { u8 _[256]; } addrtype;
lib/test_dynamic_debug.c
49
module_param_cb(_flags##_##_model, ¶m_ops_dyndbg_classes, &_flags##_model, 0600)
lib/test_static_keys.c
42
static bool key ## _ ## branch(void) \
lib/tests/overflow_kunit.c
357
DEFINE_TEST_FUNC_TYPED(t ## _ ## t ## __ ## t, t, fmt)
lib/tests/overflow_kunit.c
49
static const struct test_ ## t1 ## _ ## t2 ## __ ## t { \
lib/tests/overflow_kunit.c
54
} t1 ## _ ## t2 ## __ ## t ## _tests[]
lib/tests/stackinit_kunit.c
275
INIT_ ## which ## _ ## init_level(var_type); \
lib/tests/stackinit_kunit.c
386
DEFINE_TEST(name ## _ ## init, name, SCALAR, \
lib/tests/stackinit_kunit.c
398
DEFINE_TEST(name ## _ ## init, \
lib/tests/stackinit_kunit.c
403
DEFINE_TEST(name ## _ ## init, \
lib/tests/stackinit_kunit.c
414
DEFINE_STRUCT_TESTS(base ## _ ## partial, \
lib/tests/stackinit_kunit.c
416
DEFINE_STRUCT_TESTS(base ## _ ## all, xfail)
lib/tests/stackinit_kunit.c
419
DEFINE_UNION_TESTS(base ## _ ## partial, \
lib/tests/stackinit_kunit.c
421
DEFINE_UNION_TESTS(base ## _ ## all, xfail)
lib/vsprintf.c
216
_( 0), _( 1), _( 2), _( 3), _( 4), _( 5), _( 6), _( 7), _( 8), _( 9),
lib/vsprintf.c
217
_(10), _(11), _(12), _(13), _(14), _(15), _(16), _(17), _(18), _(19),
lib/vsprintf.c
218
_(20), _(21), _(22), _(23), _(24), _(25), _(26), _(27), _(28), _(29),
lib/vsprintf.c
219
_(30), _(31), _(32), _(33), _(34), _(35), _(36), _(37), _(38), _(39),
lib/vsprintf.c
220
_(40), _(41), _(42), _(43), _(44), _(45), _(46), _(47), _(48), _(49),
lib/vsprintf.c
221
_(50), _(51), _(52), _(53), _(54), _(55), _(56), _(57), _(58), _(59),
lib/vsprintf.c
222
_(60), _(61), _(62), _(63), _(64), _(65), _(66), _(67), _(68), _(69),
lib/vsprintf.c
223
_(70), _(71), _(72), _(73), _(74), _(75), _(76), _(77), _(78), _(79),
lib/vsprintf.c
224
_(80), _(81), _(82), _(83), _(84), _(85), _(86), _(87), _(88), _(89),
lib/vsprintf.c
225
_(90), _(91), _(92), _(93), _(94), _(95), _(96), _(97), _(98), _(99),
lib/zstd/compress/zstd_double_fast.c
551
static size_t ZSTD_compressBlock_doubleFast_##dictMode##_##mls( \
lib/zstd/compress/zstd_fast.c
425
static size_t ZSTD_compressBlock_fast_##dictMode##_##mml##_##cmov( \
lib/zstd/compress/zstd_lazy.c
1360
#define ZSTD_BT_SEARCH_FN(dictMode, mls) ZSTD_BtFindBestMatch_##dictMode##_##mls
lib/zstd/compress/zstd_lazy.c
1361
#define ZSTD_HC_SEARCH_FN(dictMode, mls) ZSTD_HcFindBestMatch_##dictMode##_##mls
lib/zstd/compress/zstd_lazy.c
1362
#define ZSTD_ROW_SEARCH_FN(dictMode, mls, rowLog) ZSTD_RowFindBestMatch_##dictMode##_##mls##_##rowLog
lib/zstd/compress/zstd_opt.c
853
#define ZSTD_BT_GET_ALL_MATCHES_FN(dictMode, mls) ZSTD_btGetAllMatches_##dictMode##_##mls
net/core/netdev-genl.c
48
#define XDP_METADATA_KFUNC(_, flag, __, xmo) \
net/core/xdp.c
967
#define XDP_METADATA_KFUNC(_, __, name, ___) BTF_ID_FLAGS(func, name)
net/core/xdp.c
978
#define XDP_METADATA_KFUNC(name, _, str, __) BTF_ID(func, str)
net/dsa/tag.h
382
#define DSA_TAG_DRIVER_NAME(__ops) dsa_tag_driver ## _ ## __ops
net/ethtool/common.h
13
ETHTOOL_LINK_MODE_ ## speed ## base ## type ## _ ## duplex ## _BIT
net/mac80211/debugfs_sta.c
1081
if (cap[n] & IEEE80211_EHT_##t##_CAP##n##_##a) \
net/mac80211/debugfs_sta.c
701
if (cap[n] & IEEE80211_HE_##t##_CAP##n##_##a) \
net/mac80211/debugfs_sta.c
707
u8 msk = IEEE80211_HE_##t##_CAP##i##_##n##_MASK; \
net/mac80211/debugfs_sta.c
714
if (cap[i] == IEEE80211_HE_##t ##_CAP##i##_##n##_##a) { \
net/smc/smc_stats.h
162
this_cpu_inc((*(_smc_stats)).smc[t].rmb ## _ ## key.type ## _cnt)
net/wireless/nl80211.c
19279
#define SELECTOR(_, name, value) [NL80211_IFL_SEL_##name] = value,
net/wireless/nl80211.c
19280
INTERNAL_FLAG_SELECTORS(_)
scripts/asn1_compiler.c
207
_(ABSENT),
scripts/asn1_compiler.c
208
_(ALL),
scripts/asn1_compiler.c
209
_(ANY),
scripts/asn1_compiler.c
210
_(APPLICATION),
scripts/asn1_compiler.c
211
_(AUTOMATIC),
scripts/asn1_compiler.c
212
_(BEGIN),
scripts/asn1_compiler.c
213
_(BIT),
scripts/asn1_compiler.c
214
_(BMPString),
scripts/asn1_compiler.c
215
_(BOOLEAN),
scripts/asn1_compiler.c
216
_(BY),
scripts/asn1_compiler.c
217
_(CHARACTER),
scripts/asn1_compiler.c
218
_(CHOICE),
scripts/asn1_compiler.c
219
_(CLASS),
scripts/asn1_compiler.c
220
_(COMPONENT),
scripts/asn1_compiler.c
221
_(COMPONENTS),
scripts/asn1_compiler.c
222
_(CONSTRAINED),
scripts/asn1_compiler.c
223
_(CONTAINING),
scripts/asn1_compiler.c
224
_(DEFAULT),
scripts/asn1_compiler.c
225
_(DEFINED),
scripts/asn1_compiler.c
226
_(DEFINITIONS),
scripts/asn1_compiler.c
227
_(EMBEDDED),
scripts/asn1_compiler.c
228
_(ENCODED),
scripts/asn1_compiler.c
230
_(END),
scripts/asn1_compiler.c
231
_(ENUMERATED),
scripts/asn1_compiler.c
232
_(EXCEPT),
scripts/asn1_compiler.c
233
_(EXPLICIT),
scripts/asn1_compiler.c
234
_(EXPORTS),
scripts/asn1_compiler.c
235
_(EXTENSIBILITY),
scripts/asn1_compiler.c
236
_(EXTERNAL),
scripts/asn1_compiler.c
237
_(FALSE),
scripts/asn1_compiler.c
238
_(FROM),
scripts/asn1_compiler.c
239
_(GeneralString),
scripts/asn1_compiler.c
240
_(GeneralizedTime),
scripts/asn1_compiler.c
241
_(GraphicString),
scripts/asn1_compiler.c
242
_(IA5String),
scripts/asn1_compiler.c
243
_(IDENTIFIER),
scripts/asn1_compiler.c
244
_(IMPLICIT),
scripts/asn1_compiler.c
245
_(IMPLIED),
scripts/asn1_compiler.c
246
_(IMPORTS),
scripts/asn1_compiler.c
247
_(INCLUDES),
scripts/asn1_compiler.c
248
_(INSTANCE),
scripts/asn1_compiler.c
249
_(INSTRUCTIONS),
scripts/asn1_compiler.c
250
_(INTEGER),
scripts/asn1_compiler.c
251
_(INTERSECTION),
scripts/asn1_compiler.c
252
_(ISO646String),
scripts/asn1_compiler.c
253
_(MAX),
scripts/asn1_compiler.c
254
_(MIN),
scripts/asn1_compiler.c
257
_(NumericString),
scripts/asn1_compiler.c
258
_(OBJECT),
scripts/asn1_compiler.c
259
_(OCTET),
scripts/asn1_compiler.c
260
_(OF),
scripts/asn1_compiler.c
261
_(OPTIONAL),
scripts/asn1_compiler.c
262
_(ObjectDescriptor),
scripts/asn1_compiler.c
263
_(PATTERN),
scripts/asn1_compiler.c
264
_(PDV),
scripts/asn1_compiler.c
266
_(PRESENT),
scripts/asn1_compiler.c
267
_(PRIVATE),
scripts/asn1_compiler.c
268
_(PrintableString),
scripts/asn1_compiler.c
269
_(REAL),
scripts/asn1_compiler.c
271
_(SEQUENCE),
scripts/asn1_compiler.c
272
_(SET),
scripts/asn1_compiler.c
273
_(SIZE),
scripts/asn1_compiler.c
274
_(STRING),
scripts/asn1_compiler.c
275
_(SYNTAX),
scripts/asn1_compiler.c
276
_(T61String),
scripts/asn1_compiler.c
277
_(TAGS),
scripts/asn1_compiler.c
278
_(TRUE),
scripts/asn1_compiler.c
279
_(TeletexString),
scripts/asn1_compiler.c
280
_(UNION),
scripts/asn1_compiler.c
281
_(UNIQUE),
scripts/asn1_compiler.c
282
_(UNIVERSAL),
scripts/asn1_compiler.c
283
_(UTCTime),
scripts/asn1_compiler.c
284
_(UTF8String),
scripts/asn1_compiler.c
285
_(UniversalString),
scripts/asn1_compiler.c
286
_(VideotexString),
scripts/asn1_compiler.c
287
_(VisibleString),
scripts/asn1_compiler.c
288
_(WITH)
scripts/mod/devicetable-offsets.c
8
DEFINE(OFF_##devid##_##field, offsetof(struct devid, field))
scripts/mod/file2alias.c
137
get_unaligned_native((typeof(f) *)((m) + OFF_##devid##_##f))
scripts/mod/file2alias.c
144
typeof(((struct devid *)0)->f) *f = ((m) + OFF_##devid##_##f)
security/apparmor/include/label.h
26
struct aa_ ## T *(_ ## V ## _localtmp)[LOCAL_VEC_ENTRIES]; \
security/apparmor/include/label.h
33
(V) = (_ ## V ## _localtmp); \
security/apparmor/include/label.h
48
if ((V) != _ ## V ## _localtmp) \
security/security.c
88
#define SECURITY_HOOK_ACTIVE_KEY(HOOK, IDX) security_hook_active_##HOOK##_##IDX
security/security.c
95
#define LSM_STATIC_CALL(HOOK, IDX) lsm_static_call_##HOOK##_##IDX
sound/pci/lola/lola.h
378
readl((chip)->bar[idx].remap_addr + LOLA_##idx##_##name)
sound/pci/lola/lola.h
380
readw((chip)->bar[idx].remap_addr + LOLA_##idx##_##name)
sound/pci/lola/lola.h
382
readb((chip)->bar[idx].remap_addr + LOLA_##idx##_##name)
sound/pci/lola/lola.h
384
writel((val), (chip)->bar[idx].remap_addr + LOLA_##idx##_##name)
sound/pci/lola/lola.h
386
writew((val), (chip)->bar[idx].remap_addr + LOLA_##idx##_##name)
sound/pci/lola/lola.h
388
writeb((val), (chip)->bar[idx].remap_addr + LOLA_##idx##_##name)
sound/soc/codecs/cs48l32.h
185
CS48L32_ ## eq ## _ ## band ## _ ## type
tools/arch/arm64/include/asm/sysreg.h
1187
#define SYS_FIELD_VALUE(reg, field, val) reg##_##field##_##val
tools/arch/arm64/include/asm/sysreg.h
1190
FIELD_GET(reg##_##field##_MASK, val)
tools/arch/arm64/include/asm/sysreg.h
1193
FIELD_PREP(reg##_##field##_MASK, val)
tools/arch/arm64/include/asm/sysreg.h
1196
FIELD_PREP(reg##_##field##_MASK, \
tools/arch/x86/include/asm/special_insns.h
8
const struct { char _[64]; } *__src = src;
tools/arch/x86/include/asm/special_insns.h
9
struct { char _[64]; } *__dst = dst;
tools/include/uapi/linux/perf_event.h
1472
(((__u64)PERF_MEM_##a##_##s) << PERF_MEM_##a##_SHIFT)
tools/lib/bpf/bpf_core_read.h
348
#define ___narg(...) ___nth(_, ##__VA_ARGS__, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0)
tools/lib/bpf/bpf_core_read.h
354
#define ___empty(...) ___nth(_, ##__VA_ARGS__, N, N, N, N, N, N, N, N, N, N, 0)
tools/lib/bpf/bpf_core_read.h
368
#define ___nolast2(a, _) a
tools/lib/bpf/bpf_core_read.h
369
#define ___nolast3(a, b, _) a, b
tools/lib/bpf/bpf_core_read.h
370
#define ___nolast4(a, b, c, _) a, b, c
tools/lib/bpf/bpf_core_read.h
371
#define ___nolast5(a, b, c, d, _) a, b, c, d
tools/lib/bpf/bpf_core_read.h
372
#define ___nolast6(a, b, c, d, e, _) a, b, c, d, e
tools/lib/bpf/bpf_core_read.h
373
#define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f
tools/lib/bpf/bpf_core_read.h
374
#define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g
tools/lib/bpf/bpf_core_read.h
375
#define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h
tools/lib/bpf/bpf_core_read.h
376
#define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i
tools/lib/bpf/bpf_helpers.h
228
#define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N
tools/lib/bpf/bpf_helpers.h
232
___bpf_nth(_, ##__VA_ARGS__, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0)
tools/lib/bpf/bpf_helpers.h
335
___bpf_nth(_, ##__VA_ARGS__, __bpf_vprintk, __bpf_vprintk, __bpf_vprintk, \
tools/lib/bpf/bpf_tracing.h
636
#define ___bpf_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _a, _b, _c, N, ...) N
tools/lib/bpf/bpf_tracing.h
639
#define ___bpf_narg(...) ___bpf_nth(_, ##__VA_ARGS__, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0)
tools/lib/bpf/bpf_tracing.h
687
#define ___bpf_nth2(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, \
tools/lib/bpf/bpf_tracing.h
692
___bpf_nth2(_, ##__VA_ARGS__, 12, 12, 11, 11, 10, 10, 9, 9, 8, 8, 7, 7, \
tools/lib/bpf/libbpf_common.h
23
__LIBBPF_MARK_DEPRECATED_ ## major ## _ ## minor \
tools/perf/builtin-check.c
67
FEATURE_STATUS(NULL, _)
tools/perf/util/cs-etm.c
3293
(CS_##type##_##param - CS_ETM_COMMON_BLK_MAX_V1))
tools/perf/util/mem-events.c
659
#define P(a, b) PERF_MEM_##a##_##b
tools/power/cpupower/utils/cpufreq-info.c
133
printf(_("Error while evaluating Boost Capabilities"
tools/power/cpupower/utils/cpufreq-info.c
143
printf(_(" boost state support:\n"));
tools/power/cpupower/utils/cpufreq-info.c
145
printf(_(" Supported: %s\n"), support ? _("yes") : _("no"));
tools/power/cpupower/utils/cpufreq-info.c
146
printf(_(" Active: %s\n"), active ? _("yes") : _("no"));
tools/power/cpupower/utils/cpufreq-info.c
158
printf(_(" Boost States: %d\n"), b_states);
tools/power/cpupower/utils/cpufreq-info.c
159
printf(_(" Total States: %d\n"), pstate_no);
tools/power/cpupower/utils/cpufreq-info.c
164
printf(_(" Pstate-Pb%d: %luMHz (boost state)"
tools/power/cpupower/utils/cpufreq-info.c
167
printf(_(" Pstate-P%d: %luMHz\n"),
tools/power/cpupower/utils/cpufreq-info.c
186
printf(_(" %.0f MHz max turbo 4 active cores\n"),
tools/power/cpupower/utils/cpufreq-info.c
191
printf(_(" %.0f MHz max turbo 3 active cores\n"),
tools/power/cpupower/utils/cpufreq-info.c
196
printf(_(" %.0f MHz max turbo 2 active cores\n"),
tools/power/cpupower/utils/cpufreq-info.c
201
printf(_(" %.0f MHz max turbo 1 active cores\n"),
tools/power/cpupower/utils/cpufreq-info.c
212
printf(_(" boost state support:\n"));
tools/power/cpupower/utils/cpufreq-info.c
213
printf(_(" Active: %s\n"), active ? _("yes") : _("no"));
tools/power/cpupower/utils/cpufreq-info.c
234
printf(_(" boost frequency steps: "));
tools/power/cpupower/utils/cpufreq-info.c
253
printf(_(" current CPU frequency: "));
tools/power/cpupower/utils/cpufreq-info.c
255
printf(_(" Unable to call to kernel\n"));
tools/power/cpupower/utils/cpufreq-info.c
262
printf(_(" (asserted by call to kernel)\n"));
tools/power/cpupower/utils/cpufreq-info.c
277
printf(_(" current CPU frequency: "));
tools/power/cpupower/utils/cpufreq-info.c
286
printf(_(" (asserted by call to hardware)\n"));
tools/power/cpupower/utils/cpufreq-info.c
297
printf(_("Not Available\n"));
tools/power/cpupower/utils/cpufreq-info.c
302
printf(_(" hardware limits: "));
tools/power/cpupower/utils/cpufreq-info.c
319
printf(_(" no or unknown cpufreq driver is active on this CPU\n"));
tools/power/cpupower/utils/cpufreq-info.c
32
printf(_("Couldn't count the number of CPUs (%s: %s), assuming 1\n"), "/proc/stat", strerror(errno));
tools/power/cpupower/utils/cpufreq-info.c
333
printf(_(" Unable to determine current policy\n"));
tools/power/cpupower/utils/cpufreq-info.c
336
printf(_(" current policy: frequency should be within "));
tools/power/cpupower/utils/cpufreq-info.c
338
printf(_(" and "));
tools/power/cpupower/utils/cpufreq-info.c
342
printf(_("The governor \"%s\" may decide which speed to use\n"
tools/power/cpupower/utils/cpufreq-info.c
356
printf(_(" available cpufreq governors: "));
tools/power/cpupower/utils/cpufreq-info.c
358
printf(_("Not Available\n"));
tools/power/cpupower/utils/cpufreq-info.c
378
printf(_(" CPUs which need to have their frequency coordinated by software: "));
tools/power/cpupower/utils/cpufreq-info.c
380
printf(_("Not Available\n"));
tools/power/cpupower/utils/cpufreq-info.c
399
printf(_(" CPUs which run at the same hardware frequency: "));
tools/power/cpupower/utils/cpufreq-info.c
401
printf(_("Not Available\n"));
tools/power/cpupower/utils/cpufreq-info.c
449
printf(_(" energy performance preference: %s\n"), epp);
tools/power/cpupower/utils/cpufreq-info.c
465
printf(_(" maximum transition latency: "));
tools/power/cpupower/utils/cpufreq-info.c
467
printf(_(" Cannot determine or is not supported.\n"));
tools/power/cpupower/utils/cpufreq-info.c
503
printf(_(" available frequency steps: "));
tools/power/cpupower/utils/cpufreq-info.c
603
printf(_("The argument passed to this tool can't be "
tools/power/cpupower/utils/cpufreq-info.c
620
printf(_("You can't specify more than one --cpu parameter and/or\n"
tools/power/cpupower/utils/cpufreq-info.c
624
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/cpufreq-info.c
637
printf(_("analyzing CPU %d:\n"), cpu);
tools/power/cpupower/utils/cpufreq-info.c
64
printf(_(" minimum CPU frequency - maximum CPU frequency - governor\n"));
tools/power/cpupower/utils/cpufreq-info.c
640
printf(_(" *is offline\n"));
tools/power/cpupower/utils/cpufreq-set.c
150
printf(_("wrong, unknown or unhandled CPU?\n"));
tools/power/cpupower/utils/cpufreq-set.c
278
printf(_("the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n"
tools/power/cpupower/utils/cpufreq-set.c
284
printf(_("At least one parameter out of -f/--freq, -d/--min, -u/--max, and\n"
tools/power/cpupower/utils/cpufreq-set.c
326
printf(_("Setting cpu: %d\n"), cpu);
tools/power/cpupower/utils/cpufreq-set.c
34
printf(_("Error setting new values. Common errors:\n"
tools/power/cpupower/utils/cpufreq-set.c
59
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/cpuidle-info.c
106
printf(_("CPU %u: No C-states info\n"), cpu);
tools/power/cpupower/utils/cpuidle-info.c
110
printf(_("active state: C0\n"));
tools/power/cpupower/utils/cpuidle-info.c
111
printf(_("max_cstate: C%u\n"), cstates-1);
tools/power/cpupower/utils/cpuidle-info.c
112
printf(_("maximum allowed latency: %lu usec\n"), max_allowed_cstate);
tools/power/cpupower/utils/cpuidle-info.c
113
printf(_("states:\t\n"));
tools/power/cpupower/utils/cpuidle-info.c
115
printf(_(" C%d: "
tools/power/cpupower/utils/cpuidle-info.c
117
printf(_("promotion[--] demotion[--] "));
tools/power/cpupower/utils/cpuidle-info.c
118
printf(_("latency[%03lu] "),
tools/power/cpupower/utils/cpuidle-info.c
120
printf(_("residency[%05lu] "),
tools/power/cpupower/utils/cpuidle-info.c
122
printf(_("usage[%08lu] "),
tools/power/cpupower/utils/cpuidle-info.c
124
printf(_("duration[%020Lu] \n"),
tools/power/cpupower/utils/cpuidle-info.c
173
printf(_("You can't specify more than one "
tools/power/cpupower/utils/cpuidle-info.c
177
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/cpuidle-info.c
194
printf(_("analyzing CPU %d:\n"), cpu);
tools/power/cpupower/utils/cpuidle-info.c
197
printf(_(" *is offline\n"));
tools/power/cpupower/utils/cpuidle-info.c
30
printf(_("CPU %u: No idle states\n"), cpu);
tools/power/cpupower/utils/cpuidle-info.c
34
printf(_("Number of idle states: %d\n"), idlestates);
tools/power/cpupower/utils/cpuidle-info.c
35
printf(_("Available idle states:"));
tools/power/cpupower/utils/cpuidle-info.c
62
printf(_("Flags/Description: %s\n"), tmp);
tools/power/cpupower/utils/cpuidle-info.c
65
printf(_("Latency: %lu\n"),
tools/power/cpupower/utils/cpuidle-info.c
67
printf(_("Residency: %lu\n"),
tools/power/cpupower/utils/cpuidle-info.c
69
printf(_("Usage: %lu\n"),
tools/power/cpupower/utils/cpuidle-info.c
71
printf(_("Duration: %llu\n"),
tools/power/cpupower/utils/cpuidle-info.c
82
printf(_("Could not determine cpuidle driver\n"));
tools/power/cpupower/utils/cpuidle-info.c
86
printf(_("CPUidle driver: %s\n"), tmp);
tools/power/cpupower/utils/cpuidle-info.c
91
printf(_("Could not determine cpuidle governor\n"));
tools/power/cpupower/utils/cpuidle-info.c
95
printf(_("CPUidle governor: %s\n"), tmp);
tools/power/cpupower/utils/cpuidle-set.c
117
printf(_("Idlestate %u disabled on CPU %u\n"), idlestate, cpu);
tools/power/cpupower/utils/cpuidle-set.c
119
printf(_("Idlestate %u not available on CPU %u\n"),
tools/power/cpupower/utils/cpuidle-set.c
122
printf(_("Idlestate disabling not supported by kernel\n"));
tools/power/cpupower/utils/cpuidle-set.c
124
printf(_("Idlestate %u not disabled on CPU %u\n"),
tools/power/cpupower/utils/cpuidle-set.c
130
printf(_("Idlestate %u enabled on CPU %u\n"), idlestate, cpu);
tools/power/cpupower/utils/cpuidle-set.c
132
printf(_("Idlestate %u not available on CPU %u\n"),
tools/power/cpupower/utils/cpuidle-set.c
135
printf(_("Idlestate enabling not supported by kernel\n"));
tools/power/cpupower/utils/cpuidle-set.c
137
printf(_("Idlestate %u not enabled on CPU %u\n"),
tools/power/cpupower/utils/cpuidle-set.c
151
printf(_("Idlestate %u enabled on CPU %u\n"), idlestate, cpu);
tools/power/cpupower/utils/cpuidle-set.c
159
printf(_("Idlestate %u disabled on CPU %u\n"), idlestate, cpu);
tools/power/cpupower/utils/cpuidle-set.c
171
printf(_("Idlestate %u enabled on CPU %u\n"), idlestate, cpu);
tools/power/cpupower/utils/cpuidle-set.c
177
printf(_("Invalid or unknown argument\n"));
tools/power/cpupower/utils/cpuidle-set.c
51
printf(_("Bad value: %s, Integer expected\n"), optarg);
tools/power/cpupower/utils/cpuidle-set.c
66
printf(_("Bad latency value: %s\n"), optarg);
tools/power/cpupower/utils/cpuidle-set.c
86
printf(_("You can't specify more than one "
tools/power/cpupower/utils/cpuidle-set.c
90
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/cpupower-info.c
105
_("Could not read perf-bias value[%d]\n"), ret);
tools/power/cpupower/utils/cpupower-info.c
108
printf(_("perf-bias: %d\n"), ret);
tools/power/cpupower/utils/cpupower-info.c
25
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/cpupower-info.c
45
fprintf(stderr, _("Subcommand not supported on POWER.\n"));
tools/power/cpupower/utils/cpupower-info.c
79
printf(_("Intel's performance bias setting needs root privileges\n"));
tools/power/cpupower/utils/cpupower-info.c
81
printf(_("System does not support Intel's performance"
tools/power/cpupower/utils/cpupower-info.c
94
printf(_("analyzing CPU %d:\n"), cpu);
tools/power/cpupower/utils/cpupower-info.c
97
printf(_(" *is offline\n"));
tools/power/cpupower/utils/cpupower-set.c
146
fprintf(stderr, _("Cannot set values on CPU %d:"), cpu);
tools/power/cpupower/utils/cpupower-set.c
147
fprintf(stderr, _(" *is offline\n"));
tools/power/cpupower/utils/cpupower-set.c
154
fprintf(stderr, _("Error setting perf-bias "
tools/power/cpupower/utils/cpupower-set.c
30
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/cpupower-set.c
55
fprintf(stderr, _("Subcommand not supported on POWER.\n"));
tools/power/cpupower/utils/cpupower-set.c
72
printf(_("--perf-bias param out "
tools/power/cpupower/utils/cpupower.c
120
printf(_("Report errors and bugs to %s, please.\n"), PACKAGE_BUGREPORT);
tools/power/cpupower/utils/cpupower.c
146
fprintf(stderr, _("Error parsing cpu "
tools/power/cpupower/utils/cpupower.c
210
fprintf(stderr, _("No valid cpus found.\n"));
tools/power/cpupower/utils/cpupower.c
222
fprintf(stderr, _("MSR access not available.\n"));
tools/power/cpupower/utils/cpupower.c
231
fprintf(stderr, _("Subcommand %s needs root "
tools/power/cpupower/utils/cpupower.c
70
printf(_("Usage:\tcpupower [-d|--debug] [-c|--cpu cpulist ] <command> [<args>]\n"));
tools/power/cpupower/utils/cpupower.c
72
printf(_("Usage:\tcpupower [-c|--cpu cpulist ] <command> [<args>]\n"));
tools/power/cpupower/utils/cpupower.c
74
printf(_("Supported commands are:\n"));
tools/power/cpupower/utils/cpupower.c
77
printf(_("\nNot all commands can make use of the -c cpulist option.\n"));
tools/power/cpupower/utils/cpupower.c
78
printf(_("\nUse 'cpupower help <command>' for getting help for above commands.\n"));
tools/power/cpupower/utils/helpers/amd.c
223
printf(_(" amd-pstate limits:\n"));
tools/power/cpupower/utils/helpers/amd.c
224
printf(_(" Highest Performance: %lu. Maximum Frequency: "),
tools/power/cpupower/utils/helpers/amd.c
233
printf(_(" Nominal Performance: %lu. Nominal Frequency: "),
tools/power/cpupower/utils/helpers/amd.c
239
printf(_(" Lowest Non-linear Performance: %lu. Lowest Non-linear Frequency: "),
tools/power/cpupower/utils/helpers/amd.c
245
printf(_(" Lowest Performance: %lu. Lowest Frequency: "),
tools/power/cpupower/utils/helpers/amd.c
250
printf(_(" Preferred Core Support: %lu. Preferred Core Ranking: %lu.\n"),
tools/power/cpupower/utils/helpers/misc.c
251
printf(_("Following CPUs are online:\n%s\n"), online_cpus_str);
tools/power/cpupower/utils/helpers/misc.c
269
printf(_("Following CPUs are offline:\n%s\n"), offline_cpus_str);
tools/power/cpupower/utils/helpers/misc.c
270
printf(_("cpupower set operation was not performed on them\n"));
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
204
printf(_("Monitor %s, Counter %s has no count "
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
219
printf(_(" *is offline\n"));
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
248
printf(_("%s: max monitor name length"
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
262
printf(_("No matching monitor found in %s, "
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
279
printf(_("Monitor \"%s\" (%d states) - Might overflow after %u "
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
336
printf(_("%s took %.5f seconds and exited with status %d\n"),
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
414
printf(_("Cannot read number of available processors\n"));
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
432
fprintf(stderr, _("Available monitor %s needs "
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
443
printf(_("No HW Cstate monitors found\n"));
tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c
50
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/powercap-info.c
110
fprintf(stderr, _("invalid or unknown argument\n"));
tools/power/cpupower/utils/powercap-info.c
41
printf(_("%sPower can be monitored in micro Watts\n"),
tools/power/cpupower/utils/powercap-info.c
45
printf(_("%sPower can be monitored in micro Jules\n"),
tools/power/cpupower/utils/powercap-info.c
63
printf(_("No powercapping driver loaded\n"));
tools/power/cpupower/utils/powercap-info.c
72
printf(_("Powercapping is disabled\n"));
tools/power/cpupower/utils/powercap-info.c
76
printf(_("Powercap domain hierarchy:\n\n"));
tools/power/cpupower/utils/powercap-info.c
80
printf(_("No powercap info found\n"));
tools/sched_ext/include/scx/common.h
67
bpf_map__set_value_size((__skel)->maps.elfsec##_##arr, \
tools/sched_ext/include/scx/common.h
68
sizeof((__skel)->elfsec##_##arr->arr[0]) * (n)); \
tools/sched_ext/include/scx/common.h
69
(__skel)->elfsec##_##arr = \
tools/sched_ext/include/scx/common.h
70
(typeof((__skel)->elfsec##_##arr)) \
tools/sched_ext/include/scx/common.h
71
bpf_map__initial_value((__skel)->maps.elfsec##_##arr, &__sz); \
tools/testing/selftests/bpf/prog_tests/exceptions.c
42
if (!test__start_subtest(#_prog)) goto _prog##_##return_val; \
tools/testing/selftests/bpf/prog_tests/exceptions.c
46
_prog##_##return_val:
tools/testing/selftests/bpf/progs/bpf_flow.c
22
#define PROG(F) PROG_(F, _##F)
tools/testing/selftests/bpf/progs/btf_dump_test_case_bitfields.c
89
} *_)
tools/testing/selftests/bpf/progs/btf_dump_test_case_namespacing.c
70
} *_)
tools/testing/selftests/bpf/progs/btf_dump_test_case_packing.c
150
} *_)
tools/testing/selftests/bpf/progs/btf_dump_test_case_padding.c
246
} *_)
tools/testing/selftests/bpf/progs/exceptions.c
318
check_assert(assert_nz_gfunc, 5, _);
tools/testing/selftests/bpf/progs/exceptions.c
319
check_assert(assert_zero_gfunc, 0, _);
tools/testing/selftests/bpf/progs/exceptions.c
320
check_assert(assert_neg_gfunc, -100, _);
tools/testing/selftests/bpf/progs/exceptions.c
321
check_assert(assert_pos_gfunc, 100, _);
tools/testing/selftests/bpf/progs/exceptions.c
322
check_assert(assert_negeq_gfunc, -1, _);
tools/testing/selftests/bpf/progs/exceptions.c
323
check_assert(assert_poseq_gfunc, 1, _);
tools/testing/selftests/bpf/progs/exceptions.c
325
check_assert(assert_nz_gfunc_with, 5, _);
tools/testing/selftests/bpf/progs/exceptions.c
326
check_assert(assert_zero_gfunc_with, 0, _);
tools/testing/selftests/bpf/progs/exceptions.c
327
check_assert(assert_neg_gfunc_with, -100, _);
tools/testing/selftests/bpf/progs/exceptions.c
328
check_assert(assert_pos_gfunc_with, 100, _);
tools/testing/selftests/bpf/progs/exceptions.c
329
check_assert(assert_negeq_gfunc_with, -1, _);
tools/testing/selftests/bpf/progs/exceptions.c
330
check_assert(assert_poseq_gfunc_with, 1, _);
tools/testing/selftests/bpf/progs/kfree_skb.c
84
meta.ifindex = _(dev->ifindex);
tools/testing/selftests/bpf/progs/kfree_skb.c
88
bpf_probe_read_kernel(&pkt_type, sizeof(pkt_type), _(&skb->__pkt_type_offset));
tools/testing/selftests/bpf/progs/kfree_skb.c
96
_(skb->len), users, pkt_type);
tools/testing/selftests/bpf/progs/kfree_skb.c
97
bpf_printk("skb->queue_mapping %d\n", _(skb->queue_mapping));
tools/testing/selftests/bpf/progs/test_tcp_estats.c
173
to[0] = _(from[0]);
tools/testing/selftests/bpf/progs/test_tcp_estats.c
174
to[1] = _(from[1]);
tools/testing/selftests/bpf/progs/test_tcp_estats.c
175
to[2] = _(from[2]);
tools/testing/selftests/bpf/progs/test_tcp_estats.c
176
to[3] = _(from[3]);
tools/testing/selftests/bpf/progs/test_tcp_estats.c
214
conn_id->localport = _(inet_sk(sk)->inet_sport);
tools/testing/selftests/bpf/progs/test_tcp_estats.c
215
conn_id->remport = _(inet_sk(sk)->inet_dport);
tools/testing/selftests/bpf/progs/test_tcp_estats.c
217
if (_(sk->sk_family) == AF_INET6)
tools/testing/selftests/bpf/sdt.h
298
_SDT_ASM_1( _SDT_ASM_ADDR _.stapsdt.base) \
tools/testing/selftests/bpf/sdt.h
309
_SDT_ASM_1(.ifndef _.stapsdt.base) \
tools/testing/selftests/bpf/sdt.h
312
_SDT_ASM_1( .weak _.stapsdt.base) \
tools/testing/selftests/bpf/sdt.h
313
_SDT_ASM_1( .hidden _.stapsdt.base) \
tools/testing/selftests/bpf/sdt.h
314
_SDT_ASM_1( _.stapsdt.base: .space 1) \
tools/testing/selftests/bpf/sdt.h
315
_SDT_ASM_2( .size _.stapsdt.base, 1) \
tools/testing/selftests/bpf/sdt.h
321
_SDT_ASM_1( _SDT_ASM_ADDR p##_##n##_semaphore)
tools/testing/selftests/bpf/sdt.h
70
__asm__ __volatile__ ("" :: "m" (provider##_##name##_semaphore));
tools/testing/selftests/bpf/usdt.h
334
#define __usdt_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, N, ...) N
tools/testing/selftests/bpf/usdt.h
339
#define __usdt_narg(...) __usdt_nth(_ __VA_OPT__(,) __VA_ARGS__, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0)
tools/testing/selftests/bpf/usdt.h
341
#define __usdt_narg(...) __usdt_nth(_, ##__VA_ARGS__, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0)
tools/testing/selftests/bpf/usdt.h
419
__usdt_asm1( __usdt_asm_addr _.stapsdt.base) \
tools/testing/selftests/bpf/usdt.h
427
__usdt_asm1(.ifndef _.stapsdt.base) \
tools/testing/selftests/bpf/usdt.h
429
__usdt_asm1( .weak _.stapsdt.base) \
tools/testing/selftests/bpf/usdt.h
430
__usdt_asm1( .hidden _.stapsdt.base) \
tools/testing/selftests/bpf/usdt.h
431
__usdt_asm1(_.stapsdt.base:) \
tools/testing/selftests/bpf/usdt.h
433
__usdt_asm2( .size _.stapsdt.base, 1) \
tools/testing/selftests/kselftest_harness.h
191
static struct __test_metadata _##test_name##_object = \
tools/testing/selftests/kselftest_harness.h
199
__register_test(&_##test_name##_object); \
tools/testing/selftests/kselftest_harness.h
239
static struct __fixture_metadata _##fixture_name##_fixture_object = \
tools/testing/selftests/kselftest_harness.h
244
__register_fixture(&_##fixture_name##_fixture_object); \
tools/testing/selftests/kselftest_harness.h
362
_##fixture_name##_##variant_name##_variant; \
tools/testing/selftests/kselftest_harness.h
364
_##fixture_name##_##variant_name##_object = \
tools/testing/selftests/kselftest_harness.h
366
.data = &_##fixture_name##_##variant_name##_variant}; \
tools/testing/selftests/kselftest_harness.h
368
_register_##fixture_name##_##variant_name(void) \
tools/testing/selftests/kselftest_harness.h
370
__register_fixture_variant(&_##fixture_name##_fixture_object, \
tools/testing/selftests/kselftest_harness.h
371
&_##fixture_name##_##variant_name##_object); \
tools/testing/selftests/kselftest_harness.h
374
_##fixture_name##_##variant_name##_variant =
tools/testing/selftests/kselftest_harness.h
407
static void fixture_name##_##test_name( \
tools/testing/selftests/kselftest_harness.h
411
static void wrapper_##fixture_name##_##test_name( \
tools/testing/selftests/kselftest_harness.h
442
fixture_name##_##test_name(_metadata, self, variant->data); \
tools/testing/selftests/kselftest_harness.h
462
static void wrapper_##fixture_name##_##test_name##_teardown( \
tools/testing/selftests/kselftest_harness.h
470
static struct __test_metadata *_##fixture_name##_##test_name##_object; \
tools/testing/selftests/kselftest_harness.h
472
_register_##fixture_name##_##test_name(void) \
tools/testing/selftests/kselftest_harness.h
477
object->fn = &wrapper_##fixture_name##_##test_name; \
tools/testing/selftests/kselftest_harness.h
478
object->fixture = &_##fixture_name##_fixture_object; \
tools/testing/selftests/kselftest_harness.h
479
object->teardown_fn = &wrapper_##fixture_name##_##test_name##_teardown; \
tools/testing/selftests/kselftest_harness.h
482
_##fixture_name##_##test_name##_object = object; \
tools/testing/selftests/kselftest_harness.h
485
static void fixture_name##_##test_name( \
tools/testing/selftests/kselftest_harness.h
881
_##fixture_name##_##variant_name##_##test_name##_xfail = \
tools/testing/selftests/kselftest_harness.h
883
.fixture = &_##fixture_name##_fixture_object, \
tools/testing/selftests/kselftest_harness.h
884
.variant = &_##fixture_name##_##variant_name##_object, \
tools/testing/selftests/kselftest_harness.h
887
_register_##fixture_name##_##variant_name##_##test_name##_xfail(void) \
tools/testing/selftests/kselftest_harness.h
889
_##fixture_name##_##variant_name##_##test_name##_xfail.test = \
tools/testing/selftests/kselftest_harness.h
890
_##fixture_name##_##test_name##_object; \
tools/testing/selftests/kselftest_harness.h
891
__register_xfail(&_##fixture_name##_##variant_name##_##test_name##_xfail); \
tools/testing/selftests/kvm/arm64/get-reg-list.c
33
.feat_shift = id ## _ ## f ## _SHIFT, \
tools/testing/selftests/kvm/arm64/get-reg-list.c
34
.feat_min = id ## _ ## f ## _ ## v
tools/testing/selftests/kvm/arm64/page_fault_test.c
753
#define SCAT2(a, b) SNAME(a ## _ ## b)
tools/testing/selftests/kvm/arm64/set_id_regs.c
62
__REG_FTR_BITS(reg##_##field, FTR_UNSIGNED, type, reg##_##field##_SHIFT, \
tools/testing/selftests/kvm/arm64/set_id_regs.c
63
reg##_##field##_MASK, safe_val, false)
tools/testing/selftests/kvm/arm64/set_id_regs.c
66
__REG_FTR_BITS(reg##_##field, FTR_UNSIGNED, type, reg##_##field##_SHIFT, \
tools/testing/selftests/kvm/arm64/set_id_regs.c
67
reg##_##field##_MASK, safe_val, true)
tools/testing/selftests/kvm/arm64/set_id_regs.c
70
__REG_FTR_BITS(reg##_##field, FTR_SIGNED, type, reg##_##field##_SHIFT, \
tools/testing/selftests/kvm/arm64/set_id_regs.c
71
reg##_##field##_MASK, safe_val, false)
tools/testing/selftests/kvm/include/arm64/gic_v3.h
167
(GIC_BASER_CACHE_##type << reg##_##inner_outer##_CACHEABILITY_SHIFT)
tools/testing/selftests/kvm/include/kvm_test_harness.h
27
static void __suite##_##test(struct kvm_vcpu *vcpu); \
tools/testing/selftests/kvm/include/kvm_test_harness.h
32
__suite##_##test(self->vcpu); \
tools/testing/selftests/kvm/include/kvm_test_harness.h
34
static void __suite##_##test(struct kvm_vcpu *vcpu)
tools/testing/selftests/proc/proc-empty-vm.c
157
static void sigaction_SIGSEGV(int _, siginfo_t *__, void *___)
tools/testing/selftests/proc/proc-empty-vm.c
163
static void sigaction_SIGSEGV_vsyscall(int _, siginfo_t *__, void *___)
tools/testing/selftests/proc/proc-pid-vm.c
234
static void sigaction_SIGSEGV(int _, siginfo_t *__, void *___)
tools/testing/selftests/proc/proc-pid-vm.c
336
char _;
tools/testing/selftests/proc/proc-pid-vm.c
337
if (read(pipefd[0], &_, 1) != 1) {
tools/testing/selftests/proc/proc-tid0.c
35
static void *f(void *_)
tools/testing/selftests/proc/proc-tid0.c
40
static void sigalrm(int _)
tools/testing/selftests/proc/setns-dcache.c
48
char _ = 0;
tools/testing/selftests/proc/setns-dcache.c
79
if (write(fd[1], &_, 1) != 1) {
tools/testing/selftests/proc/setns-dcache.c
88
if (read(fd[0], &_, 1) != 1) {
tools/testing/selftests/proc/setns-sysvipc.c
47
char _ = 0;
tools/testing/selftests/proc/setns-sysvipc.c
78
if (write(fd[1], &_, 1) != 1) {
tools/testing/selftests/proc/setns-sysvipc.c
87
if (read(fd[0], &_, 1) != 1) {
tools/testing/selftests/vDSO/parse_vdso.c
35
#define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x
tools/testing/selftests/vfio/vfio_dma_mapping_test.c
108
FIXTURE_VARIANT_ADD(vfio_dma_mapping_test, _iommu_mode ## _ ## _name) { \
tools/testing/selftests/vfio/vfio_pci_sriov_uapi_test.c
82
FIXTURE_VARIANT_ADD(vfio_pci_sriov_uapi_test, _iommu_mode ## _ ## _name) { \
tools/testing/selftests/x86/nx_stack.c
112
static void sigsegv(int _, siginfo_t *__, void *uc_)
tools/testing/selftests/x86/nx_stack.c
153
static void sigtrap(int _, siginfo_t *__, void *uc_)