Symbol: _
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
1553
sign_extend64(__val, id##_##fld##_WIDTH - 1); \
arch/arm64/include/asm/kvm_host.h
1559
FIELD_GET(id##_##fld##_MASK, __val); \
arch/arm64/include/asm/kvm_host.h
1565
sign_extend64(__val, id##_##fld##_WIDTH - 1); \
arch/arm64/include/asm/kvm_host.h
1578
(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
1252
#define SYS_FIELD_VALUE(reg, field, val) reg##_##field##_##val
arch/arm64/include/asm/sysreg.h
1255
FIELD_GET(reg##_##field##_MASK, val)
arch/arm64/include/asm/sysreg.h
1258
FIELD_PREP(reg##_##field##_MASK, val)
arch/arm64/include/asm/sysreg.h
1261
FIELD_PREP(reg##_##field##_MASK, \
arch/arm64/kernel/cpufeature.c
156
((reg##_##field##_SIGNED ? \
arch/arm64/kernel/cpufeature.c
157
BIT(reg##_##field##_WIDTH - 1) : \
arch/arm64/kernel/cpufeature.c
158
BIT(reg##_##field##_WIDTH)) - 1)
arch/arm64/kernel/cpufeature.c
160
#define __ARM64_MIN_NEGATIVE(reg, field) BIT(reg##_##field##_WIDTH - 1)
arch/arm64/kernel/cpufeature.c
164
.field_pos = reg##_##field##_SHIFT, \
arch/arm64/kernel/cpufeature.c
165
.field_width = reg##_##field##_WIDTH, \
arch/arm64/kernel/cpufeature.c
166
.sign = reg##_##field##_SIGNED, \
arch/arm64/kernel/entry-common.c
161
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
42
.shift = id##_##fld##_SHIFT, \
arch/arm64/kvm/hyp/nvhe/sys_regs.c
43
.width = id##_##fld##_WIDTH, \
arch/arm64/kvm/hyp/nvhe/sys_regs.c
44
.max_val = id##_##fld##_##max, \
arch/arm64/kvm/hyp/nvhe/sys_regs.c
49
__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
1008
cmo_##name##_##var##_show(const struct bus_type *bt, char *buf) \
arch/powerpc/platforms/pseries/vio.c
1012
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
96
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
148
struct addrtype { char _[len]; }; \
arch/s390/kernel/ipl.c
209
static ssize_t sys_##_prefix##_##_name##_show(struct kobject *kobj, \
arch/s390/kernel/ipl.c
217
static ssize_t sys_##_prefix##_##_name##_store(struct kobject *kobj, \
arch/s390/kernel/ipl.c
238
static struct kobj_attribute sys_##_prefix##_##_name##_attr = \
arch/s390/kernel/ipl.c
240
sys_##_prefix##_##_name##_show, \
arch/s390/kernel/ipl.c
241
sys_##_prefix##_##_name##_store) \
arch/s390/kernel/ipl.c
245
static struct kobj_attribute sys_##_prefix##_##_name##_attr = \
arch/s390/kernel/ipl.c
246
__ATTR(_name, 0444, sys_##_prefix##_##_name##_show, NULL)
arch/s390/kernel/ipl.c
250
static ssize_t sys_##_prefix##_##_name##_store(struct kobject *kobj, \
arch/s390/kernel/ipl.c
260
static struct kobj_attribute sys_##_prefix##_##_name##_attr = \
arch/s390/kernel/ipl.c
262
sys_##_prefix##_##_name##_show, \
arch/s390/kernel/ipl.c
263
sys_##_prefix##_##_name##_store)
arch/s390/kernel/ipl.c
267
static ssize_t sys_##_prefix##_##_name##_store(struct kobject *kobj, \
arch/s390/kernel/ipl.c
278
static struct kobj_attribute sys_##_prefix##_##_name##_attr = \
arch/s390/kernel/ipl.c
280
sys_##_prefix##_##_name##_show, \
arch/s390/kernel/ipl.c
281
sys_##_prefix##_##_name##_store)
arch/s390/kernel/ipl.c
285
static ssize_t sys_##_prefix##_##_name##_store(struct kobject *kobj, \
arch/s390/kernel/ipl.c
297
static struct kobj_attribute sys_##_prefix##_##_name##_attr = \
arch/s390/kernel/ipl.c
299
sys_##_prefix##_##_name##_show, \
arch/s390/kernel/ipl.c
300
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
130
#define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x
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
558
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/kvm/mmu/mmu.c
202
____is_##reg##_##name(const struct kvm_mmu_role_regs *regs) \
arch/x86/kvm/mmu/mmu.c
224
static inline bool __maybe_unused is_##reg##_##name(struct kvm_mmu *mmu) \
arch/x86/kvm/mmu/mmu.c
226
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
136
#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/ata/libata-transport.c
87
struct device_attribute device_attr_##_prefix##_##_name = \
drivers/atm/eni.h
126
struct atm_skb_data _; /* reserved */
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
117
__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_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/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
85
.reg_name = CLK_BASE(mm ## block ## _ ## inst ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h
86
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
~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
169
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c
170
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c
176
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c
178
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
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
183
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn10/irq_service_dcn10.c
185
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
172
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
173
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
179
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
181
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
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
186
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c
188
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
179
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c
180
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c
189
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c
191
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
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
196
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn21/irq_service_dcn21.c
198
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c
186
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c
187
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c
196
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c
198
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
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
203
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c
205
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c
171
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c
172
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c
180
.enable_mask = block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c
182
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c
183
~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c
186
.ack_mask = block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn302/irq_service_dcn302.c
187
.ack_value = block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c
117
BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c
118
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c
123
.enable_mask = block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c
125
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c
126
~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c
129
.ack_mask = block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn303/irq_service_dcn303.c
130
.ack_value = block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.c
174
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.c
175
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.c
184
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.c
186
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
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
191
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn31/irq_service_dcn31.c
193
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn314/irq_service_dcn314.c
176
(BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn314/irq_service_dcn314.c
177
reg ## block ## id ## _ ## reg_name)
drivers/gpu/drm/amd/display/dc/irq/dcn314/irq_service_dcn314.c
186
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn314/irq_service_dcn314.c
188
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
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
193
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn314/irq_service_dcn314.c
195
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.c
181
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.c
182
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.c
191
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.c
193
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
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
198
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn315/irq_service_dcn315.c
200
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn32/irq_service_dcn32.c
185
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn32/irq_service_dcn32.c
186
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn32/irq_service_dcn32.c
195
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn32/irq_service_dcn32.c
197
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
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
202
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn32/irq_service_dcn32.c
204
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn35/irq_service_dcn35.c
173
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn35/irq_service_dcn35.c
174
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn35/irq_service_dcn35.c
183
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn35/irq_service_dcn35.c
185
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn35/irq_service_dcn35.c
187
~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK, \
drivers/gpu/drm/amd/display/dc/irq/dcn35/irq_service_dcn35.c
190
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn35/irq_service_dcn35.c
192
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn351/irq_service_dcn351.c
152
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn351/irq_service_dcn351.c
153
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn351/irq_service_dcn351.c
162
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn351/irq_service_dcn351.c
164
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn351/irq_service_dcn351.c
166
~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK, \
drivers/gpu/drm/amd/display/dc/irq/dcn351/irq_service_dcn351.c
169
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn351/irq_service_dcn351.c
171
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn36/irq_service_dcn36.c
151
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn36/irq_service_dcn36.c
152
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn36/irq_service_dcn36.c
161
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn36/irq_service_dcn36.c
163
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn36/irq_service_dcn36.c
165
~block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK, \
drivers/gpu/drm/amd/display/dc/irq/dcn36/irq_service_dcn36.c
168
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn36/irq_service_dcn36.c
170
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c
165
BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c
166
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c
175
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c
177
block ## reg_num ## _ ## reg1 ## __ ## mask1 ## _MASK,\
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
182
block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
drivers/gpu/drm/amd/display/dc/irq/dcn401/irq_service_dcn401.c
184
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
785
.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dce120/dce120_resource.c
786
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
123
.reg_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
124
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
131
.var_name = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
132
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
135
.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
136
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
139
.RMU##_##reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
140
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
143
.reg_name[id] = BASE(mm ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
144
mm ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
150
.block ## _ ## reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
151
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
154
.reg_name[id] = BASE(mm ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
155
mm ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
187
.reg_name = CLK_BASE(mm ## block ## _ ## inst ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn30/dcn30_resource.c
188
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
187
.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
193
.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
194
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
197
.block ## _ ## reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
198
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
201
.reg_name[id] = BASE(mm ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
202
mm ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
205
.reg_name[id] = BASE(mm ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
206
mm ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
212
.RMU##_##reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn302/dcn302_resource.c
213
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
183
.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
189
.reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
190
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
193
.block ## _ ## reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
194
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
197
.reg_name[id] = BASE(mm ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
198
mm ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
201
.reg_name[id] = BASE(mm ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
202
mm ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
208
.RMU##_##reg_name[id] = BASE(mm ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn303/dcn303_resource.c
209
mm ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
134
.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
135
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
142
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
143
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
146
.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
147
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
150
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
151
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
154
.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
155
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
161
.block ## _ ## reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
162
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
165
.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
166
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
198
.reg_name = CLK_BASE(reg ## block ## _ ## inst ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
199
reg ## block ## _ ## inst ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
674
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
675
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn31/dcn31_resource.c
676
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
151
.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
152
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
159
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
160
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
163
.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
164
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
167
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
168
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
171
.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
172
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
178
.block ## _ ## reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
179
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
182
.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
183
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
215
.reg_name = CLK_BASE(reg ## block ## _ ## inst ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
216
reg ## block ## _ ## inst ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
681
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
682
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn314/dcn314_resource.c
683
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
168
.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
169
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
176
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
177
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
180
.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
181
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
184
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
185
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
188
.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
189
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
195
.block ## _ ## reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
196
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
199
.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
200
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
673
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
674
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c
675
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
154
.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
155
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
162
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
163
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
166
.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
167
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
170
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
171
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
174
.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
175
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
181
.block ## _ ## reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
182
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
185
.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
186
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
668
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
669
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn316/dcn316_resource.c
670
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
128
REG_STRUCT.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
129
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
132
REG_STRUCT[id].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
133
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
139
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
140
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
143
REG_STRUCT[index].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
144
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
154
.var_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
158
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
159
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
162
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
163
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
166
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
167
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
170
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
171
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
177
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
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 ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
182
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
527
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
528
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
529
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
128
REG_STRUCT.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
129
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
132
REG_STRUCT[id].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
133
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
139
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
140
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
143
REG_STRUCT[index].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
144
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
154
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
155
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
158
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
159
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
162
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
163
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
166
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
167
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
170
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
171
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
174
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
175
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
181
REG_STRUCT.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
182
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
523
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
524
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn321/dcn321_resource.c
525
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
143
REG_STRUCT.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
144
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
147
REG_STRUCT[id].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
148
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
154
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
155
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
158
REG_STRUCT[index].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
159
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
170
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
171
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
174
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
175
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
178
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
179
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
182
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
183
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
186
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
187
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
193
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
194
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
197
REG_STRUCT.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
198
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
549
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
550
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn35/dcn35_resource.c
551
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
123
REG_STRUCT.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
124
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
127
REG_STRUCT[id].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
128
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
134
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
135
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
138
REG_STRUCT[index].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
139
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
150
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
151
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
154
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
155
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
158
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
159
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
162
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
163
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
166
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
167
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
173
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
174
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
177
REG_STRUCT.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
178
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
529
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
530
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn351/dcn351_resource.c
531
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
128
REG_STRUCT.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
129
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
132
REG_STRUCT[id].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
133
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
139
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
140
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
143
REG_STRUCT[index].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
144
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
155
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
156
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
159
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
160
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
163
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
164
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
167
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
168
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
171
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
172
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
178
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
179
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
182
REG_STRUCT.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
183
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
536
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
537
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn36/dcn36_resource.c
538
reg ## reg_name_pre ## id ## _ ## reg_name_post
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
109
REG_STRUCT.reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
110
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
113
REG_STRUCT[id].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
114
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
126
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
127
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
130
REG_STRUCT[index].reg_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
131
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
141
.var_name = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
142
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
145
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
146
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
149
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
150
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
153
.RMU##_##reg_name[id] = BASE(reg ## block ## id ## _ ## reg_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
154
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
157
REG_STRUCT.reg_name[id] = BASE(reg ## block ## id ## _ ## temp_name ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
158
reg ## block ## id ## _ ## temp_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
161
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
162
reg ## block ## id ## _ ## reg_name
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
168
REG_STRUCT.reg_name[id] = BASE(reg ## reg_name ## _ ## block ## id ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
169
reg ## reg_name ## _ ## block ## id
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
502
.reg_name_pre ## _ ## reg_name_post[id] = BASE(reg ## reg_name_pre \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
503
## id ## _ ## reg_name_post ## _BASE_IDX) + \
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
504
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
25
.subplatform = XE_SUBPLATFORM_ ## platform__ ## _ ## subplatform__, \
drivers/gpu/drm/xe/xe_rtp.h
67
_XE_RTP_RULE_SUBPLATFORM(XE_##plat_, XE_SUBPLATFORM_##plat_##_##sub_)
drivers/hwtracing/stm/p_sys-t.c
83
MIPI_SYST_SUBTYPE(t ## _ ## s))
drivers/iio/adc/ad7380.c
335
.ext_scan_type = ad7380_scan_type_##bits##_##sign, \
drivers/iio/adc/ad7380.c
336
.num_ext_scan_type = ARRAY_SIZE(ad7380_scan_type_##bits##_##sign), \
drivers/iio/adc/ad7380.c
358
.ext_scan_type = ad7380_scan_type_##bits##_##sign##_offload, \
drivers/iio/adc/ad7380.c
360
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/isdn/hardware/mISDN/iohelper.h
86
dest.read_reg = &Read##name##_##typ; \
drivers/isdn/hardware/mISDN/iohelper.h
87
dest.write_reg = &Write##name##_##typ; \
drivers/isdn/hardware/mISDN/iohelper.h
88
dest.read_fifo = &ReadFiFo##name##_##typ; \
drivers/isdn/hardware/mISDN/iohelper.h
89
dest.write_fifo = &WriteFiFo##name##_##typ; \
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
60
(((EMC_PMACRO_OB_DDLL_LONG_DQ_RANK ## rank ## _ ## reg ## \
drivers/memory/tegra/tegra210-emc-core.c
63
rank ## _ ## reg ## _INDEX]) >> \
drivers/memory/tegra/tegra210-emc-core.c
64
EMC_PMACRO_OB_DDLL_LONG_DQ_RANK ## rank ## _ ## reg ## \
drivers/memory/tegra/tegra210-emc-core.c
75
(((new[n] << EMC_PMACRO_OB_DDLL_LONG_DQ_RANK ## rank ## _ ## \
drivers/memory/tegra/tegra210-emc-core.c
77
EMC_PMACRO_OB_DDLL_LONG_DQ_RANK ## rank ## _ ## reg ## \
drivers/memory/tegra/tegra210-emc-core.c
80
((new[n + 1] << EMC_PMACRO_OB_DDLL_LONG_DQ_RANK ## rank ## _ ##\
drivers/memory/tegra/tegra210-emc-core.c
82
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/can/ctucanfd/ctucanfd_pci.c
28
.device = PCI_DEVICE_ID_##vend##_##dev, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1414
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1415
_prefix##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1419
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1420
_prefix##_##_field##_WIDTH, (_val))
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1424
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1425
_prefix##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1429
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1430
_prefix##_##_field##_WIDTH, (_val))
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1444
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1445
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1454
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1455
_reg##_##_field##_WIDTH, (_val)); \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1469
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1470
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1480
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1481
_reg##_##_field##_WIDTH, (_val)); \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1494
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1495
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1504
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1505
_reg##_##_field##_WIDTH, (_val)); \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1514
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1515
_prefix##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1519
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1520
_prefix##_##_field##_WIDTH, (_val))
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1539
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1540
_prefix##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1544
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1545
_prefix##_##_field##_WIDTH, (_val))
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1552
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1553
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1562
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1563
_reg##_##_field##_WIDTH, (_val)); \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1572
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1573
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1582
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1583
_reg##_##_field##_WIDTH, (_val)); \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1595
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1596
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1605
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1606
_reg##_##_field##_WIDTH, (_val)); \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1615
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1616
_prefix##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1620
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1621
_prefix##_##_field##_WIDTH, (_val))
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1628
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1629
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1638
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1639
_reg##_##_field##_WIDTH, (_val)); \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1648
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1649
_prefix##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1653
_prefix##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1654
_prefix##_##_field##_WIDTH, (_val))
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1661
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1662
_reg##_##_field##_WIDTH)
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1671
_reg##_##_field##_INDEX, \
drivers/net/ethernet/amd/xgbe/xgbe-common.h
1672
_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.c
223
static struct dev_ext_attribute 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
1062
OFDM_RX_FRAME_EHT_RU_ALLOC_ ## fw_data ## _ ## fw_ru, \
drivers/net/wireless/mediatek/mt76/mt7996/init.c
1580
eht_nss->bw._##_bw.rx_tx_mcs9_max_nss = _val; \
drivers/net/wireless/mediatek/mt76/mt7996/init.c
1581
eht_nss->bw._##_bw.rx_tx_mcs11_max_nss = _val; \
drivers/net/wireless/mediatek/mt76/mt7996/init.c
1582
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
2087
static const u32 _prefix ## _ ## _name[] = {_val}; \
drivers/net/wireless/realtek/rtw89/rtw8852c.c
2088
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
214
static struct lpc18xx_pin_caps lpc18xx_pin_p##port##_##pin = { \
drivers/pinctrl/pinctrl-lpc18xx.c
428
.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
69
dev_name##_##fname##_func_group_names, \
drivers/pinctrl/pinctrl-tps6594.c
70
ARRAY_SIZE(dev_name##_##fname##_func_group_names)),\
drivers/pinctrl/qcom/pinctrl-glymur.c
1439
[0] = PINGROUP(0, qup0_se0, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1440
[1] = PINGROUP(1, qup0_se0, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1441
[2] = PINGROUP(2, qup0_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1442
[3] = PINGROUP(3, qup0_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1443
[4] = PINGROUP(4, qup0_se1, qup0_se6, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1444
[5] = PINGROUP(5, qup0_se1, qup0_se6, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1445
[6] = PINGROUP(6, qup0_se1, qup0_se6, i2c0_s_sda, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1446
[7] = PINGROUP(7, qup0_se1, qup0_se6, i2c0_s_scl, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1447
[8] = PINGROUP(8, qup0_se2, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1448
[9] = PINGROUP(9, qup0_se2, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1449
[10] = PINGROUP(10, qup0_se2, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1450
[11] = PINGROUP(11, qup0_se2, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1451
[12] = PINGROUP(12, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1452
[13] = PINGROUP(13, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1453
[14] = PINGROUP(14, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1454
[15] = PINGROUP(15, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1455
[16] = PINGROUP(16, qup0_se4, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1456
[17] = PINGROUP(17, qup0_se4, qup0_se2, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1457
[18] = PINGROUP(18, qup0_se4, qup0_se2, phase_flag, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1458
[19] = PINGROUP(19, qup0_se4, qup0_se2, phase_flag, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1459
[20] = PINGROUP(20, qup0_se5, _, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1460
[21] = PINGROUP(21, qup0_se5, qup0_se3, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1461
[22] = PINGROUP(22, qup0_se5, qup0_se3, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1462
[23] = PINGROUP(23, qup0_se5, qup0_se3, phase_flag, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1463
[24] = PINGROUP(24, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1464
[25] = PINGROUP(25, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1465
[26] = PINGROUP(26, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1466
[27] = PINGROUP(27, phase_flag, _, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1467
[28] = PINGROUP(28, pll_bist_sync, tsense_pwm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1468
[29] = PINGROUP(29, tsense_pwm, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1469
[30] = PINGROUP(30, tsense_pwm, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1470
[31] = PINGROUP(31, tsense_pwm, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1471
[32] = PINGROUP(32, qup1_se0, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1472
[33] = PINGROUP(33, qup1_se0, ibi_i3c, qup1_se3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1473
[34] = PINGROUP(34, qup1_se0, qup1_se3, tsense_pwm, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1474
[35] = PINGROUP(35, qup1_se0, qup1_se3, pll_clk_aux, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1475
[36] = PINGROUP(36, qup1_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1476
[37] = PINGROUP(37, qup1_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1477
[38] = PINGROUP(38, qup1_se1, atest_usb, ddr_pxi, vsense_trigger_mirnat, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1478
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1479
[39] = PINGROUP(39, qup1_se1, sys_throttle, _, atest_usb, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1480
[40] = PINGROUP(40, qup1_se2, qup3_se1, _, atest_usb, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1481
[41] = PINGROUP(41, qup1_se2, qup3_se1, qup3_se0, atest_usb, ddr_pxi, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1482
_, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1483
[42] = PINGROUP(42, qup1_se2, qup3_se1, qup0_se1, atest_usb, ddr_pxi, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1484
_, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1485
[43] = PINGROUP(43, qup1_se2, qup3_se1, _, atest_usb, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1486
[44] = PINGROUP(44, qup1_se3, _, atest_usb, ddr_pxi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1487
[45] = PINGROUP(45, qup1_se3, cmu_rng, _, atest_usb, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1488
[46] = PINGROUP(46, qup1_se3, cmu_rng, _, atest_usb, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1489
[47] = PINGROUP(47, qup1_se3, cmu_rng, _, atest_usb, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1490
[48] = PINGROUP(48, qup1_se4, qup3_se1, cmu_rng, _, atest_usb, ddr_pxi, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1491
_, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1492
[49] = PINGROUP(49, qup1_se4, qup1_se2, qup3_se1, _, atest_usb, ddr_pxi, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1493
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1494
[50] = PINGROUP(50, qup1_se4, qup1_se2, qup3_se1, _, atest_usb, ddr_pxi, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1495
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1497
ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1498
[52] = PINGROUP(52, qup1_se5, qup1_se7, jitter_bist, atest_usb, ddr_pxi, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1499
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1500
[53] = PINGROUP(53, qup1_se5, qup1_se7, _, atest_usb, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1501
[54] = PINGROUP(54, qup1_se5, qup1_se7, ddr_bist_start, atest_usb, ddr_pxi, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1502
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1503
[55] = PINGROUP(55, qup1_se5, qup1_se7, ddr_bist_stop, atest_usb, ddr_pxi, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1504
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1505
[56] = PINGROUP(56, qup1_se6, ddr_bist_fail, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1506
[57] = PINGROUP(57, qup1_se6, ddr_bist_complete, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1507
[58] = PINGROUP(58, qup1_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1508
[59] = PINGROUP(59, qup1_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1509
[60] = PINGROUP(60, aoss_cti, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1510
[61] = PINGROUP(61, aoss_cti, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1511
[62] = PINGROUP(62, aoss_cti, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1512
[63] = PINGROUP(63, aoss_cti, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1513
[64] = PINGROUP(64, qup2_se0, ibi_i3c, gcc_gp2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1514
[65] = PINGROUP(65, qup2_se0, qup2_se3, ibi_i3c, atest_usb, ddr_pxi, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1515
_, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1516
[66] = PINGROUP(66, qup2_se0, qup2_se3, atest_usb, ddr_pxi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1517
[67] = PINGROUP(67, qup2_se0, qup2_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1518
[68] = PINGROUP(68, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1519
[69] = PINGROUP(69, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1520
[70] = PINGROUP(70, qup2_se1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1521
[71] = PINGROUP(71, qup2_se1, gcc_gp1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1522
[72] = PINGROUP(72, qup2_se2, gcc_gp1, atest_usb, ddr_pxi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1523
[73] = PINGROUP(73, qup2_se2, gcc_gp2, atest_usb, ddr_pxi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1524
[74] = PINGROUP(74, qup2_se2, gcc_gp3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1525
[75] = PINGROUP(75, qup2_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1526
[76] = PINGROUP(76, qup2_se3, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1527
[77] = PINGROUP(77, qup2_se3, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1528
[78] = PINGROUP(78, qup2_se3, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1529
[79] = PINGROUP(79, qup2_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1530
[80] = PINGROUP(80, qup2_se4, qup2_se7, atest_usb, ddr_pxi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1531
[81] = PINGROUP(81, qup2_se4, qup2_se2, qup2_se7, atest_usb, ddr_pxi, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1532
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1533
[82] = PINGROUP(82, qup2_se4, qup2_se2, qup2_se7, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1534
[83] = PINGROUP(83, qup2_se4, qup2_se2, qup2_se7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1535
[84] = PINGROUP(84, qup2_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1536
[85] = PINGROUP(85, qup2_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1537
[86] = PINGROUP(86, qup2_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1538
[87] = PINGROUP(87, qup2_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1539
[88] = PINGROUP(88, qup2_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1540
[89] = PINGROUP(89, qup2_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1541
[90] = PINGROUP(90, qup2_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1542
[91] = PINGROUP(91, qup2_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1543
[92] = PINGROUP(92, tmess_prng, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1544
[93] = PINGROUP(93, tmess_prng, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1545
[94] = PINGROUP(94, sys_throttle, tmess_prng, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1546
[95] = PINGROUP(95, tmess_prng, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1547
[96] = PINGROUP(96, cam_mclk, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1548
[97] = PINGROUP(97, cam_mclk, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1549
[98] = PINGROUP(98, cam_mclk, mdp_vsync_p, usb0_tmu, usb1_tmu, usb2_tmu, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1550
[99] = PINGROUP(99, cam_mclk, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1551
[100] = PINGROUP(100, cam_asc_mclk4, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1552
[101] = PINGROUP(101, cci_i2c_sda, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1553
[102] = PINGROUP(102, cci_i2c_scl, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1554
[103] = PINGROUP(103, cci_i2c_sda, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1555
[104] = PINGROUP(104, cci_i2c_scl, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1556
[105] = PINGROUP(105, cci_i2c_sda, mdp_vsync_s, usb1_dbg, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1557
[106] = PINGROUP(106, cci_i2c_scl, mdp_vsync_e, usb1_dbg, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1558
[107] = PINGROUP(107, qdss_gpio, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1559
[108] = PINGROUP(108, qdss_gpio, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1560
[109] = PINGROUP(109, cci_timer, mdp_vsync_out, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1561
[110] = PINGROUP(110, cci_timer, mdp_vsync_out, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1562
[111] = PINGROUP(111, cci_timer, cci_async_in, mdp_vsync_out, qdss_gpio, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1563
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1564
[112] = PINGROUP(112, cci_timer, cci_async_in, mdp_vsync_out, qdss_gpio, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1565
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1566
[113] = PINGROUP(113, cci_timer, cci_async_in, mdp_vsync_out, qdss_gpio, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1567
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1568
[114] = PINGROUP(114, mdp_vsync_out, mdp_vsync_out, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1569
[115] = PINGROUP(115, mdp_vsync_out, mdp_vsync_out, edp1_lcd, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1570
[116] = PINGROUP(116, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1571
[117] = PINGROUP(117, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1572
[118] = PINGROUP(118, host2wlan_sol, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1573
[119] = PINGROUP(119, edp0_hot, edp1_lcd, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1574
[120] = PINGROUP(120, edp0_lcd, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1575
[121] = PINGROUP(121, usb0_phy_ps, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1576
[122] = PINGROUP(122, usb0_dp, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1577
[123] = PINGROUP(123, usb1_phy_ps, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1578
[124] = PINGROUP(124, usb1_dp, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1579
[125] = PINGROUP(125, usb2_phy_ps, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1580
[126] = PINGROUP(126, usb2_dp, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1581
[127] = PINGROUP(127, qspi0, sdc4_clk, qup3_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1582
[128] = PINGROUP(128, qspi0, sdc4_data, qup3_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1583
[129] = PINGROUP(129, qspi0, sdc4_data, qup3_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1584
[130] = PINGROUP(130, qspi0, sdc4_data, qup3_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1585
[131] = PINGROUP(131, qspi0, sdc4_data, qup3_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1586
[132] = PINGROUP(132, qspi0, sdc4_cmd, qup3_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1587
[133] = PINGROUP(133, qspi0, tb_trig_sdc4, qup3_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1588
[134] = PINGROUP(134, audio_ext_mclk0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1589
[135] = PINGROUP(135, i2s0_sck, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1590
[136] = PINGROUP(136, i2s0_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1591
[137] = PINGROUP(137, i2s0_data, tb_trig_sdc2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1592
[138] = PINGROUP(138, i2s0_ws, tsense_pwm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1593
[139] = PINGROUP(139, i2s1_sck, tsense_pwm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1594
[140] = PINGROUP(140, i2s1_data, tsense_pwm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1595
[141] = PINGROUP(141, i2s1_ws, tsense_therm, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1596
[142] = PINGROUP(142, i2s1_data, audio_ext_mclk1, audio_ref_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1597
[143] = PINGROUP(143, pcie3a_rst_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1598
[144] = PINGROUP(144, pcie3a_clk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1599
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1600
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1601
[147] = PINGROUP(147, pcie4_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1602
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1603
[149] = PINGROUP(149, qdss_gpio, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1604
[150] = PINGROUP(150, pcie6_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1605
[151] = PINGROUP(151, qdss_gpio, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1606
[152] = PINGROUP(152, qdss_gpio, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1607
[153] = PINGROUP(153, pcie5_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1608
[154] = PINGROUP(154, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1609
[155] = PINGROUP(155, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1610
[156] = PINGROUP(156, pcie3b_clk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1611
[157] = PINGROUP(157, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1612
[158] = PINGROUP(158, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1613
[159] = PINGROUP(159, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1614
[160] = PINGROUP(160, resout_gpio_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1615
[161] = PINGROUP(161, qdss_cti, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1616
[162] = PINGROUP(162, sd_write_protect, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1617
[163] = PINGROUP(163, usb0_sbrx, prng_rosc, phase_flag, _, atest_char, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1618
_, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1619
[164] = PINGROUP(164, usb0_sbtx, prng_rosc, phase_flag, _, atest_char, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-glymur.c
1620
_),
drivers/pinctrl/qcom/pinctrl-glymur.c
1621
[165] = PINGROUP(165, usb0_sbtx, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1622
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1623
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1624
[168] = PINGROUP(168, eusb_ac_en, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1625
[169] = PINGROUP(169, eusb_ac_en, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1626
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1627
[171] = PINGROUP(171, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1628
[172] = PINGROUP(172, usb1_sbrx, phase_flag, _, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1629
[173] = PINGROUP(173, usb1_sbtx, cri_trng, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1630
[174] = PINGROUP(174, usb1_sbtx, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1631
[175] = PINGROUP(175, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1632
[176] = PINGROUP(176, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1633
[177] = PINGROUP(177, eusb_ac_en, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1634
[178] = PINGROUP(178, eusb_ac_en, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1635
[179] = PINGROUP(179, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1636
[180] = PINGROUP(180, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1637
[181] = PINGROUP(181, usb2_sbrx, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1638
[182] = PINGROUP(182, usb2_sbtx, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1639
[183] = PINGROUP(183, usb2_sbtx, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1640
[184] = PINGROUP(184, phase_flag, _, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1641
[185] = PINGROUP(185, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1642
[186] = PINGROUP(186, eusb_ac_en, prng_rosc, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1643
[187] = PINGROUP(187, eusb_ac_en, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1644
[188] = PINGROUP(188, prng_rosc, phase_flag, _, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1645
[189] = PINGROUP(189, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1646
[190] = PINGROUP(190, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1647
[191] = PINGROUP(191, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1648
[192] = PINGROUP(192, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1649
[193] = PINGROUP(193, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1650
[194] = PINGROUP(194, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1651
[195] = PINGROUP(195, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1652
[196] = PINGROUP(196, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1653
[197] = PINGROUP(197, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1654
[198] = PINGROUP(198, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1655
[199] = PINGROUP(199, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1656
[200] = PINGROUP(200, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1657
[201] = PINGROUP(201, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1658
[202] = PINGROUP(202, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1659
[203] = PINGROUP(203, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1660
[204] = PINGROUP(204, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1661
[205] = PINGROUP(205, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1662
[206] = PINGROUP(206, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1663
[207] = PINGROUP(207, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1664
[208] = PINGROUP(208, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1665
[209] = PINGROUP(209, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1666
[210] = PINGROUP(210, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1667
[211] = PINGROUP(211, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1668
[212] = PINGROUP(212, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1669
[213] = PINGROUP(213, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1670
[214] = PINGROUP(214, wcn_sw_ctrl, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1671
[215] = PINGROUP(215, _, qdss_cti, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1672
[216] = PINGROUP(216, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1673
[217] = PINGROUP(217, _, qdss_cti, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1674
[218] = PINGROUP(218, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1675
[219] = PINGROUP(219, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1676
[220] = PINGROUP(220, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1677
[221] = PINGROUP(221, wcn_sw, _, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1678
[222] = PINGROUP(222, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1679
[223] = PINGROUP(223, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1680
[224] = PINGROUP(224, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1681
[225] = PINGROUP(225, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1682
[226] = PINGROUP(226, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1683
[227] = PINGROUP(227, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1684
[228] = PINGROUP(228, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1685
[229] = PINGROUP(229, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1686
[230] = PINGROUP(230, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1687
[231] = PINGROUP(231, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1688
[232] = PINGROUP(232, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1689
[233] = PINGROUP(233, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1690
[234] = PINGROUP(234, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1691
[235] = PINGROUP(235, asc_cci, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1692
[236] = PINGROUP(236, asc_cci, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1693
[237] = PINGROUP(237, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1694
[238] = PINGROUP(238, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1695
[239] = PINGROUP(239, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1696
[240] = PINGROUP(240, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1697
[241] = PINGROUP(241, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1698
[242] = PINGROUP(242, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1699
[243] = PINGROUP(243, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1700
[244] = PINGROUP(244, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-glymur.c
1701
[245] = PINGROUP(245, smb_acok_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1702
[246] = PINGROUP(246, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1703
[247] = PINGROUP(247, qup3_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1704
[248] = PINGROUP(248, pmc_uva_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-glymur.c
1705
[249] = PINGROUP(249, pmc_oca_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
681
PINGROUP(0, atest_char, _, qdss_cti_trig_out_a0, wci_txd, wci_rxd, xfem, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
682
PINGROUP(1, atest_char, _, qdss_cti_trig_in_a0, wci_txd, wci_rxd, xfem, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
683
PINGROUP(2, atest_char, _, qdss_cti_trig_out_a1, wci_txd, wci_rxd, xfem, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
684
PINGROUP(3, atest_char, _, qdss_cti_trig_in_a1, wci_txd, wci_rxd, xfem, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
685
PINGROUP(4, sdc1_data, qspi_data, blsp1_spi1, btss, dbg_out, qdss_traceclk_a, _, burn0, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
686
PINGROUP(5, sdc1_data, qspi_data, cxc_clk, blsp1_spi1, blsp1_i2c1, btss, _, qdss_tracectl_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
687
PINGROUP(6, sdc1_data, qspi_data, cxc_data, blsp1_spi1, blsp1_i2c1, btss, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
688
PINGROUP(7, sdc1_data, qspi_data, mac0, blsp1_spi1, btss, _, qdss_tracedata_a, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
689
PINGROUP(8, sdc1_cmd, qspi_cs, mac1, btss, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
690
PINGROUP(9, sdc1_clk, qspi_clk, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
691
PINGROUP(10, blsp0_spi, blsp1_uart0, led0, gcc_plltest, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
692
PINGROUP(11, blsp0_spi, blsp1_uart0, _, gcc_tlmm, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
693
PINGROUP(12, blsp0_spi, blsp0_i2c, blsp1_uart0, _, gcc_plltest, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
694
PINGROUP(13, blsp0_spi, blsp0_i2c, blsp1_uart0, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
695
PINGROUP(14, pcie0_clk, _, _, cri_trng0, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
696
PINGROUP(15, _, _, cri_trng1, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
697
PINGROUP(16, pcie0_wake, _, _, cri_trng, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
698
PINGROUP(17, pcie1_clk, btss, _, prng_rosc, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
699
PINGROUP(18, blsp1_spi0, btss, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
700
PINGROUP(19, pcie1_wake, blsp1_spi0, blsp1_i2c0, btss, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
701
PINGROUP(20, blsp0_uart0, blsp1_spi0, blsp1_i2c0, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
702
PINGROUP(21, blsp0_uart0, blsp1_spi0, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
703
PINGROUP(22, _, pll_test, eud_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
704
PINGROUP(23, audio_rxmclk, audio_pdm0, audio_rxmclk, blsp2_spi1, blsp1_uart2, btss, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
705
PINGROUP(24, audio_rxbclk, audio_pdm0, blsp2_spi1, blsp1_uart2, btss, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
706
PINGROUP(25, audio_rxfsync, audio_pdm1, blsp2_i2c1, blsp2_spi1, blsp1_uart2, btss, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
707
PINGROUP(26, audio_rxd, audio_pdm1, blsp2_i2c1, blsp2_spi1, blsp1_uart2, btss, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
708
PINGROUP(27, audio_txmclk, wsa_swrm, audio_txmclk, blsp2_spi, btss, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
709
PINGROUP(28, audio_txbclk, wsa_swrm, blsp0_uart1, btss, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
710
PINGROUP(29, audio_txfsync, _, blsp0_uart1, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
711
PINGROUP(30, audio_txd, led2, led0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
712
PINGROUP(31, blsp2_spi0, blsp1_uart1, _, qdss_tracedata_b, eud_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
713
PINGROUP(32, blsp2_spi0, blsp1_uart1, _, qdss_tracedata_b, eud_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
714
PINGROUP(33, blsp2_i2c0, blsp2_spi0, blsp1_uart1, _, qdss_tracedata_b, eud_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
715
PINGROUP(34, blsp2_i2c0, blsp2_spi0, blsp1_uart1, _, qdss_tracedata_b, eud_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
716
PINGROUP(35, _, qdss_tracedata_b, eud_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
717
PINGROUP(36, mdc, qdss_tracedata_b, _, wsi_clk3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
718
PINGROUP(37, mdio, atest_char, qdss_tracedata_b, _, wsi_data3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
719
PINGROUP(38, qdss_tracedata_b, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
720
PINGROUP(39, qdss_traceclk_b, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
721
PINGROUP(40, reset_out, qdss_tracectl_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
722
PINGROUP(41, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
723
PINGROUP(42, pwm0, qdss_cti_trig_out_b0, wci_txd, wci_rxd, xfem, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
724
PINGROUP(43, pwm1, qdss_cti_trig_in_b0, wci_txd, wci_rxd, xfem, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
725
PINGROUP(44, pwm2, qdss_cti_trig_out_b1, wci_txd, wci_rxd, xfem, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
726
PINGROUP(45, pwm3, qdss_cti_trig_in_b1, wci_txd, wci_rxd, xfem, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5018.c
727
PINGROUP(46, led0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
755
PINGROUP(0, atest_char0, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
756
PINGROUP(1, atest_char1, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
757
PINGROUP(2, atest_char2, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
758
PINGROUP(3, atest_char3, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
759
PINGROUP(4, qdss_cti_trig_out_a0, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
760
PINGROUP(5, qdss_cti_trig_in_a0, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
761
PINGROUP(6, qdss_cti_trig_out_a1, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
762
PINGROUP(7, qdss_cti_trig_in_a1, wci_txd, wci_rxd, xfem, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
763
PINGROUP(8, sdc_data, qspi_data, pwm3, qdss_traceclk_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
764
PINGROUP(9, sdc_data, qspi_data, pwm3, qdss_tracectl_a, _, atest_tic, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
765
PINGROUP(10, sdc_data, qspi_data, pwm3, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
766
PINGROUP(11, sdc_data, qspi_data, pwm3, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
767
PINGROUP(12, sdc_cmd, qspi_cs, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
768
PINGROUP(13, sdc_clk, qspi_clk, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
769
PINGROUP(14, blsp0_spi, blsp1_uart0, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
770
PINGROUP(15, blsp0_spi, blsp1_uart0, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
771
PINGROUP(16, blsp0_spi, blsp0_i2c, blsp1_uart0, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
772
PINGROUP(17, blsp0_spi, blsp0_i2c, blsp1_uart0, _, cri_trng0, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
773
PINGROUP(18, blsp0_uart0, mac0, _, cri_trng1, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
774
PINGROUP(19, blsp0_uart0, mac1, _, cri_trng2, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
775
PINGROUP(20, resout, _, cri_trng3, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
776
PINGROUP(21, core_voltage, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
777
PINGROUP(22, _, prng_rosc0, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
778
PINGROUP(23, core_voltage, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
779
PINGROUP(24, _, prng_rosc1, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
780
PINGROUP(25, mdc0, blsp1_uart1, blsp1_spi1, pwm2, _, _, prng_rosc2, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
781
PINGROUP(26, mdio0, blsp1_uart1, blsp1_spi1, pwm2, _, _, prng_rosc3, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
782
PINGROUP(27, mdc1, blsp0_uart1, blsp1_uart1, blsp1_spi1, pwm2, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
783
PINGROUP(28, mdio1, blsp0_uart1, blsp1_uart1, blsp1_spi1, pwm2, _, tsens_max, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
784
PINGROUP(29, audio_pri, blsp1_spi0, blsp1_i2c0, pwm1, _, qdss_tracedata_b, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
785
PINGROUP(30, audio_pri, blsp1_spi0, blsp1_i2c0, pwm1, audio_sec0, audio_sec0, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
786
PINGROUP(31, audio_pri, blsp1_spi0, pwm1, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
787
PINGROUP(32, audio_pri, blsp1_spi0, pwm1, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
788
PINGROUP(33, audio_sec, blsp1_uart2, blsp2_i2c1, blsp2_spi0, _, qdss_tracedata_b, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
789
PINGROUP(34, audio_sec, blsp1_uart2, blsp2_i2c1, blsp2_spi0, audio_pri0, audio_pri0, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
790
PINGROUP(35, audio_sec, blsp1_uart2, pc, wci_rxd, blsp2_spi0, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
791
PINGROUP(36, audio_sec, blsp1_uart2, wci_txd, wci_rxd, blsp2_spi0, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
792
PINGROUP(37, pcie0_clk, blsp2_spi, _, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
793
PINGROUP(38, _, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
794
PINGROUP(39, pcie0_wake, _, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
795
PINGROUP(40, wsi_clk, blsp1_i2c1, blsp2_spi1, _, _, qdss_tracedata_b, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
796
PINGROUP(41, wsi_data, blsp1_i2c1, blsp2_spi1, _, _, qdss_tracedata_b, _, wsis_reset, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
797
PINGROUP(42, wsi_clk, blsp2_spi1, _, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
798
PINGROUP(43, pcie2_clk, wci_txd, wci_rxd, blsp2_i2c0, pwm0, audio_pri1, audio_pri1, _, gcc_plltest),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
799
PINGROUP(44, pwm0, _, gcc_tlmm, qdss_tracectl_b, _, wsi_data3, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
800
PINGROUP(45, pcie2_wake, wci_txd, wci_rxd, blsp2_i2c0, rx1, pwm0, audio_sec1, audio_sec1, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
801
PINGROUP(46, pcie1_clk, atest_char, pwm0, _, qdss_cti_trig_out_b0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
802
PINGROUP(47, _, qdss_cti_trig_in_b0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
803
PINGROUP(48, pcie1_wake, rx0, dbg_out, qdss_cti_trig_out_b1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
804
PINGROUP(49, pta, cxc_clk, pll_test, _, qdss_cti_trig_in_b1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
805
PINGROUP(50, pta, cxc_data, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
806
PINGROUP(51, pta, lock_det, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5332.c
807
PINGROUP(52, wsi_data, blsp2_spi1, _, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
715
PINGROUP(0, sdc_data, qspi_data, pwm2, wci_txd, wci_rxd, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
716
PINGROUP(1, sdc_data, qspi_data, pwm2, wci_txd, wci_rxd, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
717
PINGROUP(2, sdc_data, qspi_data, pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
718
PINGROUP(3, sdc_data, qspi_data, pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
719
PINGROUP(4, sdc_cmd, qspi_cs, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
720
PINGROUP(5, sdc_clk, qspi_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
721
PINGROUP(6, spi0_clk, pwm1, _, cri_trng0, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
722
PINGROUP(7, spi0_cs, pwm1, _, cri_trng1, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
723
PINGROUP(8, spi0_miso, pwm1, wci_txd, wci_rxd, _, cri_trng2, qdss_tracedata_a, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
724
PINGROUP(9, spi0_mosi, pwm1, _, cri_trng3, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
725
PINGROUP(10, uart0, pwm0, spi11, _, wci_txd, wci_rxd, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
726
PINGROUP(11, uart0, pwm0, spi1, _, wci_txd, wci_rxd, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
727
PINGROUP(12, uart0, pwm0, spi11, _, prng_rosc0, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
728
PINGROUP(13, uart0, pwm0, spi11, _, prng_rosc1, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
729
PINGROUP(14, i2c0_scl, tsens_max, _, prng_rosc2, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
730
PINGROUP(15, i2c0_sda, _, prng_rosc3, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
731
PINGROUP(16, core_voltage, i2c1_scl, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
732
PINGROUP(17, core_voltage, i2c1_sda, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
733
PINGROUP(18, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
734
PINGROUP(19, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
735
PINGROUP(20, mdc_slv, atest_char0, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
736
PINGROUP(21, mdio_slv, atest_char1, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
737
PINGROUP(22, mdc_mst, atest_char2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
738
PINGROUP(23, mdio_mst, atest_char3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
739
PINGROUP(24, pcie0_clk, PTA10, mac0, _, wsi_clk, _, atest_char, qdss_cti_trig_out_a0, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
740
PINGROUP(25, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
741
PINGROUP(26, pcie0_wake, PTA10, mac0, _, wsi_data, _, qdss_cti_trig_in_a0, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
742
PINGROUP(27, pcie1_clk, i2c11, PTA10, wsi_clk, qdss_cti_trig_out_a1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
743
PINGROUP(28, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
744
PINGROUP(29, pcie1_wake, i2c11, wsi_data, qdss_cti_trig_in_a1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
745
PINGROUP(30, pcie2_clk, PTA11, mac1, qdss_cti_trig_out_b0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
746
PINGROUP(31, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
747
PINGROUP(32, pcie2_wake, PTA11, mac1, audio_pri0, audio_pri0, qdss_cti_trig_in_b0, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
748
PINGROUP(33, pcie3_clk, PTA11, audio_pri1, audio_pri1, qdss_cti_trig_out_b1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
749
PINGROUP(34, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
750
PINGROUP(35, pcie3_wake, audio_sec1, audio_sec1, qdss_cti_trig_in_b1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
751
PINGROUP(36, audio_pri, spi1, audio_sec0, audio_sec0, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
752
PINGROUP(37, audio_pri, spi1, rx2, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
753
PINGROUP(38, audio_pri, spi1, pll_test, rx1, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
754
PINGROUP(39, audio_pri, rx0, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
755
PINGROUP(40, PTA0_0, wci_txd, wci_rxd, _, atest_tic, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
756
PINGROUP(41, PTA0_1, wci_txd, wci_rxd, cxc_data, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
757
PINGROUP(42, PTA0_2, cxc_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
758
PINGROUP(43, uart1, gcc_plltest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
759
PINGROUP(44, uart1, gcc_tlmm, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
760
PINGROUP(45, spi10, rx2, audio_sec, gcc_plltest, _, qdss_traceclk_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
761
PINGROUP(46, spi1, rx1, audio_sec, dbg_out, qdss_tracectl_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
762
PINGROUP(47, spi10, rx0, audio_sec, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
763
PINGROUP(48, spi10, audio_sec, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq5424.c
764
PINGROUP(49, resout, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1000
PINGROUP(25, audio0, pwm32, tx_swrm, _, qdss_cti_trig_in_b1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1001
PINGROUP(26, audio1, pwm04, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1002
PINGROUP(27, audio2, pwm14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1003
PINGROUP(28, audio3, pwm24, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1004
PINGROUP(29, audio_rxmclk, audio_rxmclkin, pwm03, lpass_pdm, lpass_aud, qdss_cti_trig_in_a1, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1005
PINGROUP(30, audio_rxbclk, pwm13, lpass_pdm, lpass_aud0, rx_swrm, _, qdss_cti_trig_out_a1, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1006
PINGROUP(31, audio_rxfsync, pwm23, lpass_pdm, lpass_aud1, rx_swrm0, _, qdss_cti_trig_in_a0, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1007
PINGROUP(32, audio0, pwm33, lpass_pdm, lpass_aud2, rx_swrm1, _, qdss_cti_trig_out_a0, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1008
PINGROUP(33, audio1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1009
PINGROUP(34, lpass_pcm, mac10, mac00, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1010
PINGROUP(35, lpass_pcm, mac10, mac00, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1011
PINGROUP(36, lpass_pcm, mac20, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1012
PINGROUP(37, lpass_pcm, mac20, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1013
PINGROUP(38, blsp0_uart, blsp0_i2c, blsp0_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1014
PINGROUP(39, blsp0_uart, blsp0_i2c, blsp0_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1015
PINGROUP(40, blsp0_uart, blsp0_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1016
PINGROUP(41, blsp0_uart, blsp0_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1017
PINGROUP(42, blsp2_uart, blsp2_i2c, blsp2_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1018
PINGROUP(43, blsp2_uart, blsp2_i2c, blsp2_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1019
PINGROUP(44, blsp2_uart, blsp2_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1020
PINGROUP(45, blsp2_uart, blsp2_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1021
PINGROUP(46, blsp5_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1022
PINGROUP(47, blsp5_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1023
PINGROUP(48, blsp5_uart, _, qdss_traceclk_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1024
PINGROUP(49, blsp5_uart, _, qdss_tracectl_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1025
PINGROUP(50, pwm01, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1026
PINGROUP(51, pta1_1, pwm11, _, rx1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1027
PINGROUP(52, pta1_2, pwm21, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1028
PINGROUP(53, pta1_0, pwm31, prng_rosc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1029
PINGROUP(54, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1030
PINGROUP(55, blsp4_uart, blsp4_i2c, blsp4_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1031
PINGROUP(56, blsp4_uart, blsp4_i2c, blsp4_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1032
PINGROUP(57, blsp4_uart, blsp4_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1033
PINGROUP(58, blsp4_uart, blsp4_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1034
PINGROUP(59, pcie0_clk, _, _, cri_trng0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1035
PINGROUP(60, pcie0_rst, _, _, cri_trng1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1036
PINGROUP(61, pcie0_wake, _, _, cri_trng, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1037
PINGROUP(62, sd_card, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1038
PINGROUP(63, sd_write, rx0, _, tsens_max, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1039
PINGROUP(64, mdc, _, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1040
PINGROUP(65, mdio, _, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1041
PINGROUP(66, pta2_0, wci21, cxc1, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1042
PINGROUP(67, pta2_1, qdss_tracedata_a, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1043
PINGROUP(68, pta2_2, wci21, cxc1, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1044
PINGROUP(69, blsp1_uart, blsp1_i2c, blsp1_spi, gcc_plltest, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1045
PINGROUP(70, blsp1_uart, blsp1_i2c, blsp1_spi, gcc_tlmm, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1046
PINGROUP(71, blsp1_uart, blsp1_spi, gcc_plltest, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1047
PINGROUP(72, blsp1_uart, blsp1_spi, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1048
PINGROUP(73, blsp3_uart, blsp3_i2c, blsp3_spi, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1049
PINGROUP(74, blsp3_uart, blsp3_i2c, blsp3_spi, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1050
PINGROUP(75, blsp3_uart, blsp3_spi, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1051
PINGROUP(76, blsp3_uart, blsp3_spi, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1052
PINGROUP(77, blsp3_spi, _, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1053
PINGROUP(78, blsp3_spi, _, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
1054
PINGROUP(79, blsp3_spi, _, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
975
PINGROUP(0, qpic_pad, wci20, qdss_traceclk_b, _, burn0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
976
PINGROUP(1, qpic_pad, mac12, qdss_tracectl_b, _, burn1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
977
PINGROUP(2, qpic_pad, wci20, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
978
PINGROUP(3, qpic_pad, mac01, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
979
PINGROUP(4, qpic_pad, mac01, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
980
PINGROUP(5, qpic_pad, mac21, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
981
PINGROUP(6, qpic_pad, mac21, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
982
PINGROUP(7, qpic_pad, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
983
PINGROUP(8, qpic_pad, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
984
PINGROUP(9, qpic_pad, atest_char, cxc0, mac13, dbg_out, qdss_tracedata_b, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
985
PINGROUP(10, qpic_pad, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
986
PINGROUP(11, qpic_pad, wci22, mac12, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
987
PINGROUP(12, qpic_pad, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
988
PINGROUP(13, qpic_pad, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
989
PINGROUP(14, qpic_pad, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
990
PINGROUP(15, qpic_pad, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
991
PINGROUP(16, qpic_pad, cxc0, mac13, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
992
PINGROUP(17, qpic_pad, qdss_tracedata_b, wci22, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
993
PINGROUP(18, pwm00, atest_char0, wci23, mac11, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
994
PINGROUP(19, pwm10, atest_char1, wci23, mac11, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
995
PINGROUP(20, pwm20, atest_char2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
996
PINGROUP(21, pwm30, atest_char3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
997
PINGROUP(22, audio_txmclk, audio_txmclkin, pwm02, tx_swrm0, _, qdss_cti_trig_out_b0, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
998
PINGROUP(23, audio_txbclk, pwm12, wsa_swrm, tx_swrm1, _, qdss_cti_trig_in_b0, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq6018.c
999
PINGROUP(24, audio_txfsync, pwm22, wsa_swrm, tx_swrm2, _, qdss_cti_trig_out_b1, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
702
PINGROUP(0, sdc_data, qspi_data, qdss_traceclk_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
703
PINGROUP(1, sdc_data, qspi_data, qdss_tracectl_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
704
PINGROUP(2, sdc_data, qspi_data, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
705
PINGROUP(3, sdc_data, qspi_data, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
706
PINGROUP(4, sdc_cmd, qspi_cs, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
707
PINGROUP(5, sdc_clk, qspi_clk, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
708
PINGROUP(6, sdc_data, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
709
PINGROUP(7, sdc_data, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
710
PINGROUP(8, sdc_data, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
711
PINGROUP(9, sdc_data, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
712
PINGROUP(10, sdc_rclk, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
713
PINGROUP(11, blsp0_spi, blsp0_uart, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
714
PINGROUP(12, blsp0_spi, blsp0_uart, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
715
PINGROUP(13, blsp0_spi, blsp0_uart, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
716
PINGROUP(14, blsp0_spi, blsp0_uart, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
717
PINGROUP(15, blsp3_spi, blsp3_i2c, blsp3_uart, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
718
PINGROUP(16, blsp3_spi, blsp3_i2c, blsp3_uart, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
719
PINGROUP(17, blsp3_spi, blsp3_uart, dbg_out, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
720
PINGROUP(18, blsp3_spi, blsp3_uart, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
721
PINGROUP(19, blsp3_spi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
722
PINGROUP(20, blsp3_spi, _, cri_trng0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
723
PINGROUP(21, blsp3_spi, _, cri_trng1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
724
PINGROUP(22, pcie0_clk, _, pta, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
725
PINGROUP(23, _, pta, wci21, cxc0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
726
PINGROUP(24, pcie0_wake, _, pta, wci21, cxc0, _, qdss_cti_trig_out_b0, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
727
PINGROUP(25, pcie1_clk, _, _, qdss_cti_trig_in_b0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
728
PINGROUP(26, _, atest_char0, _, qdss_cti_trig_out_b1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
729
PINGROUP(27, pcie1_wake, _, atest_char1, qdss_cti_trig_in_b1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
730
PINGROUP(28, pcie2_clk, atest_char2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
731
PINGROUP(29, atest_char3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
732
PINGROUP(30, pcie2_wake, pwm, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
733
PINGROUP(31, pcie3_clk, pwm, _, qdss_cti_trig_in_a1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
734
PINGROUP(32, pwm, _, qdss_cti_trig_out_a1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
735
PINGROUP(33, pcie3_wake, pwm, _, qdss_cti_trig_in_a0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
736
PINGROUP(34, blsp2_uart, blsp2_i2c, blsp2_spi, blsp1_uart, _, cri_trng1, qdss_cti_trig_out_a0, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
737
PINGROUP(35, blsp2_uart, blsp2_i2c, blsp2_spi, blsp1_uart, _, cri_trng2, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
738
PINGROUP(36, blsp1_uart, blsp1_i2c, blsp2_spi, _, cri_trng3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
739
PINGROUP(37, blsp1_uart, blsp1_i2c, blsp2_spi, _, dwc_ddrphy, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
740
PINGROUP(38, mdc, _, cri_trng0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
741
PINGROUP(39, mdio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
742
PINGROUP(40, audio_pri, audio_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
743
PINGROUP(41, audio_pri, audio_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
744
PINGROUP(42, audio_pri, audio_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
745
PINGROUP(43, audio_pri, audio_pdm0, _, qdss_traceclk_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
746
PINGROUP(44, pwm, audio_sec, wsa_swrm, _, qdss_tracectl_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
747
PINGROUP(45, pwm, audio_sec, wsa_swrm, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
748
PINGROUP(46, pwm, audio_sec, rx1, mac, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
749
PINGROUP(47, pwm, audio_sec, mac, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
750
PINGROUP(48, blsp5_i2c, blsp5_uart, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
751
PINGROUP(49, blsp5_i2c, blsp5_uart, _, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
752
PINGROUP(50, blsp4_uart, blsp4_i2c, blsp4_spi, pwm, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
753
PINGROUP(51, blsp4_uart, blsp4_i2c, blsp4_spi, pwm, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
754
PINGROUP(52, blsp4_uart, blsp4_spi, pwm, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
755
PINGROUP(53, blsp4_uart, blsp4_spi, pwm, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
756
PINGROUP(54, pta, pwm, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
757
PINGROUP(55, pta, pwm, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
758
PINGROUP(56, pta, pwm, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
759
PINGROUP(57, wci20, cxc1, mac, pwm, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
760
PINGROUP(58, wci20, cxc1, mac, pwm, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
761
PINGROUP(59, rx0, pwm, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
762
PINGROUP(60, pwm, prng_rosc0, qdss_tracedata_a, _, gcc_plltest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
763
PINGROUP(61, blsp1_spi, audio_pri, audio_pdm1, audio_pri, pta, prng_rosc1, gcc_tlmm, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
764
PINGROUP(62, blsp1_spi, audio_sec, audio_pdm1, audio_sec, pta, prng_rosc2, gcc_plltest, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
765
PINGROUP(63, blsp1_spi, audio_pdm1, pta, prng_rosc3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-ipq9574.c
766
PINGROUP(64, blsp1_spi, audio_pdm1, tsens_max, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1504
[0] = PINGROUP(0, qup2_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1505
[1] = PINGROUP(1, qup2_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1506
[2] = PINGROUP(2, qup2_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1507
[3] = PINGROUP(3, qup2_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1508
[4] = PINGROUP(4, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1509
[5] = PINGROUP(5, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1510
[6] = PINGROUP(6, qup2_se1, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1511
[7] = PINGROUP(7, qup2_se1, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1512
[8] = PINGROUP(8, qup3_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1513
[9] = PINGROUP(9, qup3_se1, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1514
[10] = PINGROUP(10, qup3_se1, cci_async_in, _, tsense_pwm2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1515
[11] = PINGROUP(11, qup3_se1, cci_async_in, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1516
[12] = PINGROUP(12, qup3_se2, ibi_i3c, qup3_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1517
[13] = PINGROUP(13, qup3_se2, ibi_i3c, qup3_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1518
[14] = PINGROUP(14, qup3_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1519
[15] = PINGROUP(15, qup3_se2, cci_async_in, qup3_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1520
[16] = PINGROUP(16, qup3_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1521
[17] = PINGROUP(17, qup3_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1522
[18] = PINGROUP(18, wcn_sw_ctrl, qup3_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1523
[19] = PINGROUP(19, wcn_sw, qup3_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1524
[20] = PINGROUP(20, qup3_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1525
[21] = PINGROUP(21, qup3_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1526
[22] = PINGROUP(22, qup3_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1527
[23] = PINGROUP(23, qup3_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1528
[24] = PINGROUP(24, qup3_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1529
[25] = PINGROUP(25, qup3_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1530
[26] = PINGROUP(26, qup3_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1531
[27] = PINGROUP(27, qup3_se5, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1532
[28] = PINGROUP(28, qup4_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1533
[29] = PINGROUP(29, qup4_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1534
[30] = PINGROUP(30, qup4_se1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1535
[31] = PINGROUP(31, qup4_se1, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1536
[32] = PINGROUP(32, qup4_se2, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1537
[33] = PINGROUP(33, qup4_se2, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1538
[34] = PINGROUP(34, qup4_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1539
[35] = PINGROUP(35, qup4_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1540
[36] = PINGROUP(36, qup1_se4, uim1_data, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1541
[37] = PINGROUP(37, qup1_se4, uim1_clk, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1542
[38] = PINGROUP(38, qup1_se4, qdss_gpio_tracedata, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1543
[39] = PINGROUP(39, qup1_se4, uim1_reset, qdss_gpio_tracedata, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1544
[40] = PINGROUP(40, qup1_se2, cmu_rng, ddr_bist_fail, _, qdss_gpio_tracedata, gnss_adc0,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1545
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1546
[41] = PINGROUP(41, qup1_se2, cmu_rng, ddr_bist_start, _, qdss_gpio_tracedata, gnss_adc0,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1547
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1548
[42] = PINGROUP(42, qup1_se2, cmu_rng, dbg_out_clk, qdss_gpio_tracedata, gnss_adc1, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1549
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1550
[43] = PINGROUP(43, qup1_se2, cmu_rng, _, qdss_gpio_tracedata, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1551
[44] = PINGROUP(44, qup1_se3, ddr_bist_complete, ddr_pxi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1552
[45] = PINGROUP(45, qup1_se3, ddr_bist_stop, ddr_pxi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1553
[46] = PINGROUP(46, qup1_se3, ddr_pxi3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1554
[47] = PINGROUP(47, qup1_se3, dp_hot, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1555
[48] = PINGROUP(48, qup4_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1556
[49] = PINGROUP(49, qup4_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1557
[50] = PINGROUP(50, qup4_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1558
[51] = PINGROUP(51, qup4_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1559
[52] = PINGROUP(52, qup1_se5, ddr_pxi2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1560
[53] = PINGROUP(53, qup1_se5, _, ddr_pxi3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1561
[54] = PINGROUP(54, qup1_se5, uim1_data, ddr_pxi0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1562
[55] = PINGROUP(55, qup1_se5, uim1_clk, ddr_pxi0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1563
[56] = PINGROUP(56, qup1_se6, uim1_reset, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1564
[57] = PINGROUP(57, qup1_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1565
[58] = PINGROUP(58, qup1_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1566
[59] = PINGROUP(59, qup1_se6, usb_phy, vsense_trigger_mirnat, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1567
[60] = PINGROUP(60, qup1_se7, usb_phy, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1568
[61] = PINGROUP(61, qup1_se7, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1569
[62] = PINGROUP(62, qup1_se7, qdss_gpio_tracedata, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1570
[63] = PINGROUP(63, qup1_se7, qdss_gpio_tracedata, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1571
[64] = PINGROUP(64, qup3_se0, _, prng_rosc1, tmess_prng1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1572
[65] = PINGROUP(65, qup3_se0, _, prng_rosc2, tmess_prng2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1573
[66] = PINGROUP(66, i2chub0_se0, prng_rosc3, tmess_prng3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1574
[67] = PINGROUP(67, i2chub0_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1575
[68] = PINGROUP(68, i2chub0_se2, qdss_gpio_tracedata, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1576
[69] = PINGROUP(69, i2chub0_se2, qdss_gpio_tracedata, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1577
[70] = PINGROUP(70, i2chub0_se3, uim1_data, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1578
[71] = PINGROUP(71, i2chub0_se3, uim1_clk, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1579
[72] = PINGROUP(72, i2chub0_se4, uim1_reset, qdss_cti, _, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1580
[73] = PINGROUP(73, i2chub0_se4, qdss_cti, jitter_bist, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1581
[74] = PINGROUP(74, qup1_se1, aoss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1582
[75] = PINGROUP(75, qup1_se1, aoss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1583
[76] = PINGROUP(76, qup1_se1, aoss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1584
[77] = PINGROUP(77, qup1_se1, aoss_cti, gnss_adc1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1585
[78] = PINGROUP(78, i2chub0_se1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1586
[79] = PINGROUP(79, i2chub0_se1, usb0_hs, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1587
[80] = PINGROUP(80, qup1_se0, sdc40, qspi0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1588
[81] = PINGROUP(81, qup1_se0, sdc42, qspi2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1589
[82] = PINGROUP(82, qup1_se0, sdc43, qdss_cti, qspi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1590
[83] = PINGROUP(83, qup1_se0, sdc4_clk, qdss_cti, qspi_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1591
[84] = PINGROUP(84, qup4_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1592
[85] = PINGROUP(85, sd_write_protect, prng_rosc0, tmess_prng0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1593
[86] = PINGROUP(86, mdp_vsync, mdp_vsync0_out, mdp_vsync1_out, gcc_gp2, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1594
_),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1595
[87] = PINGROUP(87, mdp_vsync, mdp_vsync2_out, mdp_vsync3_out, mdp_vsync5_out, gcc_gp3, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1596
tsense_pwm1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1597
[88] = PINGROUP(88, mdp_vsync_e, mdp_esync0_out, tb_trig_sdc2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1598
[89] = PINGROUP(89, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1599
[90] = PINGROUP(90, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1600
[91] = PINGROUP(91, cam_asc_mclk2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1601
[92] = PINGROUP(92, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1602
[93] = PINGROUP(93, cam_asc_mclk4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1603
[94] = PINGROUP(94, cam_mclk, pll_clk_aux, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1604
[95] = PINGROUP(95, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1605
[96] = PINGROUP(96, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1606
[97] = PINGROUP(97, mdp_vsync, tsense_pwm3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1607
[98] = PINGROUP(98, mdp_vsync, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1608
[99] = PINGROUP(99, sys_throttle, tsense_pwm4, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1609
[100] = PINGROUP(100, mdp_esync1_out, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1610
[101] = PINGROUP(101, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1611
[102] = PINGROUP(102, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1612
[103] = PINGROUP(103, pcie0_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1613
[104] = PINGROUP(104, pll_bist_sync, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1614
[105] = PINGROUP(105, cci_timer, tsense_pwm5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1615
[106] = PINGROUP(106, cci_timer, tsense_pwm6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1616
[107] = PINGROUP(107, cci_timer, cci_i2c_sda, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1617
[108] = PINGROUP(108, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1618
[109] = PINGROUP(109, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1619
[110] = PINGROUP(110, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1620
[111] = PINGROUP(111, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1621
[112] = PINGROUP(112, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1622
[113] = PINGROUP(113, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1623
[114] = PINGROUP(114, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1624
[115] = PINGROUP(115, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1625
[116] = PINGROUP(116, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1626
[117] = PINGROUP(117, i2s1_sck, qup2_se2, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1627
[118] = PINGROUP(118, i2s1_data0, qup2_se2, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1628
[119] = PINGROUP(119, i2s1_ws, qup2_se2, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1629
[120] = PINGROUP(120, i2s1_data1, qup2_se2, audio_ext_mclk1, audio_ref_clk, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1630
_, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1631
[121] = PINGROUP(121, audio_ext_mclk0, qup4_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1632
[122] = PINGROUP(122, i2s0_sck, qup2_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1633
[123] = PINGROUP(123, i2s0_data0, qup2_se3, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1634
[124] = PINGROUP(124, i2s0_data1, qup2_se3, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1635
[125] = PINGROUP(125, i2s0_ws, qup2_se3, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1636
[126] = PINGROUP(126, uim0_data, qdss_gpio_tracedata, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1637
[127] = PINGROUP(127, uim0_clk, qdss_gpio_tracectl, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1638
[128] = PINGROUP(128, uim0_reset, qdss_gpio_traceclk, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1639
[129] = PINGROUP(129, uim0_present, qdss_gpio_tracedata, atest_usb, atest_char, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1640
_, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1641
[130] = PINGROUP(130, uim1_data, qup1_se2, gcc_gp1, qdss_gpio_tracedata, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1642
_),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1643
[131] = PINGROUP(131, uim1_clk, qup1_se2, gcc_gp2, qdss_gpio_tracedata, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1644
_),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1645
[132] = PINGROUP(132, uim1_reset, qup1_se2, gcc_gp3, qdss_gpio_tracedata, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1646
_),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1647
[133] = PINGROUP(133, uim1_present, qdss_gpio_tracedata, atest_char, _, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1648
_),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1649
[134] = PINGROUP(134, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1650
[135] = PINGROUP(135, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1651
[136] = PINGROUP(136, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1652
[137] = PINGROUP(137, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1653
[138] = PINGROUP(138, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1654
[139] = PINGROUP(139, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1655
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1656
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1657
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1658
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1659
[144] = PINGROUP(144, coex_uart1_rx, cmu_rng, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1660
[145] = PINGROUP(145, coex_uart1_tx, cmu_rng, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1661
[146] = PINGROUP(146, _, vfr_0, coex_uart2_rx, cmu_rng, tb_trig_sdc4, qspi_cs, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1662
_),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1663
[147] = PINGROUP(147, _, coex_uart2_tx, cmu_rng, sdc41, qspi1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1664
[148] = PINGROUP(148, nav_gpio2, _, sdc4_cmd, qspi_cs, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1665
[149] = PINGROUP(149, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1666
[150] = PINGROUP(150, nav_gpio0, nav_gpio3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1667
[151] = PINGROUP(151, nav_gpio1, vfr_1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1668
[152] = PINGROUP(152, qlink_little_request, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1669
[153] = PINGROUP(153, qlink_little_enable, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1670
[154] = PINGROUP(154, qlink_wmss, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1671
[155] = PINGROUP(155, qlink_big_request, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1672
[156] = PINGROUP(156, qlink_big_enable, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1673
[157] = PINGROUP(157, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1674
[158] = PINGROUP(158, qdss_cti, gcc_gp1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1675
[159] = PINGROUP(159, cci_timer, tsense_pwm7, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1676
[160] = PINGROUP(160, cci_timer, cci_i2c_scl, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1677
[161] = PINGROUP(161, qup4_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1678
[162] = PINGROUP(162, qup4_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1679
[163] = PINGROUP(163, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1680
[164] = PINGROUP(164, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1681
[165] = PINGROUP(165, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1682
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1683
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1684
[168] = PINGROUP(168, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1685
[169] = PINGROUP(169, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1686
[170] = PINGROUP(170, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1687
[171] = PINGROUP(171, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1688
[172] = PINGROUP(172, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1689
[173] = PINGROUP(173, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1690
[174] = PINGROUP(174, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1691
[175] = PINGROUP(175, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1692
[176] = PINGROUP(176, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1693
[177] = PINGROUP(177, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1694
[178] = PINGROUP(178, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1695
[179] = PINGROUP(179, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1696
[180] = PINGROUP(180, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1697
[181] = PINGROUP(181, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1698
[182] = PINGROUP(182, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1699
[183] = PINGROUP(183, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1700
[184] = PINGROUP(184, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1701
[185] = PINGROUP(185, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1702
[186] = PINGROUP(186, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1703
[187] = PINGROUP(187, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1704
[188] = PINGROUP(188, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1705
[189] = PINGROUP(189, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1706
[190] = PINGROUP(190, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1707
[191] = PINGROUP(191, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1708
[192] = PINGROUP(192, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1709
[193] = PINGROUP(193, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1710
[194] = PINGROUP(194, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1711
[195] = PINGROUP(195, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1712
[196] = PINGROUP(196, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1713
[197] = PINGROUP(197, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1714
[198] = PINGROUP(198, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1715
[199] = PINGROUP(199, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1716
[200] = PINGROUP(200, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1717
[201] = PINGROUP(201, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1718
[202] = PINGROUP(202, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1719
[203] = PINGROUP(203, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1720
[204] = PINGROUP(204, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1721
[205] = PINGROUP(205, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1722
[206] = PINGROUP(206, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1723
[207] = PINGROUP(207, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1724
[208] = PINGROUP(208, qup2_se4, _, phase_flag, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1725
[209] = PINGROUP(209, qup2_se4, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1726
[210] = PINGROUP(210, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1727
[211] = PINGROUP(211, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1728
[212] = PINGROUP(212, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1729
[213] = PINGROUP(213, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1730
[214] = PINGROUP(214, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1731
[215] = PINGROUP(215, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-kaanapali.c
1732
[216] = PINGROUP(216, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1000
PINGROUP(60, atest_char3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1001
PINGROUP(61, atest_char2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1002
PINGROUP(62, atest_char1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1003
PINGROUP(63, atest_char0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1004
PINGROUP(64, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1005
PINGROUP(65, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1006
PINGROUP(66, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1007
PINGROUP(67, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1008
PINGROUP(68, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1009
PINGROUP(69, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1010
PINGROUP(70, _, _, ebi0_wrcdc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1011
PINGROUP(71, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1012
PINGROUP(72, ldo_update, _, gcc_tlmm, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1013
PINGROUP(73, ldo_en, dbg_out, _, _, _, atest_tsens, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1014
PINGROUP(74, ebi2_lcd, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1015
PINGROUP(75, nav_tsync_out_b, nav_ptp_pps_in_b, ptp_pps_out_b, _, qdss_tracedata_a, _, _, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1016
_),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1017
PINGROUP(76, pbs0, sec_mi2s, blsp3_spi, pwr_modem_enabled_a, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1018
PINGROUP(77, pbs1, sec_mi2s, blsp2_spi, pwr_modem_enabled_b, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1019
PINGROUP(78, pbs2, sec_mi2s, blsp1_spi, ebi2_lcd, m_voc, pwr_nav_enabled_b, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1020
qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
1021
PINGROUP(79, sec_mi2s, _, pwr_crypto_enabled_b, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
932
PINGROUP(0, blsp_uart3, blsp_spi3, _, _, _, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
933
PINGROUP(1, blsp_uart3, blsp_spi3, _, _, _, _, _, qdss_tracedata_a, bimc_dte1),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
934
PINGROUP(2, blsp_uart3, blsp_i2c3, blsp_spi3, _, _, _, _, _, qdss_traceclk_a),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
935
PINGROUP(3, blsp_uart3, blsp_i2c3, blsp_spi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
936
PINGROUP(4, blsp_spi2, blsp_uart2, blsp_uim2, _, _, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
937
PINGROUP(5, blsp_spi2, blsp_uart2, blsp_uim2, _, _, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
938
PINGROUP(6, blsp_spi2, blsp_uart2, blsp_i2c2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
939
PINGROUP(7, blsp_spi2, blsp_uart2, blsp_i2c2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
940
PINGROUP(8, blsp_spi5, blsp_uart5, ebi2_lcd, m_voc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
941
PINGROUP(9, blsp_spi5, blsp_uart5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
942
PINGROUP(10, blsp_spi5, blsp_i2c5, blsp_uart5, ebi2_a, _, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
943
PINGROUP(11, blsp_spi5, blsp_i2c5, blsp_uart5, blsp2_spi, ebi2_lcd, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
944
PINGROUP(12, blsp_spi1, blsp_uart1, blsp_uim1, blsp3_spi, gcc_gp2_clk_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
945
PINGROUP(13, blsp_spi1, blsp_uart1, blsp_uim1, blsp2_spi, gcc_gp3_clk_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
946
PINGROUP(14, blsp_spi1, blsp_uart1, blsp_i2c1, gcc_gp1_clk_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
947
PINGROUP(15, blsp_spi1, blsp_uart1, blsp_i2c1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
948
PINGROUP(16, blsp_spi4, blsp_uart4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
949
PINGROUP(17, blsp_spi4, blsp_uart4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
950
PINGROUP(18, blsp_spi4, blsp_uart4, blsp_i2c4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
951
PINGROUP(19, blsp_spi4, blsp_uart4, blsp_i2c4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
952
PINGROUP(20, blsp_spi6, blsp_uart6, pri_mi2s_ws_a, ebi2_lcd_te_b, blsp1_spi, _, _, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
954
PINGROUP(21, blsp_spi6, blsp_uart6, pri_mi2s_data0_a, blsp1_spi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
955
PINGROUP(22, blsp_spi6, blsp_uart6, pri_mi2s_data1_a, blsp_i2c6, ebi2_a_d_8_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
956
PINGROUP(23, blsp_spi6, blsp_uart6, pri_mi2s_sck_a, blsp_i2c6, ebi2_lcd_cs_n_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
957
PINGROUP(24, pri_mi2s_mclk_a, _, pwr_nav_enabled_a, _, _, _, _, qdss_tracedata_a,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
959
PINGROUP(25, sd_write, _, pwr_crypto_enabled_a, _, _, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
960
PINGROUP(26, blsp3_spi, adsp_ext, _, qdss_tracedata_a, _, atest_combodac_to_gpio_native, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
961
_, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
962
PINGROUP(27, uim2_data, gmac_mdio, gcc_gp1_clk_a, _, _, atest_combodac_to_gpio_native, _, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
963
_),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
964
PINGROUP(28, uim2_clk, gmac_mdio, gcc_gp2_clk_a, _, _, atest_combodac_to_gpio_native, _, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
965
_),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
966
PINGROUP(29, uim2_reset, gcc_gp3_clk_a, _, _, atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
967
PINGROUP(30, uim2_present, prng_rosc, _, _, atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
968
PINGROUP(31, uim1_data, _, _, atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
969
PINGROUP(32, uim1_clk, _, _, atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
970
PINGROUP(33, uim1_reset, _, _, atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
971
PINGROUP(34, uim1_present, gcc_plltest, _, _, atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
972
PINGROUP(35, uim_batt, gcc_plltest, _, atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
973
PINGROUP(36, coex_uart, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
974
PINGROUP(37, coex_uart, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
975
PINGROUP(38, _, _, _, qdss_cti_trig_in_a0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
976
PINGROUP(39, _, _, _, qdss_tracedata_b, _, atest_bbrx1, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
977
PINGROUP(40, _, cri_trng0, _, _, _, _, qdss_tracedata_b, _, atest_bbrx0),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
978
PINGROUP(41, _, _, _, _, _, qdss_tracedata_b, _, atest_combodac_to_gpio_native, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
979
PINGROUP(42, _, cri_trng, _, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
980
PINGROUP(43, _, _, _, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
981
PINGROUP(44, _, _, qdss_cti_trig_in_b0, _, atest_gpsadc_dtest0_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
982
PINGROUP(45, _, _, qdss_cti_trig_out_b0, _, atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
983
PINGROUP(46, _, _, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
984
PINGROUP(47, _, _, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
985
PINGROUP(48, _, _, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
986
PINGROUP(49, _, _, qdss_tracectl_b, _, atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
987
PINGROUP(50, _, _, qdss_traceclk_b, _, atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
988
PINGROUP(51, _, pa_indicator, _, qdss_tracedata_b, _, atest_combodac_to_gpio_native, _, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
989
_),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
990
PINGROUP(52, _, _, _, qdss_tracedata_b, _, atest_combodac_to_gpio_native, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
991
PINGROUP(53, _, modem_tsync, nav_tsync_out_a, nav_ptp_pps_in_a, ptp_pps_out_a,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
992
qdss_tracedata_b, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
993
PINGROUP(54, _, qdss_tracedata_b, _, atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
994
PINGROUP(55, gsm0_tx, _, qdss_tracedata_b, _, atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
995
PINGROUP(56, _, _, qdss_cti_trig_in_b1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
996
PINGROUP(57, _, cri_trng1, _, qdss_cti_trig_out_b1, _, atest_combodac_to_gpio_native, _, _,
drivers/pinctrl/qcom/pinctrl-mdm9607.c
997
_),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
998
PINGROUP(58, _, ssbi1, _, qdss_tracedata_b, _, atest_gpsadc_dtest1_native, _, _, _),
drivers/pinctrl/qcom/pinctrl-mdm9607.c
999
PINGROUP(59, _, ssbi2, _, qdss_tracedata_b, _, atest_combodac_to_gpio_native, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1099
[0] = PINGROUP(0, qup0_se0, ibi_i3c, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1100
[1] = PINGROUP(1, qup0_se0, ibi_i3c, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1101
[2] = PINGROUP(2, qup0_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1102
[3] = PINGROUP(3, qup0_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1103
[4] = PINGROUP(4, qup0_se1, ibi_i3c, aoss_cti, sd_write_protect, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1104
[5] = PINGROUP(5, qup0_se1, ibi_i3c, aoss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1105
[6] = PINGROUP(6, qup0_se1, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1106
[7] = PINGROUP(7, qup0_se1, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1107
[8] = PINGROUP(8, qup0_se2, qspi0, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1108
[9] = PINGROUP(9, qup0_se2, qspi0, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1109
[10] = PINGROUP(10, qup0_se2, qspi0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1110
[11] = PINGROUP(11, qup0_se2, qspi0, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1111
[12] = PINGROUP(12, qup0_se2, qspi0, mdp_vsync0_out, mdp_vsync1_out, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1112
[13] = PINGROUP(13, qup0_se2, qspi0, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1113
[14] = PINGROUP(14, qup0_se2, qspi0, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1114
[15] = PINGROUP(15, qup0_se3, i2s0_sck, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1115
[16] = PINGROUP(16, qup0_se3, i2s0_data0, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1116
[17] = PINGROUP(17, qup0_se3, i2s0_data1, tsense_pwm1, tsense_pwm2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1117
[18] = PINGROUP(18, qup0_se3, i2s0_ws, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1118
[19] = PINGROUP(19, qup0_se4, mdp_vsync, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1119
[20] = PINGROUP(20, qup0_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1120
[21] = PINGROUP(21, qup0_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1121
[22] = PINGROUP(22, qup0_se4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1122
[23] = PINGROUP(23, qup0_se5, qup0_se3, audio_ext_mclk0, _, atest_usb, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1123
[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
1124
[25] = PINGROUP(25, qup0_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1125
[26] = PINGROUP(26, qup0_se5, qup0_se3, pll_bist_sync, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1126
[27] = PINGROUP(27, qup0_se6, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1127
[28] = PINGROUP(28, qup0_se6, gcc_gp2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1128
[29] = PINGROUP(29, qup0_se6, gcc_gp1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1129
[30] = PINGROUP(30, qup0_se6, gcc_gp2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1130
[31] = PINGROUP(31, qup0_se6, gcc_gp3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1131
[32] = PINGROUP(32, qup1_se0, ibi_i3c, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1132
[33] = PINGROUP(33, qup1_se0, ibi_i3c, gcc_gp3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1133
[34] = PINGROUP(34, sdc2_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1134
[35] = PINGROUP(35, sdc2_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1135
[36] = PINGROUP(36, qup1_se1, qup1_se2, ibi_i3c, pll_clk_aux, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1136
[37] = PINGROUP(37, qup1_se1, qup1_se2, ibi_i3c, mdp_vsync, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1137
[38] = PINGROUP(38, qup1_se1, qup1_se2, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1138
[39] = PINGROUP(39, qup1_se1, resout_gpio_n, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1139
[40] = PINGROUP(40, qup1_se2, mdp_vsync2_out, mdp_vsync3_out, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1140
[41] = PINGROUP(41, qup1_se2, _, phase_flag, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1141
[42] = PINGROUP(42, qup1_se2, _, phase_flag, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1142
[43] = PINGROUP(43, qup1_se2, _, _, phase_flag, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1143
[44] = PINGROUP(44, _, _, phase_flag, qdss_cti, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1144
[45] = PINGROUP(45, wcn_sw_ctrl, mdp_vsync_e, _, _, phase_flag, qdss_cti, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1145
[46] = PINGROUP(46, host2wlan_sol, _, phase_flag, qdss_gpio, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1146
[47] = PINGROUP(47, ddr_bist_stop, _, phase_flag, qdss_gpio, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1147
[48] = PINGROUP(48, qup1_se4, _, phase_flag, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1148
[49] = PINGROUP(49, qup1_se4, _, phase_flag, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1149
[50] = PINGROUP(50, qup1_se4, qdss_gpio, ddr_pxi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1150
[51] = PINGROUP(51, qup1_se4, qdss_gpio, ddr_pxi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1151
[52] = PINGROUP(52, qup1_se4, wcn_sw, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1152
[53] = PINGROUP(53, qup1_se4, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1153
[54] = PINGROUP(54, qup1_se4, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1154
[55] = PINGROUP(55, qup1_se5, qup1_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1155
[56] = PINGROUP(56, qup1_se5, qup1_se6, vfr_0, ddr_bist_fail, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1156
[57] = PINGROUP(57, sdc2_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1157
[58] = PINGROUP(58, sdc2_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1158
[59] = PINGROUP(59, qup1_se6, _, qup1_se5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1159
[60] = PINGROUP(60, qup1_se6, _, qup1_se5, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1160
[61] = PINGROUP(61, sdc2_cmd, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1161
[62] = PINGROUP(62, sdc2_clk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1162
[63] = PINGROUP(63, coex_uart1_tx, _, phase_flag, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1163
[64] = PINGROUP(64, coex_uart1_rx, _, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1164
[65] = PINGROUP(65, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1165
[66] = PINGROUP(66, prng_rosc0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1166
[67] = PINGROUP(67, pcie0_clk_req_n, prng_rosc1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1167
[68] = PINGROUP(68, prng_rosc2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1168
[69] = PINGROUP(69, prng_rosc3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1169
[70] = PINGROUP(70, pcie1_clk_req_n, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1170
[71] = PINGROUP(71, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1171
[72] = PINGROUP(72, sdc1_rclk, mdp_vsync, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1172
[73] = PINGROUP(73, sdc1_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1173
[74] = PINGROUP(74, sdc1_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1174
[75] = PINGROUP(75, sdc1_data, dp0_hot, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1175
[76] = PINGROUP(76, sdc1_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1176
[77] = PINGROUP(77, sdc1_clk, cci_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1177
[78] = PINGROUP(78, sdc1_cmd, tb_trig_sdc2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1178
[79] = PINGROUP(79, sdc1_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1179
[80] = PINGROUP(80, sdc1_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1180
[81] = PINGROUP(81, sdc1_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1181
[82] = PINGROUP(82, sdc1_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1182
[83] = PINGROUP(83, cam_mclk, cci_timer, tmess_prng1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1183
[84] = PINGROUP(84, cam_mclk, cci_timer, tmess_prng2, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1184
[85] = PINGROUP(85, cam_mclk, cci_timer, tmess_prng3, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1185
[86] = PINGROUP(86, cam_mclk, cci_async_in0, tmess_prng0, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1186
[87] = PINGROUP(87, cam_mclk, tb_trig_sdc1, tgu_ch0_trigout, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1187
[88] = PINGROUP(88, cci_i2c_sda, tgu_ch1_trigout, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1188
[89] = PINGROUP(89, cci_i2c_scl, _, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1189
[90] = PINGROUP(90, cci_i2c_sda, qup1_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1190
[91] = PINGROUP(91, cci_i2c_scl, qup1_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1191
[92] = PINGROUP(92, cci_i2c_sda, qup1_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1192
[93] = PINGROUP(93, cci_i2c_scl, qup1_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1193
[94] = PINGROUP(94, cci_i2c_sda, qup1_se3, qup1_se0, _, vsense_trigger_mirnat, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1194
[95] = PINGROUP(95, cci_i2c_scl, qup1_se3, qup1_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1195
[96] = PINGROUP(96, uim0_data, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1196
[97] = PINGROUP(97, uim0_clk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1197
[98] = PINGROUP(98, uim0_reset, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1198
[99] = PINGROUP(99, uim0_present, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1199
[100] = PINGROUP(100, uim1_data_mirb, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1200
[101] = PINGROUP(101, uim1_clk_mirb, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1201
[102] = PINGROUP(102, uim1_reset_mirb, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1202
[103] = PINGROUP(103, uim1_present_mirb, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1203
[104] = PINGROUP(104, qlink0_request, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1204
[105] = PINGROUP(105, qlink0_enable, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1205
[106] = PINGROUP(106, qlink0_wmss, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1206
[107] = PINGROUP(107, qlink1_request, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1207
[108] = PINGROUP(108, qlink1_enable, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1208
[109] = PINGROUP(109, qlink1_wmss, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1209
[110] = PINGROUP(110, uim1_data_mira, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1210
[111] = PINGROUP(111, uim1_clk_mira, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1211
[112] = PINGROUP(112, uim1_reset_mira, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1212
[113] = PINGROUP(113, uim1_present_mira, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1213
[114] = PINGROUP(114, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1214
[115] = PINGROUP(115, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1215
[116] = PINGROUP(116, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1216
[117] = PINGROUP(117, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1217
[118] = PINGROUP(118, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1218
[119] = PINGROUP(119, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1219
[120] = PINGROUP(120, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1220
[121] = PINGROUP(121, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1221
[122] = PINGROUP(122, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1222
[123] = PINGROUP(123, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1223
[124] = PINGROUP(124, nav_gpio0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1224
[125] = PINGROUP(125, nav_gpio1, usb0_hs, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1225
[126] = PINGROUP(126, _, nav_gpio2, vfr_1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1226
[127] = PINGROUP(127, _, _, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1227
[128] = PINGROUP(128, sdc2_fb_clk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1228
[129] = PINGROUP(129, mdp_vsync, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1229
[130] = PINGROUP(130, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1230
[131] = PINGROUP(131, usb0_phy_ps, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-milos.c
1231
[132] = PINGROUP(132, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1232
[133] = PINGROUP(133, ddr_bist_start, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1233
[134] = PINGROUP(134, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1234
[135] = PINGROUP(135, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1235
[136] = PINGROUP(136, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1236
[137] = PINGROUP(137, ddr_bist_complete, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1237
[138] = PINGROUP(138, _, phase_flag, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1238
[139] = PINGROUP(139, _, phase_flag, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1239
[140] = PINGROUP(140, _, phase_flag, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1240
[141] = PINGROUP(141, jitter_bist, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1241
[142] = PINGROUP(142, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1242
[143] = PINGROUP(143, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1243
[144] = PINGROUP(144, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1244
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1245
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1246
[147] = PINGROUP(147, _, phase_flag, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1247
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1248
[149] = PINGROUP(149, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1249
[150] = PINGROUP(150, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1250
[151] = PINGROUP(151, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1251
[152] = PINGROUP(152, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1252
[153] = PINGROUP(153, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1253
[154] = PINGROUP(154, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1254
[155] = PINGROUP(155, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1255
[156] = PINGROUP(156, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1256
[157] = PINGROUP(157, _, qdss_gpio, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1257
[158] = PINGROUP(158, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1258
[159] = PINGROUP(159, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1259
[160] = PINGROUP(160, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1260
[161] = PINGROUP(161, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1261
[162] = PINGROUP(162, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1262
[163] = PINGROUP(163, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1263
[164] = PINGROUP(164, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1264
[165] = PINGROUP(165, qdss_gpio, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-milos.c
1265
[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
765
PINGROUP(0, blsp_spi3, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
766
PINGROUP(1, blsp_spi3, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
767
PINGROUP(2, blsp_spi3, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
768
PINGROUP(3, blsp_spi3, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
769
PINGROUP(4, blsp_spi1, blsp_uart1, blsp_uim1, blsp_spi3_cs3, dmic0_clk, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
770
PINGROUP(5, blsp_spi1, blsp_uart1, blsp_uim1, blsp_spi2_cs3, dmic0_data, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
771
PINGROUP(6, blsp_spi1, blsp_uart1, blsp_i2c1, _, _, _, _, _, bimc_dte0),
drivers/pinctrl/qcom/pinctrl-msm8909.c
772
PINGROUP(7, blsp_spi1, blsp_uart1, blsp_i2c1, _, _, _, _, _, bimc_dte1),
drivers/pinctrl/qcom/pinctrl-msm8909.c
773
PINGROUP(8, blsp_spi6, m_voc, _, _, _, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
774
PINGROUP(9, blsp_spi6, _, _, _, _, _, qdss_tracedata_a, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
775
PINGROUP(10, blsp_spi6, blsp_i2c6, dbg_out, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
776
PINGROUP(11, blsp_spi6, blsp_i2c6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
777
PINGROUP(12, blsp_spi4, gcc_gp2_clk_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
778
PINGROUP(13, blsp_spi4, gcc_gp3_clk_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
779
PINGROUP(14, blsp_spi4, blsp_i2c4, gcc_gp1_clk_b, _, _, _, _, _, qdss_tracedata_b),
drivers/pinctrl/qcom/pinctrl-msm8909.c
780
PINGROUP(15, blsp_spi4, blsp_i2c4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
781
PINGROUP(16, blsp_spi5, _, _, _, _, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
782
PINGROUP(17, blsp_spi5, blsp_spi2_cs2, _, _, _, _, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
783
PINGROUP(18, blsp_spi5, blsp_i2c5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
784
PINGROUP(19, blsp_spi5, blsp_i2c5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
785
PINGROUP(20, uim3_data, blsp_spi2, blsp_uart2, blsp_uim2, _, qdss_cti_trig_in_a0, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
786
PINGROUP(21, uim3_present, blsp_spi2, blsp_uart2, blsp_uim2, _, qdss_cti_trig_in_b0, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
787
PINGROUP(22, uim3_reset, _, qdss_cti_trig_out_b0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
788
PINGROUP(23, uim3_clk, qdss_cti_trig_out_a0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
789
PINGROUP(24, mdp_vsync, ebi2_lcd, ebi2_lcd, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
790
PINGROUP(25, mdp_vsync, ebi2_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
791
PINGROUP(26, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
792
PINGROUP(27, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
793
PINGROUP(28, _, pwr_modem_enabled_a, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
794
PINGROUP(29, blsp_i2c3, _, _, _, _, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
795
PINGROUP(30, blsp_i2c3, _, _, _, _, _, qdss_tracedata_b, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
796
PINGROUP(31, cci_timer0, _, _, _, _, _, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
797
PINGROUP(32, cci_timer1, _, qdss_tracedata_b, _, atest_combodac, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
798
PINGROUP(33, cci_async, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
799
PINGROUP(34, pwr_nav_enabled_a, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
800
PINGROUP(35, pwr_crypto_enabled_a, qdss_tracedata_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
801
PINGROUP(36, qdss_tracedata_b, _, atest_bbrx1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
802
PINGROUP(37, blsp_spi1_cs2, qdss_tracedata_b, _, atest_bbrx0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
803
PINGROUP(38, cci_timer2, adsp_ext, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
804
PINGROUP(39, wcss_bt, qdss_tracedata_a, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
805
PINGROUP(40, wcss_wlan, qdss_tracedata_a, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
806
PINGROUP(41, wcss_wlan, qdss_tracedata_a, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
807
PINGROUP(42, wcss_wlan, qdss_tracedata_a, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
808
PINGROUP(43, wcss_wlan, prng_rosc, qdss_tracedata_a, _, atest_combodac, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
809
PINGROUP(44, wcss_wlan, _, atest_combodac, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
810
PINGROUP(45, wcss_fm, ext_lpass, qdss_tracectl_a, _, atest_combodac, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
811
PINGROUP(46, wcss_fm, qdss_traceclk_a, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
812
PINGROUP(47, wcss_bt, qdss_tracedata_a, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
813
PINGROUP(48, wcss_bt, qdss_tracedata_a, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
814
PINGROUP(49, uim2_data, gcc_gp1_clk_a, qdss_cti_trig_in_a1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
815
PINGROUP(50, uim2_clk, gcc_gp2_clk_a, qdss_cti_trig_in_b1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
816
PINGROUP(51, uim2_reset, gcc_gp3_clk_a, qdss_cti_trig_out_b1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
817
PINGROUP(52, uim2_present, qdss_cti_trig_out_a1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
818
PINGROUP(53, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
819
PINGROUP(54, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
820
PINGROUP(55, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
821
PINGROUP(56, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
822
PINGROUP(57, uim_batt, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
823
PINGROUP(58, qdss_tracedata_a, smb_int, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
824
PINGROUP(59, cdc_pdm0, pri_mi2s_mclk_a, atest_char3, _, _, _, _, _, bimc_dte0),
drivers/pinctrl/qcom/pinctrl-msm8909.c
825
PINGROUP(60, cdc_pdm0, pri_mi2s_sck_a, atest_char2, _, _, _, _, _, bimc_dte1),
drivers/pinctrl/qcom/pinctrl-msm8909.c
826
PINGROUP(61, cdc_pdm0, pri_mi2s_ws_a, atest_char1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
827
PINGROUP(62, cdc_pdm0, pri_mi2s_data0_a, atest_char0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
828
PINGROUP(63, cdc_pdm0, pri_mi2s_data1_a, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
829
PINGROUP(64, cdc_pdm0, _, _, _, _, _, ebi0_wrcdc, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
830
PINGROUP(65, blsp_spi3_cs2, blsp_spi1_cs3, qdss_tracedata_a, _, atest_gpsadc0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
831
PINGROUP(66, _, gcc_plltest, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
832
PINGROUP(67, _, gcc_plltest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
833
PINGROUP(68, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
834
PINGROUP(69, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
835
PINGROUP(70, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
836
PINGROUP(71, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
837
PINGROUP(72, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
838
PINGROUP(73, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
839
PINGROUP(74, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
840
PINGROUP(75, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
841
PINGROUP(76, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
842
PINGROUP(77, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
843
PINGROUP(78, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
844
PINGROUP(79, _, _, atest_gpsadc1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
845
PINGROUP(80, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
846
PINGROUP(81, _, _, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
847
PINGROUP(82, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
848
PINGROUP(83, _, modem_tsync, nav_tsync, nav_pps, _, atest_combodac, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
849
PINGROUP(84, _, _, atest_combodac, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
850
PINGROUP(85, gsm0_tx, _, _, atest_combodac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
851
PINGROUP(86, _, _, atest_combodac, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
852
PINGROUP(87, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
853
PINGROUP(88, _, ssbi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
854
PINGROUP(89, _, ssbi1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
855
PINGROUP(90, pbs0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
856
PINGROUP(91, pbs1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
857
PINGROUP(92, pbs2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
858
PINGROUP(93, qdss_tracedata_b, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
859
PINGROUP(94, pri_mi2s_sck_b, pwr_modem_enabled_b, qdss_tracedata_a, _, atest_combodac, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
860
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
861
PINGROUP(96, pri_mi2s_data1_b, _, pwr_crypto_enabled_b, qdss_tracedata_a, _, atest_wlan0, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
862
PINGROUP(97, blsp_spi1_cs1, qdss_tracedata_a, _, atest_wlan1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
863
PINGROUP(98, sec_mi2s, pri_mi2s_mclk_b, blsp_spi2_cs1, ldo_update, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
864
PINGROUP(99, ebi2_a, sd_write, ldo_en, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
865
PINGROUP(100, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
866
PINGROUP(101, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
867
PINGROUP(102, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
868
PINGROUP(103, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
869
PINGROUP(104, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
870
PINGROUP(105, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
871
PINGROUP(106, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
872
PINGROUP(107, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
873
PINGROUP(108, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
874
PINGROUP(109, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
875
PINGROUP(110, pri_mi2s_ws_b, _, atest_combodac, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
876
PINGROUP(111, blsp_spi2, blsp_uart2, blsp_i2c2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8909.c
877
PINGROUP(112, blsp_spi2, blsp_uart2, blsp_i2c2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1390
PINGROUP(0, blsp_spi1, blsp_uart1, qdss_tracedata_b, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1391
_, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1392
PINGROUP(1, blsp_spi1, blsp_uart1, adsp_ext, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1394
PINGROUP(2, blsp_spi1, blsp_uart1, blsp_i2c1, prng_rosc, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1395
_, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1396
PINGROUP(3, blsp_spi1, blsp_uart1, blsp_i2c1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1397
PINGROUP(4, blsp_spi2, blsp_uart2, ldo_update, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1398
atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1399
PINGROUP(5, blsp_spi2, blsp_uart2, ldo_en, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1401
qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1402
PINGROUP(7, blsp_spi2, blsp_uart2, blsp_i2c2, pbs2, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1403
qdss_tracedata_b, _, atest_gpsadc_dtest0_native, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1404
PINGROUP(8, blsp_spi3, blsp_uart3, pbs0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1405
PINGROUP(9, blsp_spi3, blsp_uart3, pbs1, pwr_modem_enabled_b, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1406
_, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1407
PINGROUP(10, blsp_spi3, blsp_uart3, blsp_i2c3, gcc_gp2_clk_b, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1408
_, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1409
PINGROUP(11, blsp_spi3, blsp_uart3, blsp_i2c3, gcc_gp3_clk_b, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1410
_, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1411
PINGROUP(12, blsp_spi4, blsp_uart4, sec_mi2s, pwr_nav_enabled_b, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1412
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1413
PINGROUP(13, blsp_spi4, blsp_uart4, sec_mi2s, pwr_crypto_enabled_b, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1414
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1415
PINGROUP(14, blsp_spi4, blsp_uart4, blsp_i2c4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1416
PINGROUP(15, blsp_spi4, blsp_uart4, blsp_i2c4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1417
PINGROUP(16, blsp_spi5, blsp_uart5, _, _, _, _, qdss_traceclk_a,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1418
_, atest_bbrx1),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1419
PINGROUP(17, blsp_spi5, blsp_uart5, m_voc, qdss_cti_trig_in_a0, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1420
atest_bbrx0, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1421
PINGROUP(18, blsp_spi5, blsp_uart5, blsp_i2c5, qdss_tracectl_a, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1422
atest_gpsadc_dtest1_native, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1423
PINGROUP(19, blsp_spi5, blsp_uart5, blsp_i2c5, qdss_tracedata_a, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1424
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1425
PINGROUP(20, blsp_spi6, blsp_uart6, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1427
PINGROUP(21, blsp_spi6, blsp_uart6, m_voc, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1429
PINGROUP(22, blsp_spi6, blsp_uart6, blsp_i2c6, qdss_traceclk_b, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1430
atest_wlan0, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1431
PINGROUP(23, blsp_spi6, blsp_uart6, blsp_i2c6, qdss_tracedata_b, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1432
atest_wlan1, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1433
PINGROUP(24, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1434
PINGROUP(25, mdp_vsync, pri_mi2s_mclk_a, sec_mi2s_mclk_a, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1435
_, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1436
PINGROUP(26, cam_mclk, _, _, _, _, _, qdss_tracedata_a, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1437
PINGROUP(27, cam_mclk, _, _, _, _, _, _, _, qdss_tracedata_a),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1438
PINGROUP(28, cam_mclk, _, _, _, _, _, qdss_tracedata_a, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1440
PINGROUP(29, cci_i2c, pwr_modem_enabled_a, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1441
qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1442
PINGROUP(30, cci_i2c, _, _, _, _, _, _, _, qdss_tracedata_a),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1443
PINGROUP(31, cci_i2c, _, _, _, _, _, _, _, qdss_tracedata_a),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1444
PINGROUP(32, cci_i2c, _, _, _, _, _, _, _, qdss_tracedata_a),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1445
PINGROUP(33, cci_timer0, _, _, _, _, _, _, _, qdss_tracedata_a),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1446
PINGROUP(34, cci_timer1, _, _, _, _, _, _, _, qdss_tracedata_a),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1447
PINGROUP(35, pwr_nav_enabled_a, _, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1449
PINGROUP(36, pwr_crypto_enabled_a, _, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1451
PINGROUP(37, _, _, _, _, _, qdss_cti_trig_out_b1, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1452
PINGROUP(38, _, qdss_tracedata_a, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1453
PINGROUP(39, cci_async, _, _, _, _, _, qdss_tracedata_a, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1455
PINGROUP(40, _, _, _, _, qdss_tracedata_a, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1456
atest_combodac_to_gpio_native, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1457
PINGROUP(41, sd_write, _, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1459
PINGROUP(42, gcc_gp1_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(43, gcc_gp2_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(44, gcc_gp3_clk_a, qdss_tracedata_b, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1464
atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1465
PINGROUP(45, _, _, atest_combodac_to_gpio_native, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1466
_),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1467
PINGROUP(46, _, _, atest_combodac_to_gpio_native, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1468
_),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1469
PINGROUP(47, blsp6_spi, _, qdss_tracedata_b, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1470
atest_combodac_to_gpio_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1471
PINGROUP(48, _, qdss_cti_trig_in_b1, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1472
atest_combodac_to_gpio_native, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1473
PINGROUP(49, uim_batt, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1474
PINGROUP(50, qdss_tracedata_a, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1475
PINGROUP(51, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1476
PINGROUP(52, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1477
PINGROUP(53, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1478
PINGROUP(54, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1479
PINGROUP(55, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1480
PINGROUP(56, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1481
PINGROUP(57, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1482
PINGROUP(58, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1483
PINGROUP(59, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1484
PINGROUP(60, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1485
PINGROUP(61, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1486
PINGROUP(62, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1487
PINGROUP(63, atest_char3, dbg_out, bimc_dte0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1488
PINGROUP(64, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1489
PINGROUP(65, bimc_dte0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1490
PINGROUP(66, sec_mi2s_mclk_b, pri_mi2s, _, qdss_tracedata_b, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1491
_, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1492
PINGROUP(67, atest_char1, ebi_cdc, _, atest_combodac_to_gpio_native,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1493
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1494
PINGROUP(68, atest_char0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1495
PINGROUP(69, audio_ref, cdc_pdm0, pri_mi2s_mclk_b, ebi_cdc, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1496
_, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1497
PINGROUP(70, lpass_slimbus, cdc_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1498
PINGROUP(71, lpass_slimbus0, cdc_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1499
PINGROUP(72, lpass_slimbus1, cdc_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1500
PINGROUP(73, cdc_pdm0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1501
PINGROUP(74, cdc_pdm0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1502
PINGROUP(75, wcss_bt, atest_char2, _, ebi_ch0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1503
PINGROUP(76, wcss_wlan2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1504
PINGROUP(77, wcss_wlan1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1505
PINGROUP(78, wcss_wlan0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1506
PINGROUP(79, wcss_wlan, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1507
PINGROUP(80, wcss_wlan, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1508
PINGROUP(81, wcss_fm, ext_lpass, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1509
PINGROUP(82, wcss_fm, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1510
PINGROUP(83, wcss_bt, cri_trng1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1511
PINGROUP(84, wcss_bt, cri_trng0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1512
PINGROUP(85, pri_mi2s, blsp_spi7, blsp_uart7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1513
PINGROUP(86, pri_mi2s, blsp_spi7, blsp_uart7, qdss_tracedata_b, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1514
_, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1516
qdss_tracedata_b, gcc_tlmm, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1517
PINGROUP(88, pri_mi2s, blsp_spi7, blsp_uart7, blsp_i2c7, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1518
_, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1519
PINGROUP(89, dmic0_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1520
PINGROUP(90, dmic0_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1521
PINGROUP(91, _, _, _, _, _, qdss_cti_trig_in_a1, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1522
PINGROUP(92, _, _, _, _, _, qdss_tracedata_b, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1523
PINGROUP(93, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1524
PINGROUP(94, wsa_io, sec_mi2s, pri_mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1525
PINGROUP(95, wsa_io, sec_mi2s, pri_mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1526
PINGROUP(96, blsp_spi8, blsp_uart8, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1527
PINGROUP(97, blsp_spi8, blsp_uart8, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1528
PINGROUP(98, blsp_spi8, blsp_uart8, blsp_i2c8, gcc_plltest, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1529
_, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1530
PINGROUP(99, blsp_spi8, blsp_uart8, blsp_i2c8, gcc_plltest, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1531
_, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1532
PINGROUP(100, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1533
PINGROUP(101, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1534
PINGROUP(102, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1535
PINGROUP(103, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1536
PINGROUP(104, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1537
PINGROUP(105, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1538
PINGROUP(106, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1539
PINGROUP(107, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1540
PINGROUP(108, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1541
PINGROUP(109, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1542
PINGROUP(110, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1543
PINGROUP(111, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1544
PINGROUP(112, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1545
PINGROUP(113, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1546
PINGROUP(114, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1547
PINGROUP(115, _, _, nav_pps_in_a, _, atest_combodac_to_gpio_native,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1548
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1549
PINGROUP(116, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1550
PINGROUP(117, _, modem_tsync, nav_tsync, nav_pps_in_b, nav_pps, _,
drivers/pinctrl/qcom/pinctrl-msm8917.c
1551
_, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1552
PINGROUP(118, _, ebi_cdc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1553
PINGROUP(119, gsm0_tx, _, ebi_cdc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1554
PINGROUP(120, _, atest_char, ebi_cdc, _, atest_tsens, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1555
PINGROUP(121, _, _, _, bimc_dte1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1556
PINGROUP(122, _, ssbi_wtr1, _, _, bimc_dte1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1557
PINGROUP(123, _, ssbi_wtr1, ebi_cdc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1558
PINGROUP(124, coex_uart, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1559
PINGROUP(125, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1560
PINGROUP(126, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1561
PINGROUP(127, coex_uart, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1562
PINGROUP(128, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1563
PINGROUP(129, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1564
PINGROUP(130, blsp8_spi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1565
PINGROUP(131, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1566
PINGROUP(132, qdss_cti_trig_out_a0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8917.c
1567
PINGROUP(133, qdss_cti_trig_out_a1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1631
PINGROUP(0, blsp_spi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1632
PINGROUP(1, blsp_spi1, adsp_ext, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1633
PINGROUP(2, blsp_spi1, blsp_i2c1, prng_rosc, _, _, _, qdss_cti_trig_out_b0, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1634
PINGROUP(3, blsp_spi1, blsp_i2c1, _, _, _, qdss_cti_trig_out_a1, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1635
PINGROUP(4, blsp_spi2, blsp_uart2, ldo_update, _, dac_calib0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1636
PINGROUP(5, blsp_spi2, blsp_uart2, ldo_en, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1637
PINGROUP(6, blsp_spi2, blsp_uart2, blsp_i2c2, gcc_gp1_clk_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1638
PINGROUP(7, blsp_spi2, blsp_uart2, blsp_i2c2, _, atest_gpsadc_dtest0_native, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1639
PINGROUP(8, blsp_spi3, _, _, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1640
PINGROUP(9, blsp_spi3, pwr_modem_enabled_b, _, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1641
PINGROUP(10, blsp_spi3, blsp_i2c3, gcc_gp2_clk_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1642
PINGROUP(11, blsp_spi3, blsp_i2c3, gcc_gp3_clk_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1643
PINGROUP(12, blsp_spi4, blsp_uart4, pwr_nav_enabled_b, _, _,
drivers/pinctrl/qcom/pinctrl-msm8953.c
1644
qdss_tracedata_b, _, dac_calib1, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1645
PINGROUP(13, blsp_spi4, blsp_uart4, pwr_crypto_enabled_b, _, _, _,
drivers/pinctrl/qcom/pinctrl-msm8953.c
1646
qdss_tracedata_b, _, dac_calib2),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1647
PINGROUP(14, blsp_spi4, blsp_uart4, blsp_i2c4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1648
PINGROUP(15, blsp_spi4, blsp_uart4, blsp_i2c4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1649
PINGROUP(16, blsp_spi5, blsp_uart5, _, _, qdss_traceclk_a, _, atest_bbrx1, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1650
PINGROUP(17, blsp_spi5, blsp_uart5, m_voc, qdss_cti_trig_in_a0, _, atest_bbrx0, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1652
qdss_tracectl_a, _, atest_gpsadc_dtest1_native, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1653
PINGROUP(19, blsp_spi5, blsp_uart5, blsp_i2c5, qdss_tracedata_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1654
PINGROUP(20, blsp_spi6, blsp_uart6, _, _, _, qdss_tracectl_b, _, dac_calib15, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1655
PINGROUP(21, blsp_spi6, blsp_uart6, m_voc, _, _, _, qdss_cti_trig_in_b0, _, dac_calib16),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1656
PINGROUP(22, blsp_spi6, blsp_uart6, blsp_i2c6, qdss_traceclk_b, _, atest_wlan0, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1657
PINGROUP(23, blsp_spi6, blsp_uart6, blsp_i2c6, qdss_tracedata_b, _, atest_wlan1, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1658
PINGROUP(24, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1660
qdss_cti_trig_out_b1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1661
PINGROUP(26, cam_mclk, _, _, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1662
PINGROUP(27, cam_mclk, _, _, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1663
PINGROUP(28, cam_mclk, _, _, _, qdss_tracedata_a, _, dac_calib3, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1664
PINGROUP(29, cci_i2c, pwr_modem_enabled_a, _, _, _, qdss_tracedata_a, _, dac_calib4, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1665
PINGROUP(30, cci_i2c, _, _, _, qdss_tracedata_a, _, dac_calib19, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1666
PINGROUP(31, cci_i2c, _, _, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1667
PINGROUP(32, cci_i2c, _, _, _, qdss_tracedata_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1668
PINGROUP(33, cci_timer0, _, _, _, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1669
PINGROUP(34, cci_timer1, _, _, _, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1670
PINGROUP(35, cci_timer2, blsp1_spi, pwr_nav_enabled_a, _, _, _, qdss_tracedata_a, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1671
PINGROUP(36, cci_timer3, blsp1_spi, _, pwr_crypto_enabled_a, _, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1672
PINGROUP(37, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1673
PINGROUP(38, cci_async, _, qdss_tracedata_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1674
PINGROUP(39, _, _, _, qdss_tracedata_a, _, dac_calib5, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1675
PINGROUP(40, _, _, qdss_tracedata_a, _, dac_calib6, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1676
PINGROUP(41, cci_timer4, blsp3_spi, gcc_gp1_clk_b, _, _,
drivers/pinctrl/qcom/pinctrl-msm8953.c
1677
qdss_cti_trig_out_a0, _, dac_calib7, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1678
PINGROUP(42, gcc_gp1_clk_a, qdss_tracedata_b, _, dac_calib8, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1679
PINGROUP(43, gcc_gp2_clk_a, qdss_tracedata_b, _, dac_calib9, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1680
PINGROUP(44, gcc_gp3_clk_a, qdss_tracedata_b, _, dac_calib10, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1681
PINGROUP(45, _, qdss_tracedata_b, _, dac_calib11, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1682
PINGROUP(46, qdss_tracedata_b, _, dac_calib12, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1683
PINGROUP(47, blsp6_spi, qdss_tracedata_b, _, dac_calib13, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1684
PINGROUP(48, blsp6_spi, _, qdss_cti_trig_in_b1, _, dac_calib14, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1685
PINGROUP(49, uim_batt, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1686
PINGROUP(50, blsp3_spi, sd_write, _, _, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1687
PINGROUP(51, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1688
PINGROUP(52, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1689
PINGROUP(53, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1690
PINGROUP(54, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1691
PINGROUP(55, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1692
PINGROUP(56, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1693
PINGROUP(57, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1694
PINGROUP(58, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1695
PINGROUP(59, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1696
PINGROUP(60, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1697
PINGROUP(61, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1698
PINGROUP(62, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1699
PINGROUP(63, atest_char3, dbg_out, bimc_dte0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1700
PINGROUP(64, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1701
PINGROUP(65, bimc_dte0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1702
PINGROUP(66, sec_mi2s_mclk_b, pri_mi2s, _, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1703
PINGROUP(67, cdc_pdm0, atest_char1, ebi_cdc, _, dac_calib17, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1704
PINGROUP(68, cdc_pdm0, atest_char0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1705
PINGROUP(69, cdc_pdm0, pri_mi2s_mclk_b, ebi_cdc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1706
PINGROUP(70, lpass_slimbus, cdc_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1707
PINGROUP(71, lpass_slimbus0, cdc_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1708
PINGROUP(72, lpass_slimbus1, cdc_pdm0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1709
PINGROUP(73, cdc_pdm0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1710
PINGROUP(74, cdc_pdm0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1711
PINGROUP(75, wcss_bt, atest_char2, _, ebi_ch0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1712
PINGROUP(76, wcss_wlan2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1713
PINGROUP(77, wcss_wlan1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1714
PINGROUP(78, wcss_wlan0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1715
PINGROUP(79, wcss_wlan, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1716
PINGROUP(80, wcss_wlan, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1717
PINGROUP(81, wcss_fm, ext_lpass, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1718
PINGROUP(82, wcss_fm, mss_lte, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1719
PINGROUP(83, wcss_bt, mss_lte, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1720
PINGROUP(84, wcss_bt, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1721
PINGROUP(85, pbs0, cri_trng0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1722
PINGROUP(86, pbs1, cri_trng1, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1723
PINGROUP(87, pbs2, cri_trng, qdss_tracedata_b, gcc_tlmm, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1724
PINGROUP(88, pri_mi2s, _, _, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1725
PINGROUP(89, dmic0_clk, blsp7_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1726
PINGROUP(90, dmic0_data, blsp7_spi, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1727
PINGROUP(91, pri_mi2s, _, _, _, qdss_cti_trig_in_a1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1728
PINGROUP(92, pri_mi2s_ws, _, _, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1729
PINGROUP(93, pri_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1730
PINGROUP(94, wsa_io, pri_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1731
PINGROUP(95, wsa_io, pri_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1732
PINGROUP(96, blsp_spi8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1733
PINGROUP(97, blsp_spi8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1734
PINGROUP(98, blsp_i2c8, blsp_spi8, gcc_plltest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1735
PINGROUP(99, blsp_i2c8, blsp_spi8, gcc_plltest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1736
PINGROUP(100, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1737
PINGROUP(101, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1738
PINGROUP(102, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1739
PINGROUP(103, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1740
PINGROUP(104, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1741
PINGROUP(105, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1742
PINGROUP(106, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1743
PINGROUP(107, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1744
PINGROUP(108, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1745
PINGROUP(109, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1746
PINGROUP(110, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1747
PINGROUP(111, _, _, nav_pps_in_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1748
PINGROUP(112, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1749
PINGROUP(113, _, nav_pps_in_b, nav_pps, modem_tsync, nav_tsync, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1750
PINGROUP(114, _, ssbi_wtr1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1751
PINGROUP(115, _, gsm1_tx, _, dac_calib18, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1752
PINGROUP(116, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1753
PINGROUP(117, gsm0_tx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1754
PINGROUP(118, _, ebi_cdc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1755
PINGROUP(119, _, ebi_cdc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1756
PINGROUP(120, _, atest_char, ebi_cdc, _, atest_tsens, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1757
PINGROUP(121, _, _, _, bimc_dte1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1758
PINGROUP(122, _, _, _, bimc_dte1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1759
PINGROUP(123, _, ssbi_wtr1, ebi_cdc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1760
PINGROUP(124, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1761
PINGROUP(125, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1762
PINGROUP(126, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1763
PINGROUP(127, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1764
PINGROUP(128, cam_mclk, _, dac_calib20, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1765
PINGROUP(129, ddr_bist, _, dac_calib21, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1766
PINGROUP(130, ddr_bist, _, dac_calib22, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1767
PINGROUP(131, ddr_bist, _, dac_calib23, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1768
PINGROUP(132, ddr_bist, _, dac_calib24, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1769
PINGROUP(133, _, dac_calib25, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1770
PINGROUP(134, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1771
PINGROUP(135, sec_mi2s, blsp_spi7, blsp_i2c7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1772
PINGROUP(136, sec_mi2s, blsp_spi7, blsp_i2c7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1773
PINGROUP(137, sec_mi2s, blsp_spi7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1774
PINGROUP(138, sec_mi2s, blsp_spi7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1775
PINGROUP(139, tsens_max, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1776
PINGROUP(140, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8953.c
1777
PINGROUP(141, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1342
PINGROUP(0, EAST, blsp_spi1, blsp_uart1_a, blsp_uim1_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1343
PINGROUP(1, EAST, blsp_spi1, blsp_uart1_a, blsp_uim1_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1344
PINGROUP(2, EAST, blsp_spi1, blsp_uart1_a, blsp_i2c1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1345
PINGROUP(3, EAST, blsp_spi1, blsp_uart1_a, blsp_i2c1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1346
PINGROUP(4, WEST, blsp_spi8, blsp_uart8_a, blsp_uim8_a, _, qdss_cti0_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1347
PINGROUP(5, WEST, blsp_spi8, blsp_uart8_a, blsp_uim8_a, _, qdss_cti0_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1348
PINGROUP(6, WEST, blsp_spi8, blsp_uart8_a, blsp_i2c8, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1349
PINGROUP(7, WEST, blsp_spi8, blsp_uart8_a, blsp_i2c8, ddr_bist, _, atest_tsens2, atest_usb1, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1350
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
1351
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
1354
PINGROUP(12, EAST, mdp_vsync, m_voc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1355
PINGROUP(13, EAST, cam_mclk, pll_bypassnl, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1356
PINGROUP(14, EAST, cam_mclk, pll_reset, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1357
PINGROUP(15, EAST, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1358
PINGROUP(16, EAST, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1359
PINGROUP(17, EAST, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1360
PINGROUP(18, EAST, cci_i2c, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1361
PINGROUP(19, EAST, cci_i2c, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1362
PINGROUP(20, EAST, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1363
PINGROUP(21, EAST, cci_timer0, _, qdss, vsense_data0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1364
PINGROUP(22, EAST, cci_timer1, _, qdss, vsense_data1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1365
PINGROUP(23, EAST, cci_timer2, blsp1_spi_b, qdss, vsense_mode, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1366
PINGROUP(24, EAST, cci_timer3, cci_async, blsp1_spi_a, _, qdss, vsense_clkout, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1367
PINGROUP(25, EAST, cci_timer4, cci_async, blsp2_spi, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1368
PINGROUP(26, EAST, cci_async, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1369
PINGROUP(27, EAST, blsp1_spi_a, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1370
PINGROUP(28, EAST, blsp1_spi_b, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1371
PINGROUP(29, EAST, blsp2_spi, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1372
PINGROUP(30, EAST, hdmi_rcv, blsp2_spi, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1373
PINGROUP(31, EAST, hdmi_cec, blsp_spi2, blsp_uart2_a, blsp_uim2_a, pwr_modem, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1374
PINGROUP(32, EAST, hdmi_ddc, blsp_spi2, blsp_uart2_a, blsp_i2c2, pwr_nav, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1375
PINGROUP(33, EAST, hdmi_ddc, blsp_spi2, blsp_uart2_a, blsp_i2c2, pwr_crypto, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1376
PINGROUP(34, EAST, hdmi_hot, edp_hot, blsp_spi2, blsp_uart2_a, blsp_uim2_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1377
PINGROUP(35, NORTH, pci_e0, jitter_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1378
PINGROUP(36, NORTH, pci_e0, agera_pll, _, atest_tsens, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1379
PINGROUP(37, NORTH, agera_pll, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1380
PINGROUP(38, WEST, usb_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1381
PINGROUP(39, WEST, lpass_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1382
PINGROUP(40, EAST, sd_write, tsif0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1383
PINGROUP(41, EAST, blsp_spi6, blsp_uart3_b, blsp_uim3_b, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1384
PINGROUP(42, EAST, blsp_spi6, blsp_uart3_b, blsp_uim3_b, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1385
PINGROUP(43, EAST, blsp_spi6, blsp_uart3_b, blsp_i2c6, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1386
PINGROUP(44, EAST, blsp_spi6, blsp_uart3_b, blsp_i2c6, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1387
PINGROUP(45, EAST, blsp_spi3, blsp_uart3_a, blsp_uim3_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1388
PINGROUP(46, EAST, blsp_spi3, blsp_uart3_a, blsp_uim3_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1389
PINGROUP(47, EAST, blsp_spi3, blsp_uart3_a, blsp_i2c3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1390
PINGROUP(48, EAST, blsp_spi3, blsp_uart3_a, blsp_i2c3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1391
PINGROUP(49, NORTH, blsp_spi9, blsp_uart9_a, blsp_uim9_a, blsp10_spi_b, qdss_cti0_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1392
PINGROUP(50, NORTH, blsp_spi9, blsp_uart9_a, blsp_uim9_a, blsp10_spi_b, qdss_cti0_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1393
PINGROUP(51, NORTH, blsp_spi9, blsp_uart9_a, blsp_i2c9, blsp10_spi_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1394
PINGROUP(52, NORTH, blsp_spi9, blsp_uart9_a, blsp_i2c9, blsp10_spi_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1395
PINGROUP(53, WEST, blsp_spi7, blsp_uart7_a, blsp_uim7_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1396
PINGROUP(54, WEST, blsp_spi7, blsp_uart7_a, blsp_uim7_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1397
PINGROUP(55, WEST, blsp_spi7, blsp_uart7_a, blsp_i2c7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1398
PINGROUP(56, WEST, blsp_spi7, blsp_uart7_a, blsp_i2c7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1399
PINGROUP(57, WEST, qua_mi2s, blsp10_spi, gcc_gp1_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1400
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
1401
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
1402
PINGROUP(60, WEST, qua_mi2s, blsp_spi11, blsp_uart8_b, blsp_i2c11, cri_trng0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1403
PINGROUP(61, WEST, qua_mi2s, blsp_spi11, blsp_uart8_b, blsp_i2c11, cri_trng1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1404
PINGROUP(62, WEST, qua_mi2s, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1405
PINGROUP(63, WEST, qua_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1406
PINGROUP(64, WEST, pri_mi2s, sp_cmu, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1407
PINGROUP(65, WEST, pri_mi2s, blsp_spi10, blsp_uart7_b, blsp_uim7_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1408
PINGROUP(66, WEST, pri_mi2s_ws, blsp_spi10, blsp_uart7_b, blsp_uim7_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1409
PINGROUP(67, WEST, pri_mi2s, blsp_spi10, blsp_uart7_b, blsp_i2c10, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1410
PINGROUP(68, WEST, pri_mi2s, blsp_spi10, blsp_uart7_b, blsp_i2c10, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1411
PINGROUP(69, WEST, spkr_i2s, audio_ref, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1412
PINGROUP(70, WEST, lpass_slimbus, spkr_i2s, blsp9_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1413
PINGROUP(71, WEST, lpass_slimbus, spkr_i2s, blsp9_spi, tsense_pwm1, tsense_pwm2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1414
PINGROUP(72, WEST, lpass_slimbus, spkr_i2s, blsp9_spi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1415
PINGROUP(73, WEST, btfm_slimbus, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1416
PINGROUP(74, WEST, btfm_slimbus, ter_mi2s, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1417
PINGROUP(75, WEST, ter_mi2s, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1418
PINGROUP(76, WEST, ter_mi2s, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1419
PINGROUP(77, WEST, ter_mi2s, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1420
PINGROUP(78, WEST, ter_mi2s, gcc_gp1_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1421
PINGROUP(79, WEST, sec_mi2s, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1422
PINGROUP(80, WEST, sec_mi2s, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1423
PINGROUP(81, WEST, sec_mi2s, blsp_spi12, blsp_uart9_b, blsp_uim9_b, gcc_gp2_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1424
PINGROUP(82, WEST, sec_mi2s, blsp_spi12, blsp_uart9_b, blsp_uim9_b, gcc_gp3_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1425
PINGROUP(83, WEST, sec_mi2s, blsp_spi12, blsp_uart9_b, blsp_i2c12, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1426
PINGROUP(84, WEST, blsp_spi12, blsp_uart9_b, blsp_i2c12, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1427
PINGROUP(85, EAST, blsp_spi5, blsp_uart2_b, blsp_uim2_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1428
PINGROUP(86, EAST, blsp_spi5, blsp_uart2_b, blsp_uim2_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1429
PINGROUP(87, EAST, blsp_spi5, blsp_uart2_b, blsp_i2c5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1430
PINGROUP(88, EAST, blsp_spi5, blsp_uart2_b, blsp_i2c5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1431
PINGROUP(89, EAST, tsif0, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1432
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
1433
PINGROUP(91, EAST, tsif0, sdc4_cmd, tgu_ch1, phase_flag, qdss_cti1_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1434
PINGROUP(92, EAST, tsif1, sdc43, vfr_1, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1435
PINGROUP(93, EAST, tsif1, sdc4_clk, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1436
PINGROUP(94, EAST, tsif1, sdc42, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1437
PINGROUP(95, EAST, tsif1, sdc41, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1438
PINGROUP(96, EAST, tsif1, sdc40, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1439
PINGROUP(97, WEST, _, mdp_vsync_b, ldo_en, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1440
PINGROUP(98, WEST, _, mdp_vsync_b, ldo_update, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1441
PINGROUP(99, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1442
PINGROUP(100, WEST, _, _, blsp_uart8, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1443
PINGROUP(101, WEST, _, blsp_uart8, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1444
PINGROUP(102, WEST, _, blsp11_i2c, prng_rosc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1445
PINGROUP(103, WEST, _, blsp11_i2c, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1446
PINGROUP(104, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1447
PINGROUP(105, NORTH, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1448
PINGROUP(106, NORTH, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1449
PINGROUP(107, NORTH, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1450
PINGROUP(108, NORTH, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1451
PINGROUP(109, NORTH, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1452
PINGROUP(110, NORTH, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1453
PINGROUP(111, NORTH, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1454
PINGROUP(112, NORTH, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1455
PINGROUP(113, NORTH, uim_batt, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1456
PINGROUP(114, WEST, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1457
PINGROUP(115, WEST, _, nav_dr, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1458
PINGROUP(116, WEST, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1459
PINGROUP(117, EAST, phase_flag, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1460
PINGROUP(118, EAST, adsp_ext, phase_flag, qdss, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1461
PINGROUP(119, EAST, phase_flag, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1462
PINGROUP(120, EAST, phase_flag, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1463
PINGROUP(121, EAST, phase_flag, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1464
PINGROUP(122, EAST, phase_flag, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1465
PINGROUP(123, EAST, phase_flag, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1466
PINGROUP(124, EAST, phase_flag, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1467
PINGROUP(125, EAST, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1468
PINGROUP(126, EAST, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1469
PINGROUP(127, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1470
PINGROUP(128, WEST, modem_tsync, nav_pps, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1471
PINGROUP(129, WEST, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1472
PINGROUP(130, NORTH, qlink_request, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1473
PINGROUP(131, NORTH, qlink_enable, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1474
PINGROUP(132, WEST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1475
PINGROUP(133, WEST, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1476
PINGROUP(134, WEST, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1477
PINGROUP(135, WEST, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1478
PINGROUP(136, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1479
PINGROUP(137, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1480
PINGROUP(138, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1481
PINGROUP(139, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1482
PINGROUP(140, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1483
PINGROUP(141, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1484
PINGROUP(142, WEST, _, ssbi1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1485
PINGROUP(143, WEST, isense_dbg, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1486
PINGROUP(144, WEST, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1487
PINGROUP(145, WEST, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1488
PINGROUP(146, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1489
PINGROUP(147, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1490
PINGROUP(148, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-msm8998.c
1491
PINGROUP(149, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1000
[38] = PINGROUP(38, _, _, _, char_exec, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1001
[39] = PINGROUP(39, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1002
[40] = PINGROUP(40, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1003
[41] = PINGROUP(41, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1004
[42] = PINGROUP(42, _, nav_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1005
[43] = PINGROUP(43, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1006
[44] = PINGROUP(44, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1007
[45] = PINGROUP(45, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1008
[46] = PINGROUP(46, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1009
[47] = PINGROUP(47, _, nav_gpio, pbs14, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1010
[48] = PINGROUP(48, _, vfr_1, _, pbs15, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1011
[49] = PINGROUP(49, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1012
[50] = PINGROUP(50, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1013
[51] = PINGROUP(51, _, _, _, pwm_2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1014
[52] = PINGROUP(52, _, nav_gpio, pbs_out, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1015
[53] = PINGROUP(53, _, gsm1_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1016
[54] = PINGROUP(54, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1017
[55] = PINGROUP(55, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1018
[56] = PINGROUP(56, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1019
[57] = PINGROUP(57, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1020
[58] = PINGROUP(58, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1021
[59] = PINGROUP(59, _, ssbi_wtr1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1022
[60] = PINGROUP(60, _, ssbi_wtr1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1023
[61] = PINGROUP(61, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1024
[62] = PINGROUP(62, _, pll_bypassnl, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1025
[63] = PINGROUP(63, pll_reset, _, phase_flag, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1026
[64] = PINGROUP(64, gsm0_tx, _, phase_flag, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1027
[65] = PINGROUP(65, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1028
[66] = PINGROUP(66, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1029
[67] = PINGROUP(67, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1030
[68] = PINGROUP(68, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1031
[69] = PINGROUP(69, qup1, gcc_gp2, qdss_gpio, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1032
[70] = PINGROUP(70, qup1, gcc_gp3, qdss_gpio, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1033
[71] = PINGROUP(71, qup2, dbg_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1034
[72] = PINGROUP(72, uim2_data, qdss_cti, _, pwm_3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1035
[73] = PINGROUP(73, uim2_clk, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1036
[74] = PINGROUP(74, uim2_reset, _, _, pwm_4, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1037
[75] = PINGROUP(75, uim2_present, _, _, pwm_5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1038
[76] = PINGROUP(76, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1039
[77] = PINGROUP(77, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1040
[78] = PINGROUP(78, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1041
[79] = PINGROUP(79, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1042
[80] = PINGROUP(80, qup2, dac_calib, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1043
[81] = PINGROUP(81, mdp_vsync_out_0, mdp_vsync_out_1, mdp_vsync, dac_calib, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1044
[82] = PINGROUP(82, qup0, dac_calib, _, pwm_6, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1045
[83] = PINGROUP(83, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1046
[84] = PINGROUP(84, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1047
[85] = PINGROUP(85, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1048
[86] = PINGROUP(86, qup0, gcc_gp1, atest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1049
[87] = PINGROUP(87, pbs11, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1050
[88] = PINGROUP(88, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1051
[89] = PINGROUP(89, usb_phy, atest, _, pwm_7, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1052
[90] = PINGROUP(90, mss_lte, pbs12, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1053
[91] = PINGROUP(91, mss_lte, pbs13, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1054
[92] = PINGROUP(92, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1055
[93] = PINGROUP(93, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1056
[94] = PINGROUP(94, _, qdss_gpio, wlan1_adc0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1057
[95] = PINGROUP(95, nav_gpio, gp_pdm0, qdss_gpio, wlan1_adc1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1058
[96] = PINGROUP(96, qup4, nav_gpio, mdp_vsync, gp_pdm1, sd_write, jitter_bist, qdss_cti, qdss_cti, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1059
[97] = PINGROUP(97, qup4, nav_gpio, mdp_vsync, gp_pdm2, jitter_bist, qdss_cti, qdss_cti, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1060
[98] = PINGROUP(98, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1061
[99] = PINGROUP(99, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1062
[100] = PINGROUP(100, atest, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1063
[101] = PINGROUP(101, atest, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1064
[102] = PINGROUP(102, _, phase_flag, dac_calib, ddr_pxi2, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1065
[103] = PINGROUP(103, _, phase_flag, dac_calib, ddr_pxi2, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1066
[104] = PINGROUP(104, _, phase_flag, qdss_gpio, dac_calib, ddr_pxi3, _, pwm_8, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1067
[105] = PINGROUP(105, _, phase_flag, qdss_gpio, dac_calib, ddr_pxi3, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1068
[106] = PINGROUP(106, nav_gpio, gcc_gp3, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1069
[107] = PINGROUP(107, nav_gpio, gcc_gp2, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1070
[108] = PINGROUP(108, nav_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1071
[109] = PINGROUP(109, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1072
[110] = PINGROUP(110, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1073
[111] = PINGROUP(111, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1074
[112] = PINGROUP(112, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1075
[113] = PINGROUP(113, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1076
[114] = PINGROUP(114, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1077
[115] = PINGROUP(115, _, pwm_9, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1078
[116] = PINGROUP(116, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1079
[117] = PINGROUP(117, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1080
[118] = PINGROUP(118, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1081
[119] = PINGROUP(119, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1082
[120] = PINGROUP(120, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1083
[121] = PINGROUP(121, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1084
[122] = PINGROUP(122, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1085
[123] = PINGROUP(123, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1086
[124] = PINGROUP(124, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1087
[125] = PINGROUP(125, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
1088
[126] = PINGROUP(126, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
962
[0] = PINGROUP(0, qup0, m_voc, ddr_bist, _, phase_flag, qdss_gpio, atest, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
963
[1] = PINGROUP(1, qup0, mpm_pwr, ddr_bist, _, phase_flag, qdss_gpio, atest, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
964
[2] = PINGROUP(2, qup0, ddr_bist, _, phase_flag, qdss_gpio, dac_calib, atest, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
965
[3] = PINGROUP(3, qup0, ddr_bist, _, phase_flag, qdss_gpio, dac_calib, atest, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
966
[4] = PINGROUP(4, qup1, cri_trng0, _, phase_flag, dac_calib, atest, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
967
[5] = PINGROUP(5, qup1, cri_trng1, _, phase_flag, dac_calib, atest, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
968
[6] = PINGROUP(6, qup2, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
969
[7] = PINGROUP(7, qup2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
970
[8] = PINGROUP(8, qup3, pbs_out, pll_bist, _, qdss_gpio, _, tsense_pwm, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
971
[9] = PINGROUP(9, qup3, pbs_out, pll_bist, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
972
[10] = PINGROUP(10, qup3, agera_pll, _, pbs0, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
973
[11] = PINGROUP(11, qup3, agera_pll, _, pbs1, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
974
[12] = PINGROUP(12, qup4, tgu_ch0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
975
[13] = PINGROUP(13, qup4, tgu_ch1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
976
[14] = PINGROUP(14, qup5, tgu_ch2, _, phase_flag, qdss_gpio, dac_calib, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
977
[15] = PINGROUP(15, qup5, tgu_ch3, _, phase_flag, qdss_gpio, dac_calib, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
978
[16] = PINGROUP(16, qup5, _, phase_flag, qdss_gpio, dac_calib, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
979
[17] = PINGROUP(17, qup5, _, phase_flag, qdss_gpio, dac_calib, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
980
[18] = PINGROUP(18, sdc2_tb, cri_trng, pbs2, qdss_gpio, _, pwm_0, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
981
[19] = PINGROUP(19, sdc1_tb, pbs3, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
982
[20] = PINGROUP(20, cam_mclk, pbs4, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
983
[21] = PINGROUP(21, cam_mclk, adsp_ext, pbs5, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
984
[22] = PINGROUP(22, cci_i2c, prng_rosc, _, pbs6, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
985
[23] = PINGROUP(23, cci_i2c, prng_rosc, _, pbs7, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
986
[24] = PINGROUP(24, cci_timer1, gcc_gp1, _, pbs8, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
987
[25] = PINGROUP(25, cci_async, cci_timer0, _, pbs9, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
988
[26] = PINGROUP(26, _, pbs10, phase_flag, qdss_gpio, dac_calib, atest, vsense_trigger, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
989
[27] = PINGROUP(27, cam_mclk, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
990
[28] = PINGROUP(28, cam_mclk, cci_timer2, qdss_cti, _, pwm_1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
991
[29] = PINGROUP(29, cci_i2c, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
992
[30] = PINGROUP(30, cci_i2c, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
993
[31] = PINGROUP(31, gp_pdm0, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
994
[32] = PINGROUP(32, cci_timer3, gp_pdm1, _, phase_flag, dac_calib, atest, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
995
[33] = PINGROUP(33, gp_pdm2, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
996
[34] = PINGROUP(34, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
997
[35] = PINGROUP(35, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
998
[36] = PINGROUP(36, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcm2290.c
999
[37] = PINGROUP(37, _, _, char_exec, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1490
[0] = PINGROUP(0, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1491
[1] = PINGROUP(1, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1492
[2] = PINGROUP(2, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1493
[3] = PINGROUP(3, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1494
[4] = PINGROUP(4, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1495
[5] = PINGROUP(5, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1496
[6] = PINGROUP(6, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1497
[7] = PINGROUP(7, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1498
[8] = PINGROUP(8, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1499
[9] = PINGROUP(9, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1500
[10] = PINGROUP(10, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1501
[11] = PINGROUP(11, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1502
[12] = PINGROUP(12, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1503
[13] = PINGROUP(13, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1504
[14] = PINGROUP(14, SOUTH, hdmi_tx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1505
[15] = PINGROUP(15, SOUTH, hdmi_ddc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1506
[16] = PINGROUP(16, SOUTH, hdmi_ddc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1507
[17] = PINGROUP(17, NORTH, blsp_uart_tx_a2, blsp_spi2, m_voc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1508
[18] = PINGROUP(18, NORTH, blsp_uart_rx_a2, blsp_spi2, _, _, _, _, _, qdss_tracectl_a, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1509
[19] = PINGROUP(19, NORTH, blsp_uart2, aud_cdc, blsp_i2c_sda_a2, blsp_spi2, _, qdss_tracedata_a, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1510
[20] = PINGROUP(20, NORTH, blsp_uart2, aud_cdc, blsp_i2c_scl_a2, blsp_spi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1511
[21] = PINGROUP(21, SOUTH, m_voc, _, _, _, _, _, _, _, qdss_cti_trig_in_b0),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1512
[22] = PINGROUP(22, NORTH, blsp_uart1, blsp_spi_mosi_a1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1513
[23] = PINGROUP(23, NORTH, blsp_uart1, blsp_spi_miso_a1, _, _, _, _, _, qdss_tracedata_b, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1514
[24] = PINGROUP(24, NORTH, blsp_uart1, blsp_i2c1, blsp_spi_cs_n_a1, gcc_plltest, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1515
[25] = PINGROUP(25, NORTH, blsp_uart1, blsp_i2c1, blsp_spi_clk_a1, gcc_plltest, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1516
[26] = PINGROUP(26, EAST, rgb_data0, blsp_uart5, blsp_spi5, adsp_ext, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1517
[27] = PINGROUP(27, EAST, rgb_data1, blsp_uart5, blsp_spi5, prng_rosc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1518
[28] = PINGROUP(28, EAST, rgb_data2, blsp_uart5, blsp_i2c5, blsp_spi5, gcc_gp1_clk_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1519
[29] = PINGROUP(29, EAST, rgb_data3, blsp_uart5, blsp_i2c5, blsp_spi5, gcc_gp2_clk_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1520
[30] = PINGROUP(30, NORTH, blsp_spi0, blsp_uart0, gcc_gp3_clk_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1521
[31] = PINGROUP(31, NORTH, blsp_spi0, blsp_uart0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1522
[32] = PINGROUP(32, NORTH, blsp_spi0, blsp_uart0, blsp_i2c0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1523
[33] = PINGROUP(33, NORTH, blsp_spi0, blsp_uart0, blsp_i2c0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1524
[34] = PINGROUP(34, SOUTH, _, qdss_traceclk_b, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1525
[35] = PINGROUP(35, SOUTH, pcie_clk, _, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1526
[36] = PINGROUP(36, NORTH, _, _, _, _, _, _, qdss_tracedata_a, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1527
[37] = PINGROUP(37, NORTH, nfc_irq, blsp_spi4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1528
[38] = PINGROUP(38, NORTH, nfc_dwl, blsp_spi4, audio_ts, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1529
[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
1530
[40] = PINGROUP(40, EAST, rgb_data5, spi_lcd, blsp_uart_rx_b2, _, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1531
[41] = PINGROUP(41, EAST, rgb_data0, blsp_i2c_sda_b2, _, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1532
[42] = PINGROUP(42, EAST, rgb_data1, blsp_i2c_scl_b2, _, _, _, _, _, qdss_tracedata_a, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1533
[43] = PINGROUP(43, EAST, rgb_data2, pwm_led11, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1534
[44] = PINGROUP(44, EAST, rgb_data3, pwm_led12, blsp_spi5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1535
[45] = PINGROUP(45, EAST, rgb_data4, pwm_led13, blsp_spi5, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1536
[46] = PINGROUP(46, EAST, rgb_data5, pwm_led14, blsp_spi5, qdss_tracedata_b, _, wlan1_adc1, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1537
[47] = PINGROUP(47, EAST, rgb_data_b0, pwm_led15, blsp_spi_mosi_b1, qdss_tracedata_b, _, wlan1_adc0, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1538
[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
1539
[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
1540
[50] = PINGROUP(50, EAST, rgb_data_b3, pwm_led18, blsp_spi_clk_b1, qdss_tracedata_b, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1541
[51] = PINGROUP(51, EAST, rgb_data_b4, pwm_led19, ext_mclk1_b, qdss_traceclk_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1542
[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
1543
[53] = PINGROUP(53, EAST, rgb_hsync, pwm_led21, i2s_3_ws_b, dbg_out, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1544
[54] = PINGROUP(54, EAST, rgb_vsync, i2s_3_data0_b, ldo_en, bimc_dte0, _, hdmi_dtest, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1545
[55] = PINGROUP(55, EAST, rgb_de, i2s_3_data1_b, _, qdss_tracedata_b, _, hdmi_lbk9, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1546
[56] = PINGROUP(56, EAST, rgb_clk, atest_char1, i2s_3_data2_b, ebi_cdc, _, hdmi_lbk8, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1547
[57] = PINGROUP(57, EAST, rgb_mdp, atest_char0, i2s_3_data3_b, _, hdmi_lbk7, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1548
[58] = PINGROUP(58, EAST, rgb_data_b6, _, ebi_cdc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1549
[59] = PINGROUP(59, EAST, rgb_data_b7, _, hdmi_lbk6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1550
[60] = PINGROUP(60, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1551
[61] = PINGROUP(61, NORTH, rgmii_int, cri_trng1, qdss_tracedata_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1552
[62] = PINGROUP(62, NORTH, rgmii_wol, cri_trng0, qdss_tracedata_b, gcc_tlmm, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1553
[63] = PINGROUP(63, NORTH, rgmii_ck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1554
[64] = PINGROUP(64, NORTH, rgmii_tx, _, hdmi_lbk5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1555
[65] = PINGROUP(65, NORTH, rgmii_tx, _, hdmi_pixel, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1556
[66] = PINGROUP(66, NORTH, rgmii_tx, _, hdmi_rcv, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1557
[67] = PINGROUP(67, NORTH, rgmii_tx, _, hdmi_lbk4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1558
[68] = PINGROUP(68, NORTH, rgmii_ctl, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1559
[69] = PINGROUP(69, NORTH, rgmii_ck, ext_lpass, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1560
[70] = PINGROUP(70, NORTH, rgmii_rx, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1561
[71] = PINGROUP(71, NORTH, rgmii_rx, _, hdmi_lbk3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1562
[72] = PINGROUP(72, NORTH, rgmii_rx, _, hdmi_lbk2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1563
[73] = PINGROUP(73, NORTH, rgmii_rx, _, _, _, _, qdss_cti_trig_out_b1, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1564
[74] = PINGROUP(74, NORTH, rgmii_ctl, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1565
[75] = PINGROUP(75, NORTH, rgmii_mdio, _, hdmi_lbk1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1566
[76] = PINGROUP(76, NORTH, rgmii_mdc, _, _, _, _, _, hdmi_lbk0, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1567
[77] = PINGROUP(77, NORTH, ir_in, wsa_en, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1568
[78] = PINGROUP(78, EAST, rgb_data6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1569
[79] = PINGROUP(79, EAST, rgb_data7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1570
[80] = PINGROUP(80, EAST, rgb_data6, atest_char2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1571
[81] = PINGROUP(81, EAST, rgb_data7, ebi_ch0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1572
[82] = PINGROUP(82, NORTH, blsp_uart3, blsp_spi3, sd_write, _, _, _, _, _, qdss_tracedata_a),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1573
[83] = PINGROUP(83, NORTH, blsp_uart3, blsp_spi3, _, _, _, _, qdss_tracedata_a, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1574
[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
1575
[85] = PINGROUP(85, NORTH, blsp_uart3, blsp_i2c3, blsp_spi3, gcc_gp2_clk_a, qdss_tracedata_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1576
[86] = PINGROUP(86, EAST, ext_mclk0, mclk_in1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1577
[87] = PINGROUP(87, EAST, i2s_1, dsd_clk_a, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1578
[88] = PINGROUP(88, EAST, i2s_1, i2s_1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1579
[89] = PINGROUP(89, EAST, i2s_1, i2s_1, _, _, _, _, _, _, qdss_tracedata_b),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1580
[90] = PINGROUP(90, EAST, i2s_1, i2s_1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1581
[91] = PINGROUP(91, EAST, i2s_1, i2s_1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1582
[92] = PINGROUP(92, EAST, i2s_1, i2s_1, _, _, _, _, _, qdss_cti_trig_in_a1, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1583
[93] = PINGROUP(93, EAST, i2s_1, pwm_led22, i2s_1, _, _, _, _, _, qdss_tracedata_b),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1584
[94] = PINGROUP(94, EAST, i2s_1, pwm_led23, i2s_1, _, qdss_cti_trig_out_a0, _, rgmi_dll2, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1585
[95] = PINGROUP(95, EAST, i2s_1, pwm_led1, i2s_1, _, qdss_cti_trig_out_a1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1586
[96] = PINGROUP(96, EAST, i2s_1, pwm_led2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1587
[97] = PINGROUP(97, EAST, i2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1588
[98] = PINGROUP(98, EAST, i2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1589
[99] = PINGROUP(99, EAST, i2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1590
[100] = PINGROUP(100, EAST, i2s_2, pll_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1591
[101] = PINGROUP(101, EAST, i2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1592
[102] = PINGROUP(102, EAST, i2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1593
[103] = PINGROUP(103, EAST, ext_mclk1_a, mclk_in2, bimc_dte1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1594
[104] = PINGROUP(104, EAST, i2s_3_sck_a, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1595
[105] = PINGROUP(105, EAST, i2s_3_ws_a, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1596
[106] = PINGROUP(106, EAST, i2s_3_data0_a, ebi2_lcd, _, _, ebi_cdc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1597
[107] = PINGROUP(107, EAST, i2s_3_data1_a, ebi2_lcd, _, _, ebi_cdc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1598
[108] = PINGROUP(108, EAST, i2s_3_data2_a, ebi2_lcd, atest_char, pwm_led3, ebi_cdc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1599
[109] = PINGROUP(109, EAST, i2s_3_data3_a, ebi2_lcd, pwm_led4, bimc_dte1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1600
[110] = PINGROUP(110, EAST, i2s_4, ebi2_a, dsd_clk_b, pwm_led5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1601
[111] = PINGROUP(111, EAST, i2s_4, i2s_4, pwm_led6, ebi_cdc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1602
[112] = PINGROUP(112, EAST, i2s_4, i2s_4, pwm_led7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1603
[113] = PINGROUP(113, EAST, i2s_4, i2s_4, pwm_led8, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1604
[114] = PINGROUP(114, EAST, i2s_4, i2s_4, pwm_led24, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1605
[115] = PINGROUP(115, EAST, i2s_4, i2s_4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1606
[116] = PINGROUP(116, EAST, i2s_4, spkr_dac0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1607
[117] = PINGROUP(117, NORTH, blsp_i2c4, blsp_spi4, pwm_led9, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1608
[118] = PINGROUP(118, NORTH, blsp_i2c4, blsp_spi4, pwm_led10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs404.c
1609
[119] = PINGROUP(119, EAST, spdifrx_opt, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1000
[91] = PINGROUP(91, WEST, rgmii, tgu_ch, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1001
[92] = PINGROUP(92, WEST, rgmii, vfr_1, tgu_ch, _, phase_flag, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1002
[93] = PINGROUP(93, WEST, rgmii, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1003
[94] = PINGROUP(94, WEST, rgmii, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1004
[95] = PINGROUP(95, WEST, rgmii, gp_pdm, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1005
[96] = PINGROUP(96, WEST, rgmii, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1006
[97] = PINGROUP(97, WEST, rgmii, mdp_vsync, ldo_en, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1007
[98] = PINGROUP(98, WEST, mdp_vsync, ldo_update, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1008
[99] = PINGROUP(99, EAST, prng_rosc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1009
[100] = PINGROUP(100, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1010
[101] = PINGROUP(101, WEST, emac_gcc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1011
[102] = PINGROUP(102, WEST, rgmii, dp_hot, emac_gcc, prng_rosc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1012
[103] = PINGROUP(103, WEST, rgmii, dp_hot, copy_phase, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1013
[104] = PINGROUP(104, WEST, usb_phy_ps, _, qdss_cti, dp_hot, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1014
[105] = PINGROUP(105, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1015
[106] = PINGROUP(106, EAST, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1016
[107] = PINGROUP(107, EAST, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1017
[108] = PINGROUP(108, SOUTH, mi2s_1, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1018
[109] = PINGROUP(109, SOUTH, mi2s_1, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1019
[110] = PINGROUP(110, SOUTH, wsa_data, mi2s_1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1020
[111] = PINGROUP(111, SOUTH, wsa_clk, mi2s_1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1021
[112] = PINGROUP(112, WEST, rgmii, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1022
[113] = PINGROUP(113, WEST, rgmii, edp_hot, _, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1023
[114] = PINGROUP(114, WEST, rgmii, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1024
[115] = PINGROUP(115, SOUTH, ter_mi2s, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1025
[116] = PINGROUP(116, SOUTH, ter_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1026
[117] = PINGROUP(117, SOUTH, ter_mi2s, _, phase_flag, qdss_gpio, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1027
[118] = PINGROUP(118, SOUTH, ter_mi2s, adsp_ext, _, phase_flag, qdss_gpio, atest_char,
drivers/pinctrl/qcom/pinctrl-qcs615.c
1028
_, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1029
[119] = PINGROUP(119, SOUTH, edp_lcd, _, phase_flag, qdss_gpio, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1030
[120] = PINGROUP(120, SOUTH, m_voc, qdss_gpio, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1031
[121] = PINGROUP(121, SOUTH, mclk1, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
1032
[122] = PINGROUP(122, SOUTH, mclk2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
905
[0] = PINGROUP(0, WEST, qup0, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
906
[1] = PINGROUP(1, WEST, qup0, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
907
[2] = PINGROUP(2, WEST, qup0, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
908
[3] = PINGROUP(3, WEST, qup0, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
909
[4] = PINGROUP(4, WEST, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
910
[5] = PINGROUP(5, WEST, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
911
[6] = PINGROUP(6, EAST, qup1, qdss_gpio, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
913
vsense_trigger_mirnat, atest_usb, ddr_pxi, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
914
[8] = PINGROUP(8, EAST, qup1, gp_pdm, ddr_bist, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
915
[9] = PINGROUP(9, EAST, qup1, ddr_bist, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
916
[10] = PINGROUP(10, EAST, qup1, ddr_bist, _, phase_flag, atest_usb, ddr_pxi, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
917
[11] = PINGROUP(11, EAST, qup1, dbg_out_clk, atest_usb, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
918
[12] = PINGROUP(12, EAST, qup1, jitter_bist, ddr_pxi, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
919
[13] = PINGROUP(13, EAST, qup1, pll_bypassnl, _, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
920
[14] = PINGROUP(14, EAST, qup1, pll_reset_n, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
921
[15] = PINGROUP(15, EAST, qup1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
922
[16] = PINGROUP(16, WEST, qup0, _, wlan, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
923
[17] = PINGROUP(17, WEST, qup0, _, wlan, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
924
[18] = PINGROUP(18, WEST, qup0, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
925
[19] = PINGROUP(19, WEST, qup0, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
926
[20] = PINGROUP(20, SOUTH, qup1, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
927
[21] = PINGROUP(21, SOUTH, qup1, gcc_gp, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
928
[22] = PINGROUP(22, SOUTH, qup1, gcc_gp, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
929
[23] = PINGROUP(23, SOUTH, qup1, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
930
[24] = PINGROUP(24, EAST, hs1_mi2s, sd_write_protect, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
931
[25] = PINGROUP(25, EAST, hs1_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
932
[26] = PINGROUP(26, EAST, cci_async, hs1_mi2s, jitter_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
933
[27] = PINGROUP(27, EAST, hs1_mi2s, pll_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
934
[28] = PINGROUP(28, EAST, cam_mclk, agera_pll, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
935
[29] = PINGROUP(29, EAST, cam_mclk, _, qdss_gpio, atest_tsens, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
936
[30] = PINGROUP(30, EAST, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
937
[31] = PINGROUP(31, EAST, cam_mclk, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
938
[32] = PINGROUP(32, EAST, cci_i2c, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
939
[33] = PINGROUP(33, EAST, cci_i2c, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
940
[34] = PINGROUP(34, EAST, cci_i2c, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
941
[35] = PINGROUP(35, EAST, cci_i2c, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
942
[36] = PINGROUP(36, EAST, hs0_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
943
[37] = PINGROUP(37, EAST, cci_timer, hs0_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
944
[38] = PINGROUP(38, EAST, cci_timer, hs0_mi2s, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
945
[39] = PINGROUP(39, EAST, cci_timer, hs0_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
946
[40] = PINGROUP(40, EAST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
947
[41] = PINGROUP(41, EAST, cci_async, cci_timer, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
948
[42] = PINGROUP(42, EAST, cci_async, cci_timer, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
949
[43] = PINGROUP(43, SOUTH, _, phase_flag, forced_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
950
[44] = PINGROUP(44, EAST, qspi, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
951
[45] = PINGROUP(45, EAST, qspi, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
952
[46] = PINGROUP(46, EAST, qspi, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
953
[47] = PINGROUP(47, EAST, qspi, _, qdss_gpio, wlan, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
954
[48] = PINGROUP(48, EAST, qspi, _, wlan, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
955
[49] = PINGROUP(49, EAST, qspi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
956
[50] = PINGROUP(50, EAST, qspi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
957
[51] = PINGROUP(51, SOUTH, qlink_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
958
[52] = PINGROUP(52, SOUTH, qlink_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
959
[53] = PINGROUP(53, SOUTH, pa_indicator_or, nav_pps_in, nav_pps_out, gps_tx, _,
drivers/pinctrl/qcom/pinctrl-qcs615.c
960
phase_flag, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
961
[54] = PINGROUP(54, SOUTH, _, gps_tx, gp_pdm, _, phase_flag, atest_usb, ddr_pxi, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
962
[55] = PINGROUP(55, SOUTH, _, _, phase_flag, atest_usb, ddr_pxi, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
963
[56] = PINGROUP(56, SOUTH, _, nav_pps_in, nav_pps_out, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
964
[57] = PINGROUP(57, SOUTH, _, nav_pps_in, gps_tx, nav_pps_out, gcc_gp, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
965
[58] = PINGROUP(58, SOUTH, _, gcc_gp, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
966
[59] = PINGROUP(59, SOUTH, _, nav_pps_in, nav_pps_out, gps_tx, gcc_gp, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
967
[60] = PINGROUP(60, SOUTH, _, nav_pps_in, nav_pps_out, gps_tx, cri_trng, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
968
[61] = PINGROUP(61, SOUTH, _, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
969
[62] = PINGROUP(62, SOUTH, _, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
970
[63] = PINGROUP(63, SOUTH, _, _, gp_pdm, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
971
[64] = PINGROUP(64, SOUTH, _, sp_cmu, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
972
[65] = PINGROUP(65, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
973
[66] = PINGROUP(66, SOUTH, _, gp_pdm, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
974
[67] = PINGROUP(67, SOUTH, _, _, _, phase_flag, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
975
[68] = PINGROUP(68, SOUTH, _, _, _, phase_flag, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
976
[69] = PINGROUP(69, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
977
[70] = PINGROUP(70, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
978
[71] = PINGROUP(71, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
979
[72] = PINGROUP(72, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
980
[73] = PINGROUP(73, SOUTH, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
981
[74] = PINGROUP(74, SOUTH, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
982
[75] = PINGROUP(75, SOUTH, uim2, _, phase_flag, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
983
[76] = PINGROUP(76, SOUTH, uim2, _, phase_flag, atest_usb, aoss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
984
[77] = PINGROUP(77, SOUTH, uim1, _, phase_flag, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
985
[78] = PINGROUP(78, SOUTH, uim1, gcc_gp, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
986
[79] = PINGROUP(79, SOUTH, uim1, gp_pdm, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
987
[80] = PINGROUP(80, SOUTH, uim1, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
988
[81] = PINGROUP(81, WEST, rgmii, mdp_vsync, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
989
[82] = PINGROUP(82, WEST, rgmii, mdp_vsync, _, phase_flag, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
990
[83] = PINGROUP(83, WEST, rgmii, mdp_vsync, _, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
991
[84] = PINGROUP(84, SOUTH, _, phase_flag, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
992
[85] = PINGROUP(85, SOUTH, _, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
993
[86] = PINGROUP(86, SOUTH, copy_gp, _, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
994
[87] = PINGROUP(87, SOUTH, _, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
995
[88] = PINGROUP(88, WEST, _, usb0_hs, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs615.c
996
[89] = PINGROUP(89, WEST, emac_phy_intr, pcie_ep_rst, tgu_ch, usb1_hs, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1038
[0] = PINGROUP(0, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1039
[1] = PINGROUP(1, pcie0_clkreq, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1040
[2] = PINGROUP(2, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1041
[3] = PINGROUP(3, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1042
[4] = PINGROUP(4, sgmii_phy, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1043
[5] = PINGROUP(5, emac0_mdc, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1044
[6] = PINGROUP(6, emac0_mdio, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1045
[7] = PINGROUP(7, usb2phy_ac, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1046
[8] = PINGROUP(8, usb2phy_ac, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1047
[9] = PINGROUP(9, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1048
[10] = PINGROUP(10, qup2_se0, emac0_mcg0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1049
[11] = PINGROUP(11, qup2_se0, emac0_mcg1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1050
[12] = PINGROUP(12, qup2_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1051
[13] = PINGROUP(13, qup2_se0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1052
[14] = PINGROUP(14, qup2_se0, tb_trig, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1053
[15] = PINGROUP(15, qup2_se0, _, sailss_ospi, sailss_emac0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1054
[16] = PINGROUP(16, qup2_se0, _, _, sailss_ospi, sailss_emac0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1055
[17] = PINGROUP(17, qup0_se0, qup0_se1, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1056
[18] = PINGROUP(18, qup0_se0, qup0_se1, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1057
[19] = PINGROUP(19, qup0_se1, qup0_se0, cci_timer, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1058
[20] = PINGROUP(20, qup0_se1, qup0_se0, cci_timer, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1059
[21] = PINGROUP(21, qup0_se5, cci_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1060
[22] = PINGROUP(22, pcie1_clkreq, qup0_se5, cci_timer, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1061
[23] = PINGROUP(23, qup0_se5, cci_timer, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1063
emac0_mcg2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1064
[25] = PINGROUP(25, qup0_se3, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1065
[26] = PINGROUP(26, qup0_se3, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1066
[27] = PINGROUP(27, qup0_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1067
[28] = PINGROUP(28, qup0_se3, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1069
tgu_ch2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1071
tgu_ch3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1072
[31] = PINGROUP(31, qup0_se4, cci_i2c_sda, cci_async, emac0_ptp_aux, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1073
[32] = PINGROUP(32, qup0_se4, cci_i2c_scl, emac0_ptp_aux, mdp_vsync, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1074
[33] = PINGROUP(33, qup0_se2, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1075
[34] = PINGROUP(34, qup0_se2, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1076
[35] = PINGROUP(35, qup0_se2, gcc_gp1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1077
[36] = PINGROUP(36, qup0_se2, gcc_gp2, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1078
[37] = PINGROUP(37, qup1_se0, ibi_i3c, qup1_se1, aoss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1079
[38] = PINGROUP(38, qup1_se0, ibi_i3c, qup1_se1, aoss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1080
[39] = PINGROUP(39, qup1_se1, ibi_i3c, qup1_se0, aoss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1081
[40] = PINGROUP(40, qup1_se1, ibi_i3c, qup1_se0, aoss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1082
[41] = PINGROUP(41, qup1_se3, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1083
[42] = PINGROUP(42, qup1_se3, _, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1084
[43] = PINGROUP(43, qup0_se7, _, tgu_ch0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1085
[44] = PINGROUP(44, qup0_se7, _, tgu_ch1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1086
[45] = PINGROUP(45, qup1_se4, hs1_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1087
[46] = PINGROUP(46, qup1_se4, hs1_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1088
[47] = PINGROUP(47, qup1_se4, hs1_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1089
[48] = PINGROUP(48, qup1_se4, hs1_mi2s, edp0_lcd, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1091
ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1092
[50] = PINGROUP(50, qup1_se5, hs2_mi2s, cci_timer, qdss_cti, _, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1093
[51] = PINGROUP(51, qup1_se5, hs2_mi2s, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1094
[52] = PINGROUP(52, qup1_se5, hs2_mi2s, qdss_cti, mdp_vsync, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1095
[53] = PINGROUP(53, ddr_bist, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1096
[54] = PINGROUP(54, cci_i2c_sda, phase_flag, ddr_bist, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1097
[55] = PINGROUP(55, cci_i2c_scl, phase_flag, ddr_bist, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1098
[56] = PINGROUP(56, phase_flag, ddr_bist, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1099
[57] = PINGROUP(57, cci_i2c_sda, prng_rosc0, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1100
[58] = PINGROUP(58, cci_i2c_scl, prng_rosc1, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1101
[59] = PINGROUP(59, cci_i2c_sda, prng_rosc2, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1102
[60] = PINGROUP(60, cci_i2c_scl, prng_rosc3, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1103
[61] = PINGROUP(61, cci_i2c_sda, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1104
[62] = PINGROUP(62, cci_i2c_scl, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1105
[63] = PINGROUP(63, cci_timer, cci_async, qdss_gpio, atest_usb2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1106
[64] = PINGROUP(64, cci_timer, cci_async, qdss_gpio, atest_usb2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1107
[65] = PINGROUP(65, cci_timer, cci_async, qdss_gpio, atest_usb2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1108
[66] = PINGROUP(66, phase_flag, _, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1109
[67] = PINGROUP(67, cam_mclk, vsense_trigger, atest_usb2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1110
[68] = PINGROUP(68, cam_mclk, gcc_gp4, atest_usb2, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1111
[69] = PINGROUP(69, cam_mclk, gcc_gp3, atest_usb2, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1112
[70] = PINGROUP(70, qdss_gpio, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1113
[71] = PINGROUP(71, qdss_gpio, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1114
[72] = PINGROUP(72, qdss_gpio, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1115
[73] = PINGROUP(73, _, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1116
[74] = PINGROUP(74, pll_clk, qdss_gpio, atest_usb2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1117
[75] = PINGROUP(75, _, dbg_out, qdss_gpio, atest_usb2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1118
[76] = PINGROUP(76, gcc_gp5, tsense_pwm4, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1119
[77] = PINGROUP(77, gcc_gp5, tsense_pwm3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1120
[78] = PINGROUP(78, tsense_pwm2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1121
[79] = PINGROUP(79, emac0_ptp_aux, emac0_ptp_pps, emac0_mcg3, _,
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1122
tsense_pwm1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1123
[80] = PINGROUP(80, qup0_se6, mdp0_vsync6, _, atest_usb2, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1124
[81] = PINGROUP(81, qup0_se6, mdp0_vsync7, gcc_gp2, _, atest_usb2, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1125
[82] = PINGROUP(82, qup0_se6, gcc_gp3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1126
[83] = PINGROUP(83, qup0_se6, gcc_gp4, _, atest_usb2, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1127
[84] = PINGROUP(84, qup1_se2, gcc_gp1, _, atest_usb2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1128
[85] = PINGROUP(85, qup1_se2, _, atest_usb2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1129
[86] = PINGROUP(86, qup1_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1130
[87] = PINGROUP(87, qup1_se2, _, atest_usb2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1131
[88] = PINGROUP(88, qup1_se2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1132
[89] = PINGROUP(89, qup1_se6, qup1_se7, mdp0_vsync0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1133
[90] = PINGROUP(90, qup1_se6, qup1_se7, mdp0_vsync1, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1134
[91] = PINGROUP(91, qup1_se7, qup1_se6, mdp0_vsync3, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1135
[92] = PINGROUP(92, qup1_se7, qup1_se6, cri_trng, _, atest_usb2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1136
[93] = PINGROUP(93, atest_char, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1137
[94] = PINGROUP(94, edp0_hot, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1138
[95] = PINGROUP(95, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1139
[96] = PINGROUP(96, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1140
[97] = PINGROUP(97, mi2s_mclk0, jitter_bist, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1141
[98] = PINGROUP(98, mi2s1_sck, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1142
[99] = PINGROUP(99, mi2s1_ws, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1143
[100] = PINGROUP(100, mi2s1_data0, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1144
[101] = PINGROUP(101, mi2s1_data1, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1145
[102] = PINGROUP(102, mi2s2_sck, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1146
[103] = PINGROUP(103, mi2s2_ws, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1147
[104] = PINGROUP(104, mi2s2_data0, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1148
[105] = PINGROUP(105, mi2s2_data1, audio_ref, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1149
[106] = PINGROUP(106, hs0_mi2s, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1150
[107] = PINGROUP(107, hs0_mi2s, pll_bist, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1151
[108] = PINGROUP(108, hs0_mi2s, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1152
[109] = PINGROUP(109, hs0_mi2s, mi2s_mclk1, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1153
[110] = PINGROUP(110, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1154
[111] = PINGROUP(111, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1155
[112] = PINGROUP(112, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1156
[113] = PINGROUP(113, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1157
[114] = PINGROUP(114, phase_flag, _, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1158
[115] = PINGROUP(115, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1159
[116] = PINGROUP(116, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1160
[117] = PINGROUP(117, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1161
[118] = PINGROUP(118, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1162
[119] = PINGROUP(119, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1163
[120] = PINGROUP(120, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1164
[121] = PINGROUP(121, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1165
[122] = PINGROUP(122, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1166
[123] = PINGROUP(123, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1167
[124] = PINGROUP(124, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1168
[125] = PINGROUP(125, phase_flag, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1169
[126] = PINGROUP(126, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1170
[127] = PINGROUP(127, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1171
[128] = PINGROUP(128, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1172
[129] = PINGROUP(129, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1173
[130] = PINGROUP(130, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1174
[131] = PINGROUP(131, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qcs8300.c
1175
[132] = PINGROUP(132, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1026
[0] = PINGROUP(0, qup20, qup21, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1027
[1] = PINGROUP(1, qup20, qup21, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1028
[2] = PINGROUP(2, qup21, qup20, ddr_bist, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1029
tsense_pwm1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1030
[3] = PINGROUP(3, qup21, qup20, ddr_bist, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1031
tsense_pwm2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1032
[4] = PINGROUP(4, qup22, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1033
[5] = PINGROUP(5, qup22, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1034
[6] = PINGROUP(6, qup00, tgu_ch0, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1035
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1036
[7] = PINGROUP(7, qup00, tgu_ch1, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1037
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1038
[8] = PINGROUP(8, qup00, tgu_ch2, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1039
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1040
[9] = PINGROUP(9, qup00, tgu_ch3, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1041
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1042
[10] = PINGROUP(10, qup01, qup02, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1043
[11] = PINGROUP(11, qup01, qup02, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1044
[12] = PINGROUP(12, qup02, qup01, qup17, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1045
[13] = PINGROUP(13, qup02, qup01, qup17, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1046
[14] = PINGROUP(14, qup03, qup04, qup17, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1047
[15] = PINGROUP(15, qup03, qup04, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1048
[16] = PINGROUP(16, qup04, qup03, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1049
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1050
[17] = PINGROUP(17, qup04, qup03, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1051
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1053
_, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1055
_, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1057
phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1059
_, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1060
[22] = PINGROUP(22, qup11, qup12, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1061
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1062
[23] = PINGROUP(23, qup11, qup12, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1063
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1064
[24] = PINGROUP(24, qup12, qup11, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1065
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1066
[25] = PINGROUP(25, qup12, qup11, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1067
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1069
phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1071
phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1073
phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1075
phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1077
phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1079
phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1081
_, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1083
_, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1084
[34] = PINGROUP(34, qup16, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1085
[35] = PINGROUP(35, qup16, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1086
[36] = PINGROUP(36, qup16, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1087
[37] = PINGROUP(37, qup16, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1088
[38] = PINGROUP(38, qup16, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1089
[39] = PINGROUP(39, qup16, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1090
[40] = PINGROUP(40, qup17, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1091
[41] = PINGROUP(41, qup17, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1092
[42] = PINGROUP(42, usb_con_det, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1093
qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1094
[43] = PINGROUP(43, usb_dfp_en, phase_flag, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1095
qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1096
[44] = PINGROUP(44, si5518_int, tgu_ch4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1097
[45] = PINGROUP(45, tgu_ch5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1098
[46] = PINGROUP(46, tgu_ch6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1099
[47] = PINGROUP(47, hardsync_pps_in, tgu_ch7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1100
[48] = PINGROUP(48, tod_pps_in, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1101
[49] = PINGROUP(49, gps_pps_in, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1102
[50] = PINGROUP(50, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1103
[51] = PINGROUP(51, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1104
[52] = PINGROUP(52, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1105
[53] = PINGROUP(53, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1106
[54] = PINGROUP(54, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1107
[55] = PINGROUP(55, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1108
[56] = PINGROUP(56, _, qlink6_wmss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1109
[57] = PINGROUP(57, _, qlink7_wmss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1110
[58] = PINGROUP(58, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1111
[59] = PINGROUP(59, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1112
[60] = PINGROUP(60, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1113
[61] = PINGROUP(61, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1114
[62] = PINGROUP(62, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1115
[63] = PINGROUP(63, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1116
[64] = PINGROUP(64, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1117
[65] = PINGROUP(65, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1118
[66] = PINGROUP(66, qlink0_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1119
[67] = PINGROUP(67, qlink0_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1120
[68] = PINGROUP(68, qlink1_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1121
[69] = PINGROUP(69, qlink1_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1122
[70] = PINGROUP(70, qlink2_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1123
[71] = PINGROUP(71, qlink2_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1124
[72] = PINGROUP(72, qlink3_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1125
[73] = PINGROUP(73, qlink3_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1126
[74] = PINGROUP(74, qlink4_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1127
[75] = PINGROUP(75, qlink4_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1128
[76] = PINGROUP(76, qlink5_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1129
[77] = PINGROUP(77, qlink5_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1130
[78] = PINGROUP(78, qlink6_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1131
[79] = PINGROUP(79, qlink6_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1132
[80] = PINGROUP(80, qlink7_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1133
[81] = PINGROUP(81, qlink7_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1134
[82] = PINGROUP(82, qlink0_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1135
[83] = PINGROUP(83, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1136
[84] = PINGROUP(84, qlink4_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1137
[85] = PINGROUP(85, qlink5_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1138
[86] = PINGROUP(86, eth012_int_n, gcc_gp1, _, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1139
[87] = PINGROUP(87, eth345_int_n, gcc_gp2, _, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1140
[88] = PINGROUP(88, eth6_int_n, smb_alert, gcc_gp3, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1141
qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1142
[89] = PINGROUP(89, phase_flag, cmu_rng, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1143
qdss_gpio, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1145
cmu_rng, _, qdss_gpio,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1146
atest_char, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1148
_, qdss_gpio, atest_char, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1149
[92] = PINGROUP(92, phase_flag, cmu_rng, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1150
qdss_gpio, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1151
[93] = PINGROUP(93, vfr_0, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1152
[94] = PINGROUP(94, vfr_1, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1153
[95] = PINGROUP(95, phase_flag, _, qdss_gpio,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1154
atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1155
[96] = PINGROUP(96, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1156
[97] = PINGROUP(97, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1157
[98] = PINGROUP(98, pll_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1158
[99] = PINGROUP(99, pcie_clkreqn, char_exec, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1159
[100] = PINGROUP(100, char_exec, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1160
[101] = PINGROUP(101, smb_alert, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1161
[102] = PINGROUP(102, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1162
[103] = PINGROUP(103, cmo_pri, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1163
[104] = PINGROUP(104, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1164
[105] = PINGROUP(105, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1165
[106] = PINGROUP(106, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1166
[107] = PINGROUP(107, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1167
[108] = PINGROUP(108, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1168
[109] = PINGROUP(109, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1169
[110] = PINGROUP(110, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1170
[111] = PINGROUP(111, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1171
[112] = PINGROUP(112, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1172
[113] = PINGROUP(113, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1173
[114] = PINGROUP(114, qspi0, tb_trig, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1174
atest_usb, ddr_pxi0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1175
[115] = PINGROUP(115, qspi1, _, atest_usb,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1176
ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1177
[116] = PINGROUP(116, qspi2, _, atest_usb,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1178
ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1179
[117] = PINGROUP(117, qspi3, _, atest_usb,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1180
ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1181
[118] = PINGROUP(118, _, atest_usb, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1182
[119] = PINGROUP(119, _, _, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1183
[120] = PINGROUP(120, _, _, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1184
[121] = PINGROUP(121, _, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1185
[122] = PINGROUP(122, _, ddr_pxi4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1186
[123] = PINGROUP(123, _, ddr_pxi4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1187
[124] = PINGROUP(124, _, ddr_pxi5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1188
[125] = PINGROUP(125, qspi_cs, _, ddr_pxi5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1189
[126] = PINGROUP(126, qspi_clk, _, ddr_pxi6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1190
[127] = PINGROUP(127, _, ddr_pxi6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1191
[128] = PINGROUP(128, qup22, _, ddr_pxi7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1192
[129] = PINGROUP(129, qup22, ddr_pxi7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1194
qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1195
[131] = PINGROUP(131, qup05, qup06, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1197
qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1199
qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1200
[134] = PINGROUP(134, qup08, qup07, gcc_gp1, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1201
qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1202
[135] = PINGROUP(135, qup08, qup07, gcc_gp2, _,
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1203
qdss_cti, vsense_trigger, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1204
[136] = PINGROUP(136, gcc_gp3, dbg_out_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1205
[137] = PINGROUP(137, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1206
[138] = PINGROUP(138, qlink2_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1207
[139] = PINGROUP(139, qlink3_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1208
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1209
[141] = PINGROUP(141, intr_c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1210
[142] = PINGROUP(142, intr_c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1211
[143] = PINGROUP(143, intr_c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1212
[144] = PINGROUP(144, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1213
[145] = PINGROUP(145, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1214
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1215
[147] = PINGROUP(147, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1216
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1217
[149] = PINGROUP(149, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-qdu1000.c
1218
[150] = PINGROUP(150, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1334
[0] = PINGROUP(0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1335
[1] = PINGROUP(1, pcie0_clkreq, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1336
[2] = PINGROUP(2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1337
[3] = PINGROUP(3, pcie1_clkreq, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1338
[4] = PINGROUP(4, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1339
[5] = PINGROUP(5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1341
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1342
[7] = PINGROUP(7, sgmii_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1343
[8] = PINGROUP(8, emac0_mdc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1344
[9] = PINGROUP(9, emac0_mdio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1346
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1348
_, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1350
emac0_mcg0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1351
[13] = PINGROUP(13, qup3_se0, emac0_mcg1, _, _, sail_top, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1352
[14] = PINGROUP(14, qup3_se0, emac0_mcg2, _, _, sail_top, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1353
[15] = PINGROUP(15, qup3_se0, emac0_mcg3, _, _, sail_top, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1354
[16] = PINGROUP(16, qup3_se0, emac1_mcg0, _, _, sail_top, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1355
[17] = PINGROUP(17, qup3_se0, tb_trig, tb_trig, emac1_mcg1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1356
[18] = PINGROUP(18, qup3_se0, emac1_mcg2, _, _, sailss_ospi, sailss_emac0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1357
[19] = PINGROUP(19, qup3_se0, emac1_mcg3, _, _, sailss_ospi, sailss_emac0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1358
[20] = PINGROUP(20, qup0_se0, emac1_mdc, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1359
[21] = PINGROUP(21, qup0_se0, emac1_mdio, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1360
[22] = PINGROUP(22, qup0_se0, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1361
[23] = PINGROUP(23, qup0_se0, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1362
[24] = PINGROUP(24, qup0_se1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1363
[25] = PINGROUP(25, qup0_se1, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1364
[26] = PINGROUP(26, sgmii_phy, qup0_se1, qdss_cti, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1365
[27] = PINGROUP(27, qup0_se1, qdss_cti, phase_flag, _, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1366
[28] = PINGROUP(28, qup0_se3, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1367
[29] = PINGROUP(29, qup0_se3, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1368
[30] = PINGROUP(30, qup0_se3, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1369
[31] = PINGROUP(31, qup0_se3, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1370
[32] = PINGROUP(32, qup0_se4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1371
[33] = PINGROUP(33, qup0_se4, gcc_gp4, _, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1372
[34] = PINGROUP(34, qup0_se4, gcc_gp5, _, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1373
[35] = PINGROUP(35, qup0_se4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1374
[36] = PINGROUP(36, qup0_se2, qup0_se5, phase_flag, tgu_ch2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1375
[37] = PINGROUP(37, qup0_se2, qup0_se5, phase_flag, tgu_ch3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1376
[38] = PINGROUP(38, qup0_se5, qup0_se2, qdss_cti, phase_flag, tgu_ch4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1377
[39] = PINGROUP(39, qup0_se5, qup0_se2, qdss_cti, phase_flag, tgu_ch5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1378
[40] = PINGROUP(40, qup1_se0, qup1_se1, ibi_i3c, mdp1_vsync0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1379
[41] = PINGROUP(41, qup1_se0, qup1_se1, ibi_i3c, mdp1_vsync1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1380
[42] = PINGROUP(42, qup1_se1, qup1_se0, ibi_i3c, mdp1_vsync2, gcc_gp5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1381
[43] = PINGROUP(43, qup1_se1, qup1_se0, ibi_i3c, mdp1_vsync3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1382
[44] = PINGROUP(44, qup1_se2, qup1_se3, edp0_lcd, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1383
[45] = PINGROUP(45, qup1_se2, qup1_se3, edp1_lcd, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1384
[46] = PINGROUP(46, qup1_se3, qup1_se2, mdp1_vsync4, tgu_ch0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1385
[47] = PINGROUP(47, qup1_se3, qup1_se2, mdp1_vsync5, tgu_ch1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1386
[48] = PINGROUP(48, qup1_se4, qdss_cti, edp2_lcd, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1387
[49] = PINGROUP(49, qup1_se4, qdss_cti, edp3_lcd, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1388
[50] = PINGROUP(50, qup1_se4, cci_async, qdss_cti, mdp1_vsync8, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1389
[51] = PINGROUP(51, qup1_se4, qdss_cti, mdp1_vsync6, gcc_gp1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1390
[52] = PINGROUP(52, qup1_se5, cci_timer4, cci_i2c, mdp1_vsync7, gcc_gp2, _, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1391
[53] = PINGROUP(53, qup1_se5, cci_timer5, cci_i2c, gcc_gp3, _, ddr_pxi1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1392
[54] = PINGROUP(54, qup1_se5, cci_timer6, cci_i2c, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1393
[55] = PINGROUP(55, qup1_se5, cci_timer7, cci_i2c, gcc_gp4, _, ddr_pxi2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1395
ddr_bist, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1397
phase_flag, ddr_bist, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1398
[58] = PINGROUP(58, cci_i2c, mdp0_vsync1, ddr_bist, _, atest_usb2, atest_char, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1399
[59] = PINGROUP(59, cci_i2c, mdp0_vsync2, ddr_bist, _, atest_usb2, atest_char, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1400
[60] = PINGROUP(60, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1401
[61] = PINGROUP(61, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1402
[62] = PINGROUP(62, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1403
[63] = PINGROUP(63, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1404
[64] = PINGROUP(64, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1405
[65] = PINGROUP(65, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1406
[66] = PINGROUP(66, cci_i2c, cci_async, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1407
[67] = PINGROUP(67, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1408
[68] = PINGROUP(68, cci_timer0, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1409
[69] = PINGROUP(69, cci_timer1, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1410
[70] = PINGROUP(70, cci_timer2, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1411
[71] = PINGROUP(71, cci_timer3, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1412
[72] = PINGROUP(72, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1413
[73] = PINGROUP(73, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1414
[74] = PINGROUP(74, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1415
[75] = PINGROUP(75, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1416
[76] = PINGROUP(76, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1417
[77] = PINGROUP(77, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1418
[78] = PINGROUP(78, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1419
[79] = PINGROUP(79, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1420
[80] = PINGROUP(80, qup2_se0, ibi_i3c, mdp0_vsync3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1421
[81] = PINGROUP(81, qup2_se0, ibi_i3c, mdp0_vsync4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1422
[82] = PINGROUP(82, qup2_se0, mdp_vsync, gcc_gp1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1423
[83] = PINGROUP(83, qup2_se0, mdp_vsync, gcc_gp2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1424
[84] = PINGROUP(84, qup2_se1, qup2_se5, ibi_i3c, mdp_vsync, gcc_gp3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1425
[85] = PINGROUP(85, qup2_se1, qup2_se5, ibi_i3c, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1426
[86] = PINGROUP(86, qup2_se2, jitter_bist, atest_usb2, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1427
[87] = PINGROUP(87, qup2_se2, pll_clk, atest_usb2, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1428
[88] = PINGROUP(88, qup2_se2, _, atest_usb2, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1429
[89] = PINGROUP(89, qup2_se2, _, atest_usb2, ddr_pxi4, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1430
[90] = PINGROUP(90, qup2_se2, _, atest_usb2, ddr_pxi4, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1431
[91] = PINGROUP(91, qup2_se3, mdp0_vsync5, _, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1432
[92] = PINGROUP(92, qup2_se3, mdp0_vsync6, _, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1433
[93] = PINGROUP(93, qup2_se3, mdp0_vsync7, _, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1434
[94] = PINGROUP(94, qup2_se3, mdp0_vsync8, _, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1435
[95] = PINGROUP(95, qup2_se4, qup2_se6, _, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1436
[96] = PINGROUP(96, qup2_se4, qup2_se6, _, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1437
[97] = PINGROUP(97, qup2_se6, qup2_se4, cri_trng0, _, atest_usb2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1438
[98] = PINGROUP(98, qup2_se6, qup2_se4, phase_flag, cri_trng1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1439
[99] = PINGROUP(99, qup2_se5, qup2_se1, phase_flag, cri_trng, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1440
[100] = PINGROUP(100, qup2_se5, qup2_se1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1441
[101] = PINGROUP(101, edp0_hot, prng_rosc0, tsense_pwm4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1442
[102] = PINGROUP(102, edp1_hot, prng_rosc1, tsense_pwm3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1443
[103] = PINGROUP(103, edp3_hot, prng_rosc2, tsense_pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1444
[104] = PINGROUP(104, edp2_hot, prng_rosc3, tsense_pwm1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1445
[105] = PINGROUP(105, mi2s_mclk0, _, qdss_gpio, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1446
[106] = PINGROUP(106, mi2s1_sck, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1447
[107] = PINGROUP(107, mi2s1_ws, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1448
[108] = PINGROUP(108, mi2s1_data0, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1449
[109] = PINGROUP(109, mi2s1_data1, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1450
[110] = PINGROUP(110, mi2s2_sck, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1451
[111] = PINGROUP(111, mi2s2_ws, phase_flag, _, qdss_gpio, vsense_trigger, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1452
[112] = PINGROUP(112, mi2s2_data0, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1453
[113] = PINGROUP(113, mi2s2_data1, audio_ref, phase_flag, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1454
[114] = PINGROUP(114, hs0_mi2s, pll_bist, phase_flag, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1455
[115] = PINGROUP(115, hs0_mi2s, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1456
[116] = PINGROUP(116, hs0_mi2s, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1457
[117] = PINGROUP(117, hs0_mi2s, mi2s_mclk1, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1458
[118] = PINGROUP(118, hs1_mi2s, _, qdss_gpio, ddr_pxi5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1459
[119] = PINGROUP(119, hs1_mi2s, _, qdss_gpio, ddr_pxi5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1460
[120] = PINGROUP(120, hs1_mi2s, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1461
[121] = PINGROUP(121, hs1_mi2s, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1462
[122] = PINGROUP(122, hs2_mi2s, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1463
[123] = PINGROUP(123, hs2_mi2s, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1464
[124] = PINGROUP(124, hs2_mi2s, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1465
[125] = PINGROUP(125, hs2_mi2s, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1466
[126] = PINGROUP(126, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1467
[127] = PINGROUP(127, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1468
[128] = PINGROUP(128, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1469
[129] = PINGROUP(129, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1470
[130] = PINGROUP(130, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1471
[131] = PINGROUP(131, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1472
[132] = PINGROUP(132, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1473
[133] = PINGROUP(133, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1474
[134] = PINGROUP(134, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1475
[135] = PINGROUP(135, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1476
[136] = PINGROUP(136, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1477
[137] = PINGROUP(137, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1478
[138] = PINGROUP(138, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1479
[139] = PINGROUP(139, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1480
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1481
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1482
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1483
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1484
[144] = PINGROUP(144, dbg_out, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1485
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1486
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1487
[147] = PINGROUP(147, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sa8775p.c
1488
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1277
[0] = PINGROUP(0, qup0, ibi_i3c, jitter_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1278
[1] = PINGROUP(1, qup0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1279
[2] = PINGROUP(2, qup0, qup1, phase_flag29, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1280
[3] = PINGROUP(3, qup0, qup1, phase_flag28, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1281
[4] = PINGROUP(4, qup10, ddr_bist, qdss_gpio6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1282
[5] = PINGROUP(5, qup10, ddr_bist, qdss_gpio7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1283
[6] = PINGROUP(6, qup10, qdss_gpio8, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1284
[7] = PINGROUP(7, qup10, qdss_gpio9, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1285
[8] = PINGROUP(8, qup8, pll_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1286
[9] = PINGROUP(9, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1287
[10] = PINGROUP(10, qup8, qdss_gpio13, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1288
[11] = PINGROUP(11, qup8, qdss_gpio15, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1289
[12] = PINGROUP(12, qup2, mdp_vsync, phase_flag27, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1290
[13] = PINGROUP(13, qup2, mdp_vsync, phase_flag26, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1291
[14] = PINGROUP(14, qup11, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1292
[15] = PINGROUP(15, qup11, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1293
[16] = PINGROUP(16, qup3, phase_flag25, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1294
[17] = PINGROUP(17, qup3, phase_flag24, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1295
[18] = PINGROUP(18, qup3, phase_flag23, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1296
[19] = PINGROUP(19, qup3, phase_flag22, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1297
[20] = PINGROUP(20, qup4, aoss_cti, tgu_ch0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1298
[21] = PINGROUP(21, qup4, aoss_cti, phase_flag21, tgu_ch1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1299
[22] = PINGROUP(22, qup4, qup2, aoss_cti, phase_flag20, tgu_ch2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1300
[23] = PINGROUP(23, qup4, qup2, aoss_cti, phase_flag19, tgu_ch3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1301
[24] = PINGROUP(24, qup7, qdss_gpio0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1302
[25] = PINGROUP(25, qup7, qdss_gpio1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1303
[26] = PINGROUP(26, qup7, qdss_gpio2, atest_usb0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1304
[27] = PINGROUP(27, qup7, qdss_gpio3, atest_usb02, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1305
[28] = PINGROUP(28, qup11, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1306
[29] = PINGROUP(29, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1307
[30] = PINGROUP(30, qup11, qdss_gpio4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1308
[31] = PINGROUP(31, qdss_gpio5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1309
[32] = PINGROUP(32, qspi0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1310
[33] = PINGROUP(33, qspi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1311
[34] = PINGROUP(34, qspi_clk, qup9, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1312
[35] = PINGROUP(35, qspi_cs0, qup9, dp0_hot, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1313
[36] = PINGROUP(36, qspi2, qdss_cti, vsense_trigger, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1314
[37] = PINGROUP(37, qspi3, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1315
[38] = PINGROUP(38, qspi_cs1, qdss_cti, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1316
[39] = PINGROUP(39, qdss_gpio12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1317
[40] = PINGROUP(40, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1318
[41] = PINGROUP(41, qup3, mdp_vsync, phase_flag18, _, ddr_pxi1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1319
[42] = PINGROUP(42, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1320
[43] = PINGROUP(43, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1321
[44] = PINGROUP(44, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1322
[45] = PINGROUP(45, qdss_gpio14, ddr_pxi1, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1323
[46] = PINGROUP(46, ddr_pxi3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1324
[47] = PINGROUP(47, qdss_cti, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1325
[48] = PINGROUP(48, qdss_cti, ddr_pxi2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1326
[49] = PINGROUP(49, mdp_vsync, mdp_vsync0, mdp_vsync1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1327
[50] = PINGROUP(50, mdp_vsync, mdp_vsync2, mdp_vsync3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1328
[51] = PINGROUP(51, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1329
[52] = PINGROUP(52, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1330
[53] = PINGROUP(53, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1331
[54] = PINGROUP(54, pll_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1332
[55] = PINGROUP(55, _, ddr_pxi2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1333
[56] = PINGROUP(56, pcie0_clkreqn, _, ddr_pxi0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1334
[57] = PINGROUP(57, ddr_pxi0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1335
[58] = PINGROUP(58, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1336
[59] = PINGROUP(59, pcie1_clkreqn, dbg_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1337
[60] = PINGROUP(60, cri_trng, atest_usb03, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1338
[61] = PINGROUP(61, qup1, phase_flag17, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1339
[62] = PINGROUP(62, qup1, phase_flag16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1340
[63] = PINGROUP(63, qup6, qdss_gpio10, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1341
[64] = PINGROUP(64, qup6, qdss_gpio11, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1342
[65] = PINGROUP(65, qdss_gpio0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1343
[66] = PINGROUP(66, qdss_gpio1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1344
[67] = PINGROUP(67, cci_i2c, qdss_gpio2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1345
[68] = PINGROUP(68, cci_i2c, qdss_gpio3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1346
[69] = PINGROUP(69, cam_mclk, tb_trig, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1347
[70] = PINGROUP(70, cam_mclk, cri_trng0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1348
[71] = PINGROUP(71, cam_mclk, cri_trng1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1349
[72] = PINGROUP(72, cam_mclk, prng_rosc0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1350
[73] = PINGROUP(73, cam_mclk, prng_rosc1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1351
[74] = PINGROUP(74, cam_mclk, prng_rosc2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1352
[75] = PINGROUP(75, cam_mclk, prng_rosc3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1353
[76] = PINGROUP(76, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1354
[77] = PINGROUP(77, cci_timer0, qdss_gpio4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1355
[78] = PINGROUP(78, cci_timer1, cci_i2c, qdss_gpio5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1356
[79] = PINGROUP(79, cci_timer2, cci_i2c, tmess_prng1, qdss_gpio6, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1357
[80] = PINGROUP(80, cci_timer3, cci_i2c, cci_async, tmess_prng0, qdss_gpio7, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1358
[81] = PINGROUP(81, cci_timer4, cci_i2c, cci_async, tmess_prng3, qdss_gpio8, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1359
[82] = PINGROUP(82, cci_async, qdss_gpio9, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1360
[83] = PINGROUP(83, cci_i2c, tmess_prng2, qdss_gpio10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1361
[84] = PINGROUP(84, cci_i2c, qdss_gpio11, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1362
[85] = PINGROUP(85, cci_i2c, qdss_gpio12, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1363
[86] = PINGROUP(86, cci_i2c, qdss_gpio13, tsense_pwm1, tsense_pwm2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1364
[87] = PINGROUP(87, cci_i2c, qdss_gpio14, atest_char3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1365
[88] = PINGROUP(88, cci_i2c, qdss_gpio15, atest_char2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1366
[89] = PINGROUP(89, cci_i2c, qdss_gpio, atest_char1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1367
[90] = PINGROUP(90, cci_i2c, qdss_gpio, atest_char0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1368
[91] = PINGROUP(91, cci_i2c, qup6, ibi_i3c, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1369
[92] = PINGROUP(92, cci_i2c, qup6, ibi_i3c, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1370
[93] = PINGROUP(93, qup0, phase_flag11, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1371
[94] = PINGROUP(94, qup4, phase_flag10, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1372
[95] = PINGROUP(95, qup5, phase_flag9, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1373
[96] = PINGROUP(96, qup5, phase_flag8, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1374
[97] = PINGROUP(97, qup5, phase_flag7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1375
[98] = PINGROUP(98, qup5, phase_flag6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1376
[99] = PINGROUP(99, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1377
[100] = PINGROUP(100, usb0_phy, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1378
[101] = PINGROUP(101, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1379
[102] = PINGROUP(102, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1380
[103] = PINGROUP(103, ext_mclk1, audio_ref, dp0_hot, ddr_bist, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1381
[104] = PINGROUP(104, ext_mclk0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1382
[105] = PINGROUP(105, i2s0_sck, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1383
[106] = PINGROUP(106, i2s0_data0, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1384
[107] = PINGROUP(107, i2s0_data1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1385
[108] = PINGROUP(108, i2s0_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1386
[109] = PINGROUP(109, qup9, qdss_gpio, atest_usb01, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1387
[110] = PINGROUP(110, qup9, qdss_gpio, atest_usb00, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1388
[111] = PINGROUP(111, host2wlan_sol, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1389
[112] = PINGROUP(112, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1390
[113] = PINGROUP(113, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1391
[114] = PINGROUP(114, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1392
[115] = PINGROUP(115, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1393
[116] = PINGROUP(116, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1394
[117] = PINGROUP(117, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1395
[118] = PINGROUP(118, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1396
[119] = PINGROUP(119, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1397
[120] = PINGROUP(120, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1398
[121] = PINGROUP(121, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1399
[122] = PINGROUP(122, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1400
[123] = PINGROUP(123, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1401
[124] = PINGROUP(124, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1402
[125] = PINGROUP(125, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1403
[126] = PINGROUP(126, phase_flag3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1404
[127] = PINGROUP(127, phase_flag2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1405
[128] = PINGROUP(128, phase_flag1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1406
[129] = PINGROUP(129, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1407
[130] = PINGROUP(130, gcc_gp2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1408
[131] = PINGROUP(131, gcc_gp3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1409
[132] = PINGROUP(132, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1410
[133] = PINGROUP(133, phase_flag0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1411
[134] = PINGROUP(134, phase_flag12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1412
[135] = PINGROUP(135, gcc_gp2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1413
[136] = PINGROUP(136, gcc_gp3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1414
[137] = PINGROUP(137, phase_flag15, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1415
[138] = PINGROUP(138, phase_flag14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1416
[139] = PINGROUP(139, phase_flag13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1417
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1418
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1419
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1420
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1421
[144] = PINGROUP(144, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1422
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1423
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1424
[147] = PINGROUP(147, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1425
[148] = PINGROUP(148, phase_flag31, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1426
[149] = PINGROUP(149, phase_flag30, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1427
[150] = PINGROUP(150, phase_flag5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1428
[151] = PINGROUP(151, phase_flag4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1429
[152] = PINGROUP(152, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1430
[153] = PINGROUP(153, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1431
[154] = PINGROUP(154, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sar2130p.c
1432
[155] = PINGROUP(155, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1000
[15] = PINGROUP(15, SOUTH, cam_mclk, qup02_i2c, qup02_uart, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1001
[16] = PINGROUP(16, SOUTH, cam_mclk, qup02_i2c, qup02_uart, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1002
[17] = PINGROUP(17, SOUTH, cci_i2c, _, phase_flag, qdss, _, wlan1_adc0, atest_usb12, ddr_pxi1, atest_char),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1003
[18] = PINGROUP(18, SOUTH, cci_i2c, agera_pll, _, phase_flag, qdss, vsense_trigger, ddr_pxi0, atest_char3, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1004
[19] = PINGROUP(19, SOUTH, cci_i2c, _, phase_flag, qdss, atest_char2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1005
[20] = PINGROUP(20, SOUTH, cci_i2c, _, phase_flag, qdss, atest_char1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1006
[21] = PINGROUP(21, NORTH, cci_timer0, gcc_gp2, _, qdss, atest_char0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1007
[22] = PINGROUP(22, NORTH, cci_timer1, gcc_gp3, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1008
[23] = PINGROUP(23, SOUTH, cci_timer2, cam_mclk, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1009
[24] = PINGROUP(24, SOUTH, cci_timer3, cci_async, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1010
[25] = PINGROUP(25, SOUTH, cci_timer4, cci_async, qup05, _, phase_flag, qdss, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1011
[26] = PINGROUP(26, SOUTH, cci_async, qup05, _, phase_flag, qdss, atest_tsens, atest_usb11, ddr_pxi2, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1012
[27] = PINGROUP(27, SOUTH, cci_i2c, qup05, PLL_BIST, _, phase_flag, qdss, ddr_pxi0, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1013
[28] = PINGROUP(28, SOUTH, cci_i2c, qup05, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1014
[29] = PINGROUP(29, NORTH, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1015
[30] = PINGROUP(30, SOUTH, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1016
[31] = PINGROUP(31, NORTH, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1017
[32] = PINGROUP(32, NORTH, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1018
[33] = PINGROUP(33, NORTH, sd_write, _, phase_flag, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1019
[34] = PINGROUP(34, SOUTH, qup00, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1020
[35] = PINGROUP(35, SOUTH, qup00, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1021
[36] = PINGROUP(36, SOUTH, qup00, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1022
[37] = PINGROUP(37, SOUTH, qup00, gp_pdm0, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1023
[38] = PINGROUP(38, SOUTH, qup03, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1024
[39] = PINGROUP(39, SOUTH, qup03, _, phase_flag, atest_tsens2, wlan2_adc1, atest_usb1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1025
[40] = PINGROUP(40, SOUTH, qup03, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1026
[41] = PINGROUP(41, SOUTH, qup03, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1027
[42] = PINGROUP(42, NORTH, qup12, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1028
[43] = PINGROUP(43, NORTH, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1029
[44] = PINGROUP(44, NORTH, qup12, _, phase_flag, qdss_cti, wlan1_adc1, atest_usb13, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1030
[45] = PINGROUP(45, NORTH, qup12, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1031
[46] = PINGROUP(46, NORTH, qup13_i2c, qup13_uart, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1032
[47] = PINGROUP(47, NORTH, qup13_i2c, qup13_uart, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1033
[48] = PINGROUP(48, NORTH, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1034
[49] = PINGROUP(49, WEST, mi2s_1, btfm_slimbus, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1035
[50] = PINGROUP(50, WEST, mi2s_1, btfm_slimbus, gp_pdm1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1036
[51] = PINGROUP(51, WEST, mi2s_1, btfm_slimbus, atest_usb2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1037
[52] = PINGROUP(52, WEST, mi2s_1, btfm_slimbus, atest_usb23, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1038
[53] = PINGROUP(53, WEST, mi2s_0, qup15, qdss, atest_usb22, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1039
[54] = PINGROUP(54, WEST, mi2s_0, qup15, qdss, atest_usb21, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1040
[55] = PINGROUP(55, WEST, mi2s_0, qup15, qdss, atest_usb20, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1041
[56] = PINGROUP(56, WEST, mi2s_0, qup15, gcc_gp1, _, phase_flag, qdss, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1042
[57] = PINGROUP(57, WEST, lpass_ext, audio_ref, jitter_bist, gp_pdm2, _, phase_flag, qdss, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1043
[58] = PINGROUP(58, WEST, lpass_ext, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1044
[59] = PINGROUP(59, NORTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1045
[60] = PINGROUP(60, NORTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1046
[61] = PINGROUP(61, NORTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1047
[62] = PINGROUP(62, NORTH, qup10, tgu_ch3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1048
[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
1049
[64] = PINGROUP(64, NORTH, qspi_data, mi2s_2, tgu_ch1, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1050
[65] = PINGROUP(65, NORTH, qspi_data, mi2s_2, vfr_1, tgu_ch2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1051
[66] = PINGROUP(66, NORTH, qspi_data, mi2s_2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1052
[67] = PINGROUP(67, NORTH, qspi_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1053
[68] = PINGROUP(68, NORTH, qspi_cs, qup10, gp_pdm0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1054
[69] = PINGROUP(69, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1055
[70] = PINGROUP(70, NORTH, _, _, mdp_vsync, ldo_en, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1056
[71] = PINGROUP(71, NORTH, _, mdp_vsync, ldo_update, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1057
[72] = PINGROUP(72, NORTH, qspi_cs, qup10, prng_rosc, _, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1058
[73] = PINGROUP(73, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1059
[74] = PINGROUP(74, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1060
[75] = PINGROUP(75, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1061
[76] = PINGROUP(76, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1062
[77] = PINGROUP(77, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1063
[78] = PINGROUP(78, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1064
[79] = PINGROUP(79, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1065
[80] = PINGROUP(80, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1066
[81] = PINGROUP(81, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1067
[82] = PINGROUP(82, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1068
[83] = PINGROUP(83, WEST, _, _V_GPIO, _V_PPS_IN, _V_PPS_OUT, gps_tx, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1069
[84] = PINGROUP(84, WEST, _, _V_GPIO, _V_PPS_IN, _V_PPS_OUT, gps_tx, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1070
[85] = PINGROUP(85, WEST, uim_batt, dp_hot, aoss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1071
[86] = PINGROUP(86, NORTH, qup14, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1072
[87] = PINGROUP(87, NORTH, qup14, adsp_ext, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1073
[88] = PINGROUP(88, NORTH, qup14, qdss, tsense_pwm1, tsense_pwm2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1074
[89] = PINGROUP(89, NORTH, qup14, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1075
[90] = PINGROUP(90, NORTH, qup14, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1076
[91] = PINGROUP(91, NORTH, qup14, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1077
[92] = PINGROUP(92, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1078
[93] = PINGROUP(93, NORTH, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1079
[94] = PINGROUP(94, SOUTH, qup01, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1080
[95] = PINGROUP(95, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1081
[96] = PINGROUP(96, WEST, qlink_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1082
[97] = PINGROUP(97, WEST, qlink_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1083
[98] = PINGROUP(98, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1084
[99] = PINGROUP(99, WEST, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1085
[100] = PINGROUP(100, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1086
[101] = PINGROUP(101, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1087
[102] = PINGROUP(102, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1088
[103] = PINGROUP(103, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1089
[104] = PINGROUP(104, WEST, usb_phy, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1090
[105] = PINGROUP(105, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1091
[106] = PINGROUP(106, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1092
[107] = PINGROUP(107, WEST, _, _V_GPIO, _V_PPS_IN, _V_PPS_OUT, gps_tx, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1093
[108] = PINGROUP(108, SOUTH, mss_lte, _, phase_flag, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1094
[109] = PINGROUP(109, SOUTH, mss_lte, gps_tx, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1095
[110] = PINGROUP(110, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1096
[111] = PINGROUP(111, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1097
[112] = PINGROUP(112, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1098
[113] = PINGROUP(113, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1099
[114] = PINGROUP(114, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1100
[115] = PINGROUP(115, WEST, qup04_i2c, qup04_uart, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1101
[116] = PINGROUP(116, WEST, qup04_i2c, qup04_uart, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1102
[117] = PINGROUP(117, WEST, dp_hot, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
1103
[118] = PINGROUP(118, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
985
[0] = PINGROUP(0, SOUTH, qup01, cri_trng, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
986
[1] = PINGROUP(1, SOUTH, qup01, cri_trng, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
987
[2] = PINGROUP(2, SOUTH, qup01, cri_trng, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
988
[3] = PINGROUP(3, SOUTH, qup01, sp_cmu, dbg_out, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
989
[4] = PINGROUP(4, NORTH, sdc1_tb, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
990
[5] = PINGROUP(5, NORTH, sdc2_tb, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
991
[6] = PINGROUP(6, NORTH, qup11_i2c, qup11_uart, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
992
[7] = PINGROUP(7, NORTH, qup11_i2c, qup11_uart, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
993
[8] = PINGROUP(8, NORTH, gp_pdm1, ddr_bist, _, phase_flag, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
994
[9] = PINGROUP(9, NORTH, ddr_bist, _, phase_flag, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
995
[10] = PINGROUP(10, NORTH, mdp_vsync, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
996
[11] = PINGROUP(11, NORTH, mdp_vsync, edp_lcd, _, phase_flag, ddr_pxi2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
997
[12] = PINGROUP(12, SOUTH, mdp_vsync, m_voc, qup01, _, phase_flag, wlan2_adc0, atest_usb10, ddr_pxi3, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
998
[13] = PINGROUP(13, SOUTH, cam_mclk, pll_bypassnl, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7180.c
999
[14] = PINGROUP(14, SOUTH, cam_mclk, pll_reset, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
80
LPI_PINGROUP(0, 0, swr_tx_clk, qua_mi2s_sclk, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
81
LPI_PINGROUP(1, 2, swr_tx_data, qua_mi2s_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
82
LPI_PINGROUP(2, 4, swr_tx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
83
LPI_PINGROUP(3, 8, swr_rx_clk, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
84
LPI_PINGROUP(4, 10, swr_rx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
85
LPI_PINGROUP(5, 12, swr_rx_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
86
LPI_PINGROUP(6, LPI_NO_SLEW, dmic1_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
87
LPI_PINGROUP(7, LPI_NO_SLEW, dmic1_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
88
LPI_PINGROUP(8, LPI_NO_SLEW, dmic2_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
89
LPI_PINGROUP(9, LPI_NO_SLEW, dmic2_data, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
90
LPI_PINGROUP(10, 16, i2s2_clk, wsa_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
91
LPI_PINGROUP(11, 18, i2s2_ws, wsa_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
92
LPI_PINGROUP(12, LPI_NO_SLEW, dmic3_clk, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
93
LPI_PINGROUP(13, LPI_NO_SLEW, dmic3_data, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280-lpass-lpi.c
94
LPI_PINGROUP(14, 6, swr_tx_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1271
[0] = PINGROUP(0, qup00, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1272
[1] = PINGROUP(1, qup00, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1273
[2] = PINGROUP(2, qup00, qup07, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1274
[3] = PINGROUP(3, qup00, qup07, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1275
[4] = PINGROUP(4, qup01, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1276
[5] = PINGROUP(5, qup01, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1277
[6] = PINGROUP(6, qup01, qup07, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1278
[7] = PINGROUP(7, qup01, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1279
[8] = PINGROUP(8, qup02, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1280
[9] = PINGROUP(9, qup02, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1281
[10] = PINGROUP(10, qup02, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1282
[11] = PINGROUP(11, qup02, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1283
[12] = PINGROUP(12, qup03, qspi_data, sdc40, tb_trig, phase_flag, qdss, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1284
[13] = PINGROUP(13, qup03, qspi_data, sdc41, tb_trig, phase_flag, qdss, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1285
[14] = PINGROUP(14, qup03, qspi_clk, sdc4_clk, mdp_vsync, phase_flag, ddr_pxi0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1286
[15] = PINGROUP(15, qup03, qspi_cs, tb_trig, phase_flag, qdss_cti, ddr_pxi0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1287
[16] = PINGROUP(16, qup04, qspi_data, sdc42, mdp_vsync, phase_flag, qdss_cti, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1288
[17] = PINGROUP(17, qup04, qspi_data, sdc43, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1289
[18] = PINGROUP(18, qup04, _, phase_flag, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1290
[19] = PINGROUP(19, qup04, qspi_cs, sdc4_cmd, _, phase_flag, qdss_cti, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1291
[20] = PINGROUP(20, qup05, cci_timer0, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1292
[21] = PINGROUP(21, qup05, cci_timer1, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1293
[22] = PINGROUP(22, qup05, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1294
[23] = PINGROUP(23, qup05, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1295
[24] = PINGROUP(24, qup06, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1296
[25] = PINGROUP(25, qup06, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1297
[26] = PINGROUP(26, qup06, host2wlan_sol, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1298
[27] = PINGROUP(27, qup06, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1299
[28] = PINGROUP(28, qup07, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1300
[29] = PINGROUP(29, qup07, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1301
[30] = PINGROUP(30, qup07, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1302
[31] = PINGROUP(31, qup07, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1303
[32] = PINGROUP(32, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1304
[33] = PINGROUP(33, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1305
[34] = PINGROUP(34, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1306
[35] = PINGROUP(35, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1307
[36] = PINGROUP(36, qup11, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1308
[37] = PINGROUP(37, qup11, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1309
[38] = PINGROUP(38, qup11, qup14, dbg_out, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1310
[39] = PINGROUP(39, qup11, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1311
[40] = PINGROUP(40, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1312
[41] = PINGROUP(41, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1313
[42] = PINGROUP(42, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1314
[43] = PINGROUP(43, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1315
[44] = PINGROUP(44, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1316
[45] = PINGROUP(45, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1317
[46] = PINGROUP(46, qup13, edp_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1318
[47] = PINGROUP(47, qup13, dp_hot, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1319
[48] = PINGROUP(48, qup14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1320
[49] = PINGROUP(49, qup14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1321
[50] = PINGROUP(50, qup14, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1322
[51] = PINGROUP(51, qup14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1323
[52] = PINGROUP(52, qup15, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1324
[53] = PINGROUP(53, qup15, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1325
[54] = PINGROUP(54, qup15, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1326
[55] = PINGROUP(55, qup15, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1327
[56] = PINGROUP(56, qup16, ddr_bist, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1328
[57] = PINGROUP(57, qup16, ddr_bist, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1329
[58] = PINGROUP(58, qup16, ddr_bist, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1330
[59] = PINGROUP(59, qup16, ddr_bist, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1331
[60] = PINGROUP(60, qup17, edp_hot, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1332
[61] = PINGROUP(61, qup17, sd_write, phase_flag, tsense_pwm1, tsense_pwm2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1333
[62] = PINGROUP(62, qup17, qup16, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1334
[63] = PINGROUP(63, qup17, qup16, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1335
[64] = PINGROUP(64, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1336
[65] = PINGROUP(65, cam_mclk, tgu_ch0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1337
[66] = PINGROUP(66, cam_mclk, pll_bypassnl, tgu_ch1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1338
[67] = PINGROUP(67, cam_mclk, pll_reset, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1339
[68] = PINGROUP(68, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1340
[69] = PINGROUP(69, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1341
[70] = PINGROUP(70, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1342
[71] = PINGROUP(71, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1343
[72] = PINGROUP(72, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1344
[73] = PINGROUP(73, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1345
[74] = PINGROUP(74, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1346
[75] = PINGROUP(75, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1347
[76] = PINGROUP(76, cci_i2c, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1348
[77] = PINGROUP(77, cci_timer2, gcc_gp2, _, atest_usb13, atest_char0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1349
[78] = PINGROUP(78, cci_timer3, cci_async, gcc_gp3, _, atest_usb12, atest_char1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1350
[79] = PINGROUP(79, cci_timer4, cci_async, pcie1_clkreqn, mdp_vsync, jitter_bist, atest_usb11, atest_char2, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1351
[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
1352
[81] = PINGROUP(81, mdp_vsync, dp_lcd, mdp_vsync2, mdp_vsync3, mdp_vsync5, atest_usb1, atest_char, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1353
[82] = PINGROUP(82, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1354
[83] = PINGROUP(83, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1355
[84] = PINGROUP(84, usb2phy_ac, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1356
[85] = PINGROUP(85, usb2phy_ac, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1357
[86] = PINGROUP(86, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1358
[87] = PINGROUP(87, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1359
[88] = PINGROUP(88, pcie0_clkreqn, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1360
[89] = PINGROUP(89, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1361
[90] = PINGROUP(90, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1362
[91] = PINGROUP(91, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1363
[92] = PINGROUP(92, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1364
[93] = PINGROUP(93, cam_mclk, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1365
[94] = PINGROUP(94, lpass_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1366
[95] = PINGROUP(95, lpass_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1367
[96] = PINGROUP(96, pri_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1368
[97] = PINGROUP(97, mi2s0_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1369
[98] = PINGROUP(98, mi2s0_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1370
[99] = PINGROUP(99, mi2s0_data1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1371
[100] = PINGROUP(100, mi2s0_ws, _, vsense_trigger, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1372
[101] = PINGROUP(101, mi2s2_sck, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1373
[102] = PINGROUP(102, mi2s2_data0, _, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1374
[103] = PINGROUP(103, mi2s2_ws, vfr_1, _, _, qdss, _, atest_usb03, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1375
[104] = PINGROUP(104, mi2s2_data1, _, _, qdss, _, atest_usb02, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1376
[105] = PINGROUP(105, sec_mi2s, mi2s1_data1, audio_ref, gcc_gp1, _, qdss, atest_usb01, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1377
[106] = PINGROUP(106, mi2s1_sck, gcc_gp2, _, qdss, atest_usb00, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1378
[107] = PINGROUP(107, mi2s1_data0, gcc_gp3, _, qdss, atest_usb0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1379
[108] = PINGROUP(108, mi2s1_ws, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1380
[109] = PINGROUP(109, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1381
[110] = PINGROUP(110, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1382
[111] = PINGROUP(111, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1383
[112] = PINGROUP(112, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1384
[113] = PINGROUP(113, uim0_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1385
[114] = PINGROUP(114, uim0_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1386
[115] = PINGROUP(115, uim0_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1387
[116] = PINGROUP(116, uim0_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1388
[117] = PINGROUP(117, _, mss_grfc0, cmu_rng3, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1389
[118] = PINGROUP(118, _, mss_grfc1, cmu_rng2, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1390
[119] = PINGROUP(119, _, mss_grfc2, cmu_rng1, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1391
[120] = PINGROUP(120, _, mss_grfc3, cmu_rng0, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1392
[121] = PINGROUP(121, _, mss_grfc4, cri_trng0, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1393
[122] = PINGROUP(122, _, mss_grfc5, cri_trng1, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1394
[123] = PINGROUP(123, _, mss_grfc6, prng_rosc, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1395
[124] = PINGROUP(124, _, mss_grfc7, cri_trng, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1396
[125] = PINGROUP(125, _, mss_grfc8, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1397
[126] = PINGROUP(126, _, mss_grfc9, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1398
[127] = PINGROUP(127, coex_uart1, mss_grfc10, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1399
[128] = PINGROUP(128, coex_uart1, mss_grfc11, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1400
[129] = PINGROUP(129, nav_gpio0, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1401
[130] = PINGROUP(130, nav_gpio1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1402
[131] = PINGROUP(131, mss_grfc12, nav_gpio2, pa_indicator, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1403
[132] = PINGROUP(132, mss_grfc0, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1404
[133] = PINGROUP(133, qlink0_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1405
[134] = PINGROUP(134, qlink0_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1406
[135] = PINGROUP(135, qlink0_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1407
[136] = PINGROUP(136, qlink1_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1408
[137] = PINGROUP(137, qlink1_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1409
[138] = PINGROUP(138, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1410
[139] = PINGROUP(139, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1411
[140] = PINGROUP(140, usb_phy, pll_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1412
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1413
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1414
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1415
[144] = PINGROUP(144, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1416
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1417
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1418
[147] = PINGROUP(147, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1419
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1420
[149] = PINGROUP(149, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1421
[150] = PINGROUP(150, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1422
[151] = PINGROUP(151, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1423
[152] = PINGROUP(152, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1424
[153] = PINGROUP(153, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1425
[154] = PINGROUP(154, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1426
[155] = PINGROUP(155, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1427
[156] = PINGROUP(156, qdss_cti, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1428
[157] = PINGROUP(157, qdss_cti, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1429
[158] = PINGROUP(158, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1430
[159] = PINGROUP(159, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1431
[160] = PINGROUP(160, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1432
[161] = PINGROUP(161, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1433
[162] = PINGROUP(162, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1434
[163] = PINGROUP(163, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1435
[164] = PINGROUP(164, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1436
[165] = PINGROUP(165, qdss_cti, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1437
[166] = PINGROUP(166, qdss_cti, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1438
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1439
[168] = PINGROUP(168, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1440
[169] = PINGROUP(169, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1441
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1442
[171] = PINGROUP(171, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1443
[172] = PINGROUP(172, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1444
[173] = PINGROUP(173, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc7280.c
1445
[174] = PINGROUP(174, qdss, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1371
[0] = PINGROUP(0, WEST, qup0, cci_i2c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1372
[1] = PINGROUP(1, WEST, qup0, cci_i2c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1373
[2] = PINGROUP(2, WEST, qup0, cci_i2c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1374
[3] = PINGROUP(3, WEST, qup0, cci_i2c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1375
[4] = PINGROUP(4, WEST, qup6, rgmii, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1376
[5] = PINGROUP(5, WEST, qup6, rgmii, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1377
[6] = PINGROUP(6, WEST, qup6, rgmii, qup_l6, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1378
[7] = PINGROUP(7, WEST, qup6, debug_hot, rgmii, qup_l5, _, phase_flag, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1379
[8] = PINGROUP(8, EAST, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1380
[9] = PINGROUP(9, EAST, mdp_vsync, qup10, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1381
[10] = PINGROUP(10, EAST, edp_hot, m_voc, mdp_vsync, qup10, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1382
[11] = PINGROUP(11, EAST, edp_lcd, qup10, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1383
[12] = PINGROUP(12, EAST, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1384
[13] = PINGROUP(13, EAST, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1385
[14] = PINGROUP(14, EAST, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1386
[15] = PINGROUP(15, EAST, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1387
[16] = PINGROUP(16, EAST, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1388
[17] = PINGROUP(17, EAST, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1389
[18] = PINGROUP(18, EAST, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1390
[19] = PINGROUP(19, EAST, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1391
[20] = PINGROUP(20, EAST, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1392
[21] = PINGROUP(21, EAST, cci_timer0, gcc_gp2, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1393
[22] = PINGROUP(22, EAST, cci_timer1, gcc_gp3, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1394
[23] = PINGROUP(23, EAST, cci_timer2, qup18, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1395
[24] = PINGROUP(24, EAST, cci_timer3, cci_async, qup18, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1396
[25] = PINGROUP(25, EAST, cam_mclk, cci_async, qup18, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1397
[26] = PINGROUP(26, EAST, cci_async, qup18, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1398
[27] = PINGROUP(27, EAST, qup15, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1399
[28] = PINGROUP(28, EAST, qup15, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1400
[29] = PINGROUP(29, EAST, qup15, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1401
[30] = PINGROUP(30, EAST, qup15, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1402
[31] = PINGROUP(31, EAST, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1403
[32] = PINGROUP(32, EAST, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1404
[33] = PINGROUP(33, EAST, cci_i2c, qup_l5, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1405
[34] = PINGROUP(34, EAST, cci_i2c, qup_l6, dbg_out, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1406
[35] = PINGROUP(35, SOUTH, pci_e0, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1407
[36] = PINGROUP(36, SOUTH, pci_e0, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1408
[37] = PINGROUP(37, SOUTH, qup_l6, agera_pll, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1409
[38] = PINGROUP(38, SOUTH, usb0_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1410
[39] = PINGROUP(39, EAST, qup9, cci_i2c, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1411
[40] = PINGROUP(40, EAST, qup9, cci_i2c, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1412
[41] = PINGROUP(41, EAST, qup9, cci_i2c, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1413
[42] = PINGROUP(42, EAST, qup9, cci_i2c, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1414
[43] = PINGROUP(43, EAST, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1415
[44] = PINGROUP(44, EAST, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1416
[45] = PINGROUP(45, EAST, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1417
[46] = PINGROUP(46, EAST, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1418
[47] = PINGROUP(47, EAST, qup14, usb2phy_ac, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1419
[48] = PINGROUP(48, EAST, qup14, usb2phy_ac, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1420
[49] = PINGROUP(49, EAST, qup14, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1421
[50] = PINGROUP(50, EAST, qup14, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1422
[51] = PINGROUP(51, WEST, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1423
[52] = PINGROUP(52, WEST, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1424
[53] = PINGROUP(53, WEST, qup4, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1425
[54] = PINGROUP(54, WEST, qup4, _, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1426
[55] = PINGROUP(55, WEST, qup17, qspi1_cs, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1427
[56] = PINGROUP(56, WEST, qup17, qspi1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1428
[57] = PINGROUP(57, WEST, qup17, qspi1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1429
[58] = PINGROUP(58, WEST, usb1_phy, qup17, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1430
[59] = PINGROUP(59, WEST, rgmii, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1431
[60] = PINGROUP(60, EAST, gps, nav_pps, nav_pps, qup_l4, mdp_vsync, atest_usb1, ddr_pxi, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1432
[61] = PINGROUP(61, EAST, qlink, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1433
[62] = PINGROUP(62, EAST, qlink, atest_tsens2, atest_usb1, ddr_pxi, vsense_trigger, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1434
[63] = PINGROUP(63, EAST, wmss_reset, _, atest_usb1, ddr_pxi, wlan1_adc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1435
[64] = PINGROUP(64, EAST, grfc, _, atest_usb1, ddr_pxi, wlan1_adc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1436
[65] = PINGROUP(65, EAST, grfc, atest_usb1, ddr_pxi, wlan2_adc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1437
[66] = PINGROUP(66, EAST, grfc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1438
[67] = PINGROUP(67, EAST, grfc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1439
[68] = PINGROUP(68, EAST, grfc, pa_indicator, atest_usb3, ddr_pxi, wlan2_adc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1440
[69] = PINGROUP(69, EAST, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1441
[70] = PINGROUP(70, EAST, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1442
[71] = PINGROUP(71, EAST, _, grfc, atest_usb3, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1443
[72] = PINGROUP(72, EAST, _, grfc, atest_usb3, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1444
[73] = PINGROUP(73, EAST, _, grfc, atest_usb3, ddr_pxi, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1445
[74] = PINGROUP(74, EAST, _, grfc, tgu, atest_usb3, ddr_pxi, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1446
[75] = PINGROUP(75, EAST, _, grfc, tgu, atest_usb4, ddr_pxi, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1447
[76] = PINGROUP(76, EAST, _, grfc, gps, nav_pps, nav_pps, tgu, atest_usb4, ddr_pxi, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1448
[77] = PINGROUP(77, EAST, _, grfc, gps, nav_pps, nav_pps, tgu, atest_usb4, ddr_pxi, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1449
[78] = PINGROUP(78, EAST, _, grfc, _, atest_usb4, ddr_pxi, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1450
[79] = PINGROUP(79, EAST, _, grfc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1451
[80] = PINGROUP(80, EAST, _, grfc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1452
[81] = PINGROUP(81, EAST, _, grfc, gps, nav_pps, nav_pps, qdss_cti, _, emac_pps, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1453
[82] = PINGROUP(82, EAST, _, grfc, gps, nav_pps, nav_pps, mdp_vsync, qdss_cti, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1454
[83] = PINGROUP(83, EAST, qup12, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1455
[84] = PINGROUP(84, EAST, qup12, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1456
[85] = PINGROUP(85, EAST, qup12, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1457
[86] = PINGROUP(86, EAST, qup12, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1458
[87] = PINGROUP(87, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1459
[88] = PINGROUP(88, EAST, tsif1, qup8, qspi0_cs, tgu, atest_usb4, ddr_pxi, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1461
[90] = PINGROUP(90, EAST, tsif1, qup8, qspi0, sdc4_cmd, tgu, qdss_cti, atest_usb0, ddr_pxi, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1462
[91] = PINGROUP(91, EAST, tsif1, qup8, qspi0, sdc4, vfr_1, tgu, atest_usb0, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1463
[92] = PINGROUP(92, EAST, tsif2, qup11, qspi0_clk, sdc4_clk, qdss_gpio, atest_usb0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1464
[93] = PINGROUP(93, EAST, tsif2, qup11, qspi0, sdc4, atest_tsens, atest_usb0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1465
[94] = PINGROUP(94, EAST, tsif2, qup11, qspi0_cs, sdc4, _, atest_usb0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1466
[95] = PINGROUP(95, EAST, tsif2, qup11, sdc4, qup_l4, atest_usb2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1467
[96] = PINGROUP(96, WEST, tsif2, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1468
[97] = PINGROUP(97, WEST, sd_write, tsif1, qup_l6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1469
[98] = PINGROUP(98, WEST, qup7, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1470
[99] = PINGROUP(99, WEST, qup7, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1471
[100] = PINGROUP(100, WEST, qup7, pll_bypassnl, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1472
[101] = PINGROUP(101, WEST, qup7, pll_reset, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1473
[102] = PINGROUP(102, SOUTH, pci_e1, _, phase_flag, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1474
[103] = PINGROUP(103, SOUTH, pci_e1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1475
[104] = PINGROUP(104, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1476
[105] = PINGROUP(105, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1477
[106] = PINGROUP(106, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1478
[107] = PINGROUP(107, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1479
[108] = PINGROUP(108, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1480
[109] = PINGROUP(109, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1481
[110] = PINGROUP(110, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1482
[111] = PINGROUP(111, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1483
[112] = PINGROUP(112, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1484
[113] = PINGROUP(113, WEST, uim_batt, usb2phy_ac, aoss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1485
[114] = PINGROUP(114, WEST, qup1, rgmii, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1486
[115] = PINGROUP(115, WEST, qup1, rgmii, adsp_ext, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1487
[116] = PINGROUP(116, WEST, qup1, rgmii, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1488
[117] = PINGROUP(117, WEST, qup1, rgmii, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1489
[118] = PINGROUP(118, WEST, rgmii, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1490
[119] = PINGROUP(119, WEST, qup5, rgmii, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1491
[120] = PINGROUP(120, WEST, qup5, rgmii, _, phase_flag, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1492
[121] = PINGROUP(121, WEST, qup5, rgmii, _, phase_flag, qdss_gpio, atest_usb2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1493
[122] = PINGROUP(122, WEST, qup5, rgmii, _, phase_flag, atest_usb2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1494
[123] = PINGROUP(123, SOUTH, usb2phy_ac, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1495
[124] = PINGROUP(124, SOUTH, emac_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1496
[125] = PINGROUP(125, WEST, hs3_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1497
[126] = PINGROUP(126, WEST, sec_mi2s, qup2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1498
[127] = PINGROUP(127, WEST, sec_mi2s, qup2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1499
[128] = PINGROUP(128, WEST, sec_mi2s, qup2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1500
[129] = PINGROUP(129, WEST, sec_mi2s, qup2, jitter_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1501
[130] = PINGROUP(130, WEST, sec_mi2s, pll_bist, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1502
[131] = PINGROUP(131, WEST, ter_mi2s, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1503
[132] = PINGROUP(132, WEST, ter_mi2s, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1504
[133] = PINGROUP(133, WEST, ter_mi2s, _, qdss_gpio, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1505
[134] = PINGROUP(134, WEST, ter_mi2s, _, qdss_gpio, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1506
[135] = PINGROUP(135, WEST, ter_mi2s, _, qdss_gpio, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1507
[136] = PINGROUP(136, WEST, qua_mi2s, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1508
[137] = PINGROUP(137, WEST, qua_mi2s, gcc_gp2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1509
[138] = PINGROUP(138, WEST, qua_mi2s, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1510
[139] = PINGROUP(139, WEST, qua_mi2s, gcc_gp4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1511
[140] = PINGROUP(140, WEST, qua_mi2s, gcc_gp5, _, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1512
[141] = PINGROUP(141, WEST, qua_mi2s, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1513
[142] = PINGROUP(142, WEST, qua_mi2s, _, _, qdss_cti, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1514
[143] = PINGROUP(143, WEST, pri_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1515
[144] = PINGROUP(144, WEST, pri_mi2s, qup3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1516
[145] = PINGROUP(145, WEST, pri_mi2s_ws, qup3, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1517
[146] = PINGROUP(146, WEST, pri_mi2s, qup3, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1518
[147] = PINGROUP(147, WEST, pri_mi2s, qup3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1519
[148] = PINGROUP(148, WEST, spkr_i2s, audio_ref, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1520
[149] = PINGROUP(149, WEST, lpass_slimbus, spkr_i2s, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1521
[150] = PINGROUP(150, WEST, lpass_slimbus, spkr_i2s, _, phase_flag, tsense_pwm1, tsense_pwm2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1522
[151] = PINGROUP(151, WEST, lpass_slimbus, spkr_i2s, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1523
[152] = PINGROUP(152, WEST, lpass_slimbus, spkr_i2s, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1524
[153] = PINGROUP(153, WEST, btfm_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1525
[154] = PINGROUP(154, WEST, btfm_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1526
[155] = PINGROUP(155, WEST, hs1_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1527
[156] = PINGROUP(156, WEST, hs1_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1528
[157] = PINGROUP(157, WEST, hs1_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1529
[158] = PINGROUP(158, WEST, hs1_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1530
[159] = PINGROUP(159, WEST, hs1_mi2s, cri_trng, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1531
[160] = PINGROUP(160, WEST, hs2_mi2s, cri_trng, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1532
[161] = PINGROUP(161, WEST, hs2_mi2s, qspi1, cri_trng, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1533
[162] = PINGROUP(162, WEST, hs2_mi2s, qspi1, sp_cmu, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1534
[163] = PINGROUP(163, WEST, hs2_mi2s, qspi1_clk, prng_rosc, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1535
[164] = PINGROUP(164, WEST, hs2_mi2s, qspi1_cs, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1536
[165] = PINGROUP(165, WEST, hs3_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1537
[166] = PINGROUP(166, WEST, hs3_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1538
[167] = PINGROUP(167, WEST, hs3_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1539
[168] = PINGROUP(168, WEST, hs3_mi2s, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1540
[169] = PINGROUP(169, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1541
[170] = PINGROUP(170, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1542
[171] = PINGROUP(171, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1543
[172] = PINGROUP(172, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1544
[173] = PINGROUP(173, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1545
[174] = PINGROUP(174, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1546
[175] = PINGROUP(175, SOUTH, pci_e2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1547
[176] = PINGROUP(176, SOUTH, pci_e2, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1548
[177] = PINGROUP_OFFSET(177, SOUTH, 0x1e000, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1549
[178] = PINGROUP_OFFSET(178, SOUTH, 0x1e000, pci_e3, cci_timer4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1550
[179] = PINGROUP_OFFSET(179, SOUTH, 0x1e000, pci_e3, cam_mclk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1551
[180] = PINGROUP_OFFSET(180, SOUTH, 0x1e000, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1552
[181] = PINGROUP_OFFSET(181, SOUTH, 0x1e000, qup19, cam_mclk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1553
[182] = PINGROUP_OFFSET(182, SOUTH, 0x1e000, qup19, cci_timer5, gcc_gp4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1554
[183] = PINGROUP_OFFSET(183, SOUTH, 0x1e000, qup19, cci_timer6, gcc_gp5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1555
[184] = PINGROUP_OFFSET(184, SOUTH, 0x1e000, qup19, cci_timer7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1556
[185] = PINGROUP_OFFSET(185, SOUTH, 0x1e000, cci_timer8, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1557
[186] = PINGROUP_OFFSET(186, SOUTH, 0x1e000, cci_timer9, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1558
[187] = PINGROUP_OFFSET(187, SOUTH, 0x1e000, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1559
[188] = PINGROUP_OFFSET(188, SOUTH, 0x1e000, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8180x.c
1560
[189] = PINGROUP_OFFSET(189, SOUTH, 0x1e000, dp_hot, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
103
LPI_PINGROUP(0, 0, swr_tx_clk, qua_mi2s_sclk, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
104
LPI_PINGROUP(1, 2, swr_tx_data, qua_mi2s_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
105
LPI_PINGROUP(2, 4, swr_tx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
106
LPI_PINGROUP(3, 8, swr_rx_clk, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
107
LPI_PINGROUP(4, 10, swr_rx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
108
LPI_PINGROUP(5, 12, swr_rx_data, ext_mclk1_c, qua_mi2s_data, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
109
LPI_PINGROUP(6, LPI_NO_SLEW, dmic1_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
110
LPI_PINGROUP(7, LPI_NO_SLEW, dmic1_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
111
LPI_PINGROUP(8, LPI_NO_SLEW, dmic2_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
112
LPI_PINGROUP(9, LPI_NO_SLEW, dmic2_data, i2s1_data, ext_mclk1_b, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
113
LPI_PINGROUP(10, 16, i2s2_clk, wsa_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
114
LPI_PINGROUP(11, 18, i2s2_ws, wsa_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
115
LPI_PINGROUP(12, LPI_NO_SLEW, dmic3_clk, i2s3_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
116
LPI_PINGROUP(13, LPI_NO_SLEW, dmic3_data, i2s3_ws, ext_mclk1_a, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
117
LPI_PINGROUP(14, 6, swr_tx_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
118
LPI_PINGROUP(15, 20, i2s2_data, wsa2_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
119
LPI_PINGROUP(16, 22, i2s2_data, wsa2_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
120
LPI_PINGROUP(17, LPI_NO_SLEW, dmic4_clk, i2s3_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp-lpass-lpi.c
121
LPI_PINGROUP(18, LPI_NO_SLEW, dmic4_data, i2s3_data, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1640
[0] = PINGROUP(0, qup12, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1641
[1] = PINGROUP(1, qup12, mdp0_vsync0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1642
[2] = PINGROUP(2, edp_hot, qup12, mdp0_vsync1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1643
[3] = PINGROUP(3, edp_hot, qup12, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1644
[4] = PINGROUP(4, qup14, ibi_i3c, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1645
[5] = PINGROUP(5, qup14, ibi_i3c, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1646
[6] = PINGROUP(6, edp_hot, qup14, cam_mclk, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1647
[7] = PINGROUP(7, edp_hot, qup14, qdss_cti, cam_mclk, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1648
[8] = PINGROUP(8, mdp_vsync, mdp0_vsync2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1649
[9] = PINGROUP(9, usb1_dp, mdp0_vsync3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1650
[10] = PINGROUP(10, cci_i2c, mdp0_vsync4, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1651
[11] = PINGROUP(11, cci_i2c, mdp0_vsync5, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1652
[12] = PINGROUP(12, cci_i2c, mdp0_vsync6, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1653
[13] = PINGROUP(13, cci_i2c, mdp0_vsync7, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1654
[14] = PINGROUP(14, cci_timer2, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1655
[15] = PINGROUP(15, cci_timer3, cci_async, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1656
[16] = PINGROUP(16, cam_mclk, mdp0_vsync8, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1657
[17] = PINGROUP(17, cam_mclk, mdp1_vsync0, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1658
[18] = PINGROUP(18, qup11, mdp1_vsync1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1659
[19] = PINGROUP(19, qup11, mdp1_vsync2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1660
[20] = PINGROUP(20, qup11, dp2_hot, mdp1_vsync3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1661
[21] = PINGROUP(21, qup11, usb0_dp, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1662
[22] = PINGROUP(22, qup10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1663
[23] = PINGROUP(23, qup10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1664
[24] = PINGROUP(24, qup10, usb2phy_ac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1665
[25] = PINGROUP(25, qup10, usb2phy_ac, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1666
[26] = PINGROUP(26, qup13, edp0_lcd, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1667
[27] = PINGROUP(27, qup13, edp1_lcd, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1668
[28] = PINGROUP(28, qup13, edp2_lcd, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1669
[29] = PINGROUP(29, qup13, edp3_lcd, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1670
[30] = PINGROUP(30, qdss_cti, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1671
[31] = PINGROUP(31, qdss_cti, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1672
[32] = PINGROUP(32, usb1_usb4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1673
[33] = PINGROUP(33, cam_mclk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1674
[34] = PINGROUP(34, cam_mclk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1675
[35] = PINGROUP(35, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1676
[36] = PINGROUP(36, qup15, ibi_i3c, mdp1_vsync4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1677
[37] = PINGROUP(37, qup15, ibi_i3c, mdp1_vsync5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1678
[38] = PINGROUP(38, qup15, mdp1_vsync6, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1679
[39] = PINGROUP(39, qup15, mdp1_vsync7, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1680
[40] = PINGROUP(40, mdp1_vsync8, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1681
[41] = PINGROUP(41, qup9, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1682
[42] = PINGROUP(42, qup9, ddr_bist, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1683
[43] = PINGROUP(43, qup8, qup9, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1684
[44] = PINGROUP(44, qup8, qup9, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1685
[45] = PINGROUP(45, qup8, dp3_hot, ddr_bist, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1686
[46] = PINGROUP(46, qup8, ddr_bist, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1687
[47] = PINGROUP(47, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1688
[48] = PINGROUP(48, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1689
[49] = PINGROUP(49, usb1_phy, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1690
[50] = PINGROUP(50, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1691
[51] = PINGROUP(51, usb1_sbtx, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1692
[52] = PINGROUP(52, usb1_sbtx, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1693
[53] = PINGROUP(53, usb1_sbrx, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1694
[54] = PINGROUP(54, emac1_phy, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1695
[55] = PINGROUP(55, emac1_ptp, emac1_ptp, qup19, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1696
[56] = PINGROUP(56, emac1_ptp, emac1_ptp, qup19, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1697
[57] = PINGROUP(57, qup19, emac1_mcg0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1698
[58] = PINGROUP(58, qup19, emac1_mcg1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1699
[59] = PINGROUP(59, qup23, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1700
[60] = PINGROUP(60, qup23, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1701
[61] = PINGROUP(61, qup23, qup17, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1702
[62] = PINGROUP(62, qup23, qup17, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1703
[63] = PINGROUP(63, qup17, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1704
[64] = PINGROUP(64, qup17, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1705
[65] = PINGROUP(65, tsense_pwm4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1706
[66] = PINGROUP(66, qup18, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1707
[67] = PINGROUP(67, qup18, tsense_pwm3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1708
[68] = PINGROUP(68, qup18, emac1_mcg2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1709
[69] = PINGROUP(69, qup18, emac1_mcg3, tsense_pwm2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1710
[70] = PINGROUP(70, qup16, tsense_pwm1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1711
[71] = PINGROUP(71, qup16, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1712
[72] = PINGROUP(72, qup16, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1713
[73] = PINGROUP(73, qup16, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1714
[74] = PINGROUP(74, qspi_clk, sdc4_clk, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1715
[75] = PINGROUP(75, qspi_cs, sdc4_cmd, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1716
[76] = PINGROUP(76, qspi, sdc40, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1717
[77] = PINGROUP(77, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1718
[78] = PINGROUP(78, qspi, sdc42, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1719
[79] = PINGROUP(79, qspi, sdc43, atest_usb, ddr_pxi6, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1720
[80] = PINGROUP(80, mi2s_mclk1, audio_ref, phase_flag, _, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1721
[81] = PINGROUP(81, qup21, qspi_cs, phase_flag, _, vsense_trigger, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1722
[82] = PINGROUP(82, qup21, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1723
[83] = PINGROUP(83, qup21, qup22, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1724
[84] = PINGROUP(84, qup21, qup22, pll_bist, pll_clk, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1725
[85] = PINGROUP(85, qup22, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1726
[86] = PINGROUP(86, qup22, _, pll_clk, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1727
[87] = PINGROUP(87, qup20, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1728
[88] = PINGROUP(88, qup20, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1729
[89] = PINGROUP(89, qup20, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1730
[90] = PINGROUP(90, qup20, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1731
[91] = PINGROUP(91, qup20, hs2_mi2s, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1732
[92] = PINGROUP(92, qup20, hs2_mi2s, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1733
[93] = PINGROUP(93, mi2s0_sck, emac1_ptp, emac1_ptp, phase_flag, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1734
[94] = PINGROUP(94, mi2s0_ws, emac1_ptp, emac1_ptp, phase_flag, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1735
[95] = PINGROUP(95, mi2s0_data0, emac1_ptp, emac1_ptp, phase_flag, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1736
[96] = PINGROUP(96, mi2s0_data1, emac1_ptp, emac1_ptp, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1737
[97] = PINGROUP(97, rgmii_1, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1738
[98] = PINGROUP(98, rgmii_1, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1739
[99] = PINGROUP(99, rgmii_1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1740
[100] = PINGROUP(100, mdp_vsync, rgmii_1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1741
[101] = PINGROUP(101, mdp_vsync, rgmii_1, tgu, atest_usb, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1742
[102] = PINGROUP(102, rgmii_1, tgu, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1743
[103] = PINGROUP(103, rgmii_1, tgu, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1744
[104] = PINGROUP(104, rgmii_1, tgu, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1745
[105] = PINGROUP(105, rgmii_1, tgu, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1746
[106] = PINGROUP(106, rgmii_1, tgu, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1747
[107] = PINGROUP(107, rgmii_1, tgu, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1748
[108] = PINGROUP(108, rgmii_1, tgu, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1749
[109] = PINGROUP(109, rgmii_1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1750
[110] = PINGROUP(110, qup20, rgmii_1, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1751
[111] = PINGROUP(111, qup4, qup5, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1752
[112] = PINGROUP(112, qup4, qup5, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1753
[113] = PINGROUP(113, cci_i2c, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1754
[114] = PINGROUP(114, cci_i2c, gcc_gp2, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1755
[115] = PINGROUP(115, cci_i2c, gcc_gp3, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1756
[116] = PINGROUP(116, cci_i2c, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1757
[117] = PINGROUP(117, cci_i2c, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1758
[118] = PINGROUP(118, cci_i2c, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1759
[119] = PINGROUP(119, cam_mclk, cci_timer0, cci_async, gcc_gp1, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1760
[120] = PINGROUP(120, cam_mclk, cci_timer1, cci_async, gcc_gp2, qdss_gpio, ddr_pxi3, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1761
[121] = PINGROUP(121, qup2, qdss_gpio, _, atest_usb, ddr_pxi0, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1762
[122] = PINGROUP(122, qup2, qdss_gpio, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1763
[123] = PINGROUP(123, qup2, cci_i2c, cmu_rng, ddr_pxi2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1764
[124] = PINGROUP(124, qup2, cci_i2c, cmu_rng, ddr_pxi1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1765
[125] = PINGROUP(125, qup7, dbg_out, ddr_pxi1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1766
[126] = PINGROUP(126, qup7, cmu_rng, ddr_pxi0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1767
[127] = PINGROUP(127, emac0_phy, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1768
[128] = PINGROUP(128, qup7, ibi_i3c, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1769
[129] = PINGROUP(129, qup7, ibi_i3c, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1770
[130] = PINGROUP(130, emac0_ptp, emac0_ptp, sd_write, atest_usb, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1771
[131] = PINGROUP(131, emac0_ptp, emac0_ptp, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1772
[132] = PINGROUP(132, usb0_usb4, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1773
[133] = PINGROUP(133, usb2phy_ac, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1774
[134] = PINGROUP(134, usb2phy_ac, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1775
[135] = PINGROUP(135, qup0, qup3, _, atest_usb, ddr_pxi7, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1776
[136] = PINGROUP(136, qup0, qup3, cmu_rng, ddr_pxi7, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1777
[137] = PINGROUP(137, qup3, qup0, _, atest_usb, ddr_pxi3, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1778
[138] = PINGROUP(138, qup3, qup0, _, atest_usb, ddr_pxi2, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1779
[139] = PINGROUP(139, cci_timer5, gcc_gp3, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1780
[140] = PINGROUP(140, pcie4_clkreq, jitter_bist, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1781
[141] = PINGROUP(141, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1782
[142] = PINGROUP(142, pcie2a_clkreq, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1783
[143] = PINGROUP(143, _, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1784
[144] = PINGROUP(144, pcie2b_clkreq, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1785
[145] = PINGROUP(145, qup5, cci_i2c, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1786
[146] = PINGROUP(146, qup5, cci_i2c, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1787
[147] = PINGROUP(147, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1788
[148] = PINGROUP(148, usb2phy_ac, _, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1789
[149] = PINGROUP(149, usb2phy_ac, gcc_gp1, atest_usb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1790
[150] = PINGROUP(150, pcie3a_clkreq, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1791
[151] = PINGROUP(151, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1792
[152] = PINGROUP(152, pcie3b_clkreq, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1793
[153] = PINGROUP(153, _, tb_trig, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1794
[154] = PINGROUP(154, qup6, ibi_i3c, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1795
[155] = PINGROUP(155, qup6, ibi_i3c, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1796
[156] = PINGROUP(156, qup6, emac0_ptp, emac0_ptp, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1797
[157] = PINGROUP(157, qup6, emac0_ptp, emac0_ptp, tb_trig, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1798
[158] = PINGROUP(158, qup1, emac0_ptp, emac0_ptp, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1799
[159] = PINGROUP(159, qup1, emac0_ptp, emac0_ptp, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1800
[160] = PINGROUP(160, cci_timer9, qup1, cci_async, emac0_mcg0, gcc_gp4, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1801
[161] = PINGROUP(161, cci_timer4, cci_async, qup1, emac0_mcg1, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1802
[162] = PINGROUP(162, cci_timer6, emac0_mcg2, gcc_gp4, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1803
[163] = PINGROUP(163, cci_timer7, emac0_mcg3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1804
[164] = PINGROUP(164, cci_i2c, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1805
[165] = PINGROUP(165, cci_i2c, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1806
[166] = PINGROUP(166, usb0_phy, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1807
[167] = PINGROUP(167, cci_timer8, cci_async, gcc_gp5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1808
[168] = PINGROUP(168, usb0_sbtx, gcc_gp5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1809
[169] = PINGROUP(169, usb0_sbtx, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1810
[170] = PINGROUP(170, usb0_sbrx, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1811
[171] = PINGROUP(171, qup4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1812
[172] = PINGROUP(172, qup4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1813
[173] = PINGROUP(173, qup4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1814
[174] = PINGROUP(174, qup4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1815
[175] = PINGROUP(175, qup4, rgmii_0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1816
[176] = PINGROUP(176, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1817
[177] = PINGROUP(177, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1818
[178] = PINGROUP(178, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1819
[179] = PINGROUP(179, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1820
[180] = PINGROUP(180, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1821
[181] = PINGROUP(181, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1822
[182] = PINGROUP(182, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1823
[183] = PINGROUP(183, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1824
[184] = PINGROUP(184, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1825
[185] = PINGROUP(185, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1826
[186] = PINGROUP(186, rgmii_0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1827
[187] = PINGROUP(187, rgmii_0, cri_trng0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1828
[188] = PINGROUP(188, rgmii_0, cri_trng1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1829
[189] = PINGROUP(189, prng_rosc0, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1830
[190] = PINGROUP(190, cri_trng, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1831
[191] = PINGROUP(191, prng_rosc1, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1832
[192] = PINGROUP(192, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1833
[193] = PINGROUP(193, prng_rosc2, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1834
[194] = PINGROUP(194, prng_rosc3, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1835
[195] = PINGROUP(195, phase_flag, _, qdss_gpio, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1836
[196] = PINGROUP(196, phase_flag, _, qdss_gpio, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1837
[197] = PINGROUP(197, phase_flag, _, qdss_gpio, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1838
[198] = PINGROUP(198, phase_flag, _, qdss_gpio, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1839
[199] = PINGROUP(199, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1840
[200] = PINGROUP(200, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1841
[201] = PINGROUP(201, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1842
[202] = PINGROUP(202, phase_flag, _, qdss_gpio, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1843
[203] = PINGROUP(203, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1844
[204] = PINGROUP(204, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1845
[205] = PINGROUP(205, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1846
[206] = PINGROUP(206, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1847
[207] = PINGROUP(207, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1848
[208] = PINGROUP(208, hs1_mi2s, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1849
[209] = PINGROUP(209, hs1_mi2s, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1850
[210] = PINGROUP(210, hs1_mi2s, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1851
[211] = PINGROUP(211, hs1_mi2s, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1852
[212] = PINGROUP(212, mi2s2_sck, qdss_gpio, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1853
[213] = PINGROUP(213, mi2s2_ws, qdss_gpio, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1854
[214] = PINGROUP(214, mi2s2_data0, qdss_gpio, ddr_pxi5, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1855
[215] = PINGROUP(215, mi2s2_data1, qdss_gpio, emac1_dll0, ddr_pxi5, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1856
[216] = PINGROUP(216, mi2s_mclk1, qdss_gpio, emac0_dll, ddr_pxi4, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1857
[217] = PINGROUP(217, mi2s_mclk2, qdss_gpio, emac0_dll, ddr_pxi4, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1858
[218] = PINGROUP(218, hs2_mi2s, emac1_dll1, ddr_pxi6, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1859
[219] = PINGROUP(219, hs2_mi2s, phase_flag, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1860
[220] = PINGROUP(220, lpass_slimbus, mi2s1_sck, phase_flag, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1861
[221] = PINGROUP(221, lpass_slimbus, mi2s1_ws, phase_flag, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1862
[222] = PINGROUP(222, mi2s1_data0, phase_flag, _, qdss_gpio, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1863
[223] = PINGROUP(223, mi2s1_data1, phase_flag, _, qdss_gpio, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1864
[224] = PINGROUP(224, hs3_mi2s, phase_flag, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1865
[225] = PINGROUP(225, hs3_mi2s, phase_flag, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1866
[226] = PINGROUP(226, hs3_mi2s, phase_flag, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sc8280xp.c
1867
[227] = PINGROUP(227, hs3_mi2s, phase_flag, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
100
LPI_PINGROUP_OFFSET(19, LPI_NO_SLEW, pdm_sync, _, _, _, 0x8010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
101
LPI_PINGROUP_OFFSET(20, LPI_NO_SLEW, pdm_tx, _, _, _, 0x8020),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
102
LPI_PINGROUP_OFFSET(21, LPI_NO_SLEW, pdm_rx, _, _, _, 0x8030),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
103
LPI_PINGROUP_OFFSET(22, LPI_NO_SLEW, comp_rx, _, _, _, 0x8040),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
104
LPI_PINGROUP_OFFSET(23, LPI_NO_SLEW, pdm_rx, _, _, _, 0x8050),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
105
LPI_PINGROUP_OFFSET(24, LPI_NO_SLEW, comp_rx, _, _, _, 0x8060),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
106
LPI_PINGROUP_OFFSET(25, LPI_NO_SLEW, pdm_rx, _, _, _, 0x8070),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
107
LPI_PINGROUP_OFFSET(26, LPI_NO_SLEW, dmic1_clk, _, _, _, 0x9000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
108
LPI_PINGROUP_OFFSET(27, LPI_NO_SLEW, dmic1_data, _, _, _, 0x9010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
109
LPI_PINGROUP_OFFSET(28, LPI_NO_SLEW, dmic2_clk, _, _, _, 0xa000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
110
LPI_PINGROUP_OFFSET(29, LPI_NO_SLEW, dmic2_data, _, _, _, 0xa010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
112
LPI_PINGROUP_OFFSET(30, LPI_NO_SLEW, _, _, _, _, 0xb000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
113
LPI_PINGROUP_OFFSET(31, LPI_NO_SLEW, _, _, _, _, 0xb010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
80
LPI_PINGROUP_OFFSET(0, LPI_NO_SLEW, _, _, _, _, 0x0000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
81
LPI_PINGROUP_OFFSET(1, LPI_NO_SLEW, _, _, _, _, 0x1000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
82
LPI_PINGROUP_OFFSET(2, LPI_NO_SLEW, _, _, _, _, 0x2000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
83
LPI_PINGROUP_OFFSET(3, LPI_NO_SLEW, _, _, _, _, 0x2010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
84
LPI_PINGROUP_OFFSET(4, LPI_NO_SLEW, _, _, _, _, 0x3000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
85
LPI_PINGROUP_OFFSET(5, LPI_NO_SLEW, _, _, _, _, 0x3010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
86
LPI_PINGROUP_OFFSET(6, LPI_NO_SLEW, _, _, _, _, 0x4000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
87
LPI_PINGROUP_OFFSET(7, LPI_NO_SLEW, _, _, _, _, 0x4010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
88
LPI_PINGROUP_OFFSET(8, LPI_NO_SLEW, _, _, _, _, 0x5000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
89
LPI_PINGROUP_OFFSET(9, LPI_NO_SLEW, _, _, _, _, 0x5010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
90
LPI_PINGROUP_OFFSET(10, LPI_NO_SLEW, _, _, _, _, 0x5020),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
91
LPI_PINGROUP_OFFSET(11, LPI_NO_SLEW, _, _, _, _, 0x5030),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
92
LPI_PINGROUP_OFFSET(12, LPI_NO_SLEW, _, _, _, _, 0x6000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
93
LPI_PINGROUP_OFFSET(13, LPI_NO_SLEW, _, _, _, _, 0x6010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
94
LPI_PINGROUP_OFFSET(14, LPI_NO_SLEW, _, _, _, _, 0x7000),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
95
LPI_PINGROUP_OFFSET(15, LPI_NO_SLEW, _, _, _, _, 0x7010),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
96
LPI_PINGROUP_OFFSET(16, LPI_NO_SLEW, _, _, _, _, 0x5040),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
97
LPI_PINGROUP_OFFSET(17, LPI_NO_SLEW, _, _, _, _, 0x5050),
drivers/pinctrl/qcom/pinctrl-sdm660-lpass-lpi.c
99
LPI_PINGROUP_OFFSET(18, LPI_NO_SLEW, pdm_clk, mclk0, _, _, 0x8000),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1279
PINGROUP(0, SOUTH, blsp_spi1, blsp_uart1, blsp_uim1, tgu_ch0, _, _, qdss_gpio4, atest_gpsadc1, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1280
PINGROUP(1, SOUTH, blsp_spi1, blsp_uart1, blsp_uim1, tgu_ch1, _, _, qdss_gpio5, atest_gpsadc0, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1281
PINGROUP(2, SOUTH, blsp_spi1, blsp_uart1, blsp_i2c1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1282
PINGROUP(3, SOUTH, blsp_spi1, blsp_uart1, blsp_i2c1, ddr_bist, _, _, atest_tsens2, atest_usb1, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1283
PINGROUP(4, NORTH, blsp_spi2, blsp_uim2, blsp_uart2, phase_flag3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1284
PINGROUP(5, SOUTH, blsp_spi2, blsp_uim2, blsp_uart2, phase_flag14, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1285
PINGROUP(6, SOUTH, blsp_spi2, blsp_i2c2, blsp_uart2, phase_flag31, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1286
PINGROUP(7, SOUTH, blsp_spi2, blsp_i2c2, blsp_uart2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1287
PINGROUP(8, NORTH, blsp_spi3, ddr_bist, _, _, _, wlan1_adc1, atest_usb13, bimc_dte1, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1288
PINGROUP(9, NORTH, blsp_spi3, ddr_bist, _, _, _, wlan1_adc0, atest_usb12, bimc_dte0, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1289
PINGROUP(10, NORTH, blsp_spi3, blsp_i2c3, ddr_bist, _, _, wlan2_adc1, atest_usb11, bimc_dte1, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1290
PINGROUP(11, NORTH, blsp_spi3, blsp_i2c3, _, dbg_out, wlan2_adc0, atest_usb10, bimc_dte0, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1291
PINGROUP(12, NORTH, blsp_spi4, pri_mi2s, _, phase_flag26, qdss_cti1_b, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1292
PINGROUP(13, NORTH, blsp_spi4, _, pri_mi2s_ws, _, _, phase_flag27, qdss_cti0_b, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1293
PINGROUP(14, NORTH, blsp_spi4, blsp_i2c4, pri_mi2s, _, phase_flag28, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1294
PINGROUP(15, NORTH, blsp_spi4, blsp_i2c4, pri_mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1295
PINGROUP(16, CENTER, blsp_uart5, blsp_spi5, blsp_uim5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1296
PINGROUP(17, CENTER, blsp_uart5, blsp_spi5, blsp_uim5, _, phase_flag5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1297
PINGROUP(18, CENTER, blsp_uart5, blsp_spi5, blsp_i2c5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1298
PINGROUP(19, CENTER, blsp_uart5, blsp_spi5, blsp_i2c5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1299
PINGROUP(20, SOUTH, _, _, blsp_uim6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1300
PINGROUP(21, SOUTH, _, _, blsp_uim6, _, phase_flag11, qdss_cti0_b, vsense_data0, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1301
PINGROUP(22, CENTER, blsp_spi6, _, blsp_i2c6, _, phase_flag12, vsense_data1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1302
PINGROUP(23, CENTER, blsp_spi6, _, blsp_i2c6, _, phase_flag13, vsense_mode, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1303
PINGROUP(24, NORTH, blsp_spi7, blsp_uart6_a, sec_mi2s, sndwire_clk, _, _, phase_flag17, vsense_clkout, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1304
PINGROUP(25, NORTH, blsp_spi7, blsp_uart6_a, sec_mi2s, sndwire_data, _, _, phase_flag18, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1305
PINGROUP(26, NORTH, blsp_spi7, blsp_uart6_a, blsp_i2c7, sec_mi2s, _, phase_flag19, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1306
PINGROUP(27, NORTH, blsp_spi7, blsp_uart6_a, blsp_i2c7, vfr_1, sec_mi2s, _, phase_flag20, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1307
PINGROUP(28, CENTER, blsp_spi8_a, blsp_uart6_b, m_voc, _, phase_flag21, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1308
PINGROUP(29, CENTER, blsp_spi8_a, blsp_uart6_b, _, _, phase_flag22, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1309
PINGROUP(30, CENTER, blsp_spi8_a, blsp_uart6_b, blsp_i2c8_a, blsp_spi3_cs1, _, phase_flag23, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1310
PINGROUP(31, CENTER, blsp_spi8_a, blsp_uart6_b, blsp_i2c8_a, pwr_modem, _, phase_flag24, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1311
PINGROUP(32, SOUTH, cam_mclk, pwr_nav, _, _, qdss_gpio0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1312
PINGROUP(33, SOUTH, cam_mclk, qspi_data0, pwr_crypto, _, _, qdss_gpio1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1313
PINGROUP(34, SOUTH, cam_mclk, qspi_data1, agera_pll, _, _, qdss_gpio2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1314
PINGROUP(35, SOUTH, cam_mclk, qspi_data2, jitter_bist, _, _, qdss_gpio3, _, atest_usb2, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1315
PINGROUP(36, SOUTH, cci_i2c, pll_bypassnl, agera_pll, _, _, qdss_gpio4, atest_tsens, atest_usb21, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1316
PINGROUP(37, SOUTH, cci_i2c, pll_reset, _, _, qdss_gpio5, atest_usb23, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1317
PINGROUP(38, SOUTH, cci_i2c, _, _, qdss_gpio6, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1318
PINGROUP(39, SOUTH, cci_i2c, _, _, qdss_gpio7, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1319
PINGROUP(40, SOUTH, _, _, blsp_spi8_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1320
PINGROUP(41, SOUTH, _, _, blsp_spi8_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1321
PINGROUP(42, SOUTH, mdss_vsync0, mdss_vsync1, mdss_vsync2, mdss_vsync3, _, _, qdss_gpio9, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1322
PINGROUP(43, SOUTH, _, _, qspi_cs, _, _, qdss_gpio10, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1323
PINGROUP(44, SOUTH, _, _, blsp_spi8_b, blsp_i2c8_b, _, _, qdss_gpio11, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1324
PINGROUP(45, SOUTH, cci_async, _, _, qdss_gpio12, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1325
PINGROUP(46, SOUTH, blsp_spi1, _, _, qdss_gpio13, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1326
PINGROUP(47, SOUTH, qspi_clk, _, phase_flag30, qdss_gpio14, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1327
PINGROUP(48, SOUTH, _, phase_flag1, qdss_gpio15, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1328
PINGROUP(49, SOUTH, blsp_spi6, phase_flag2, qdss_cti0_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1329
PINGROUP(50, SOUTH, qspi_cs, _, phase_flag9, qdss_cti0_a, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1330
PINGROUP(51, SOUTH, qspi_data3, _, phase_flag15, qdss_gpio8, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1331
PINGROUP(52, SOUTH, _, blsp_spi8_b, blsp_i2c8_b, blsp_spi6, phase_flag16, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1332
PINGROUP(53, NORTH, _, phase_flag6, qdss_cti1_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1333
PINGROUP(54, NORTH, _, _, phase_flag29, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1334
PINGROUP(55, SOUTH, _, phase_flag25, qdss_cti1_a, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1335
PINGROUP(56, SOUTH, _, phase_flag10, qdss_gpio3, _, atest_usb20, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1336
PINGROUP(57, SOUTH, gcc_gp1, _, phase_flag4, atest_usb22, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1337
PINGROUP(58, SOUTH, _, gcc_gp2, _, _, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1338
PINGROUP(59, NORTH, mdp_vsync, gcc_gp3, _, _, atest_char3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1339
PINGROUP(60, NORTH, cri_trng0, _, _, atest_char2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1340
PINGROUP(61, NORTH, pri_mi2s, cri_trng1, _, _, atest_char1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1341
PINGROUP(62, NORTH, sec_mi2s, audio_ref, _, cri_trng, _, _, atest_char0, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1342
PINGROUP(63, NORTH, _, _, _, qdss_gpio1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1343
PINGROUP(64, SOUTH, blsp_spi8_cs1, sp_cmu, _, _, qdss_gpio2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1344
PINGROUP(65, SOUTH, _, nav_pps_a, nav_pps_a, gps_tx_a, blsp_spi3_cs2, adsp_ext, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1345
PINGROUP(66, NORTH, _, _, qdss_cti1_b, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1346
PINGROUP(67, NORTH, _, _, qdss_gpio0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1347
PINGROUP(68, NORTH, isense_dbg, _, phase_flag0, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1348
PINGROUP(69, NORTH, _, phase_flag7, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1349
PINGROUP(70, NORTH, _, phase_flag8, qdss_gpio6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1350
PINGROUP(71, NORTH, _, _, qdss_gpio7, tsense_pwm1, tsense_pwm2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1351
PINGROUP(72, NORTH, _, qdss_gpio14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1352
PINGROUP(73, NORTH, _, _, qdss_gpio15, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1353
PINGROUP(74, NORTH, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1354
PINGROUP(75, NORTH, _, _, qdss_gpio8, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1355
PINGROUP(76, NORTH, blsp_spi8_cs2, _, _, _, qdss_gpio9, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1356
PINGROUP(77, NORTH, _, _, qdss_gpio10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1357
PINGROUP(78, NORTH, gcc_gp1, _, qdss_gpio13, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1358
PINGROUP(79, SOUTH, _, _, qdss_gpio11, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1359
PINGROUP(80, SOUTH, nav_pps_b, nav_pps_b, gps_tx_c, _, _, qdss_gpio12, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1360
PINGROUP(81, CENTER, mss_lte, gcc_gp2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1361
PINGROUP(82, CENTER, mss_lte, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1362
PINGROUP(83, SOUTH, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1363
PINGROUP(84, SOUTH, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1364
PINGROUP(85, SOUTH, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1365
PINGROUP(86, SOUTH, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1366
PINGROUP(87, SOUTH, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1367
PINGROUP(88, SOUTH, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1368
PINGROUP(89, SOUTH, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1369
PINGROUP(90, SOUTH, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1370
PINGROUP(91, SOUTH, uim_batt, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1371
PINGROUP(92, SOUTH, _, _, pa_indicator, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1372
PINGROUP(93, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1373
PINGROUP(94, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1374
PINGROUP(95, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1375
PINGROUP(96, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1376
PINGROUP(97, SOUTH, _, ldo_en, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1377
PINGROUP(98, SOUTH, _, nav_pps_c, nav_pps_c, gps_tx_b, ldo_update, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1378
PINGROUP(99, SOUTH, qlink_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1379
PINGROUP(100, SOUTH, qlink_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1380
PINGROUP(101, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1381
PINGROUP(102, SOUTH, _, prng_rosc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1382
PINGROUP(103, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1383
PINGROUP(104, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1384
PINGROUP(105, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1385
PINGROUP(106, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1386
PINGROUP(107, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1387
PINGROUP(108, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1388
PINGROUP(109, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1389
PINGROUP(110, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1390
PINGROUP(111, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1391
PINGROUP(112, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm660.c
1392
PINGROUP(113, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1129
PINGROUP(0, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1130
PINGROUP(1, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1131
PINGROUP(2, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1132
PINGROUP(3, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1133
PINGROUP(4, NORTH, qup9, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1134
PINGROUP(5, NORTH, qup9, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1135
PINGROUP(6, NORTH, qup9, _, ddr_pxi0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1136
PINGROUP(7, NORTH, qup9, ddr_bist, _, atest_tsens2, vsense_trigger, atest_usb1, ddr_pxi0, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1137
PINGROUP(8, WEST, qup_l4, gp_pdm1, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1138
PINGROUP(9, WEST, qup_l5, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1139
PINGROUP(10, NORTH, mdp_vsync, qup_l6, ddr_bist, wlan2_adc1, atest_usb11, ddr_pxi2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1140
PINGROUP(11, NORTH, mdp_vsync, edp_lcd, dbg_out, wlan2_adc0, atest_usb10, ddr_pxi2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1141
PINGROUP(12, SOUTH, mdp_vsync, m_voc, tsif1_sync, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1142
PINGROUP(13, WEST, cam_mclk, pll_bypassnl, qdss, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1143
PINGROUP(14, WEST, cam_mclk, pll_reset, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1144
PINGROUP(15, WEST, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1145
PINGROUP(16, WEST, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1146
PINGROUP(17, WEST, cci_i2c, qup1, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1147
PINGROUP(18, WEST, cci_i2c, qup1, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1148
PINGROUP(19, WEST, cci_i2c, qup1, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1149
PINGROUP(20, WEST, cci_i2c, qup1, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1150
PINGROUP(21, WEST, cci_timer0, gcc_gp2, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1151
PINGROUP(22, WEST, cci_timer1, gcc_gp3, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1152
PINGROUP(23, WEST, cci_timer2, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1153
PINGROUP(24, WEST, cci_timer3, cci_async, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1154
PINGROUP(25, WEST, cci_timer4, cci_async, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1155
PINGROUP(26, WEST, cci_async, qdss, jitter_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1156
PINGROUP(27, WEST, qup2, qdss, pll_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1157
PINGROUP(28, WEST, qup2, qdss, agera_pll, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1158
PINGROUP(29, WEST, qup2, _, phase_flag, qdss, atest_tsens, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1159
PINGROUP(30, WEST, qup2, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1160
PINGROUP(31, WEST, qup11, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1161
PINGROUP(32, WEST, qup11, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1162
PINGROUP(33, WEST, qup11, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1163
PINGROUP(34, WEST, qup11, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1164
PINGROUP(35, NORTH, pci_e0, qup_l4, jitter_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1165
PINGROUP(36, NORTH, pci_e0, qup_l5, pll_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1166
PINGROUP(37, NORTH, qup_l6, agera_pll, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1167
PINGROUP(38, NORTH, usb_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1168
PINGROUP(39, NORTH, lpass_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1169
PINGROUP(40, NORTH, sd_write, tsif1_error, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1170
PINGROUP(41, SOUTH, qup3, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1171
PINGROUP(42, SOUTH, qup3, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1172
PINGROUP(43, SOUTH, qup3, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1173
PINGROUP(44, SOUTH, qup3, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1174
PINGROUP(45, SOUTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1175
PINGROUP(46, SOUTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1176
PINGROUP(47, SOUTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1177
PINGROUP(48, SOUTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1178
PINGROUP(49, NORTH, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1179
PINGROUP(50, NORTH, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1180
PINGROUP(51, NORTH, qup12, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1181
PINGROUP(52, NORTH, qup12, phase_flag, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1182
PINGROUP(53, NORTH, qup10, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1183
PINGROUP(54, NORTH, qup10, gp_pdm0, phase_flag, _, wlan1_adc1, atest_usb13, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1184
PINGROUP(55, NORTH, qup10, phase_flag, _, wlan1_adc0, atest_usb12, ddr_pxi1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1185
PINGROUP(56, NORTH, qup10, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1186
PINGROUP(57, NORTH, qua_mi2s, gcc_gp1, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1194
PINGROUP(65, NORTH, pri_mi2s, qup8, wsa_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1195
PINGROUP(66, NORTH, pri_mi2s_ws, qup8, wsa_data, gp_pdm1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1196
PINGROUP(67, NORTH, pri_mi2s, qup8, _, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1197
PINGROUP(68, NORTH, pri_mi2s, qup8, _, atest_usb23, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1204
PINGROUP(75, NORTH, ter_mi2s, phase_flag, qdss, atest_usb22, qup_l4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1205
PINGROUP(76, NORTH, ter_mi2s, phase_flag, qdss, atest_usb21, qup_l5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1206
PINGROUP(77, NORTH, ter_mi2s, phase_flag, qdss, atest_usb20, qup_l6, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1207
PINGROUP(78, NORTH, ter_mi2s, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1208
PINGROUP(79, NORTH, sec_mi2s, gp_pdm2, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1209
PINGROUP(80, NORTH, sec_mi2s, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1210
PINGROUP(81, NORTH, sec_mi2s, qup15, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1211
PINGROUP(82, NORTH, sec_mi2s, qup15, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1212
PINGROUP(83, NORTH, sec_mi2s, qup15, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1213
PINGROUP(84, NORTH, qup15, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1214
PINGROUP(85, SOUTH, qup5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1215
PINGROUP(86, SOUTH, qup5, copy_gp, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1216
PINGROUP(87, SOUTH, qup5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1217
PINGROUP(88, SOUTH, qup5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1218
PINGROUP(89, SOUTH, tsif1_clk, qup4, tgu_ch3, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1220
PINGROUP(91, SOUTH, tsif1_data, sdc4_cmd, qup4, tgu_ch1, _, qdss_cti, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1221
PINGROUP(92, SOUTH, tsif2_error, sdc4_data, qup4, vfr_1, tgu_ch2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1222
PINGROUP(93, SOUTH, tsif2_clk, sdc4_clk, qup7, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1223
PINGROUP(94, SOUTH, tsif2_en, sdc4_data, qup7, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1224
PINGROUP(95, SOUTH, tsif2_data, sdc4_data, qup7, gp_pdm0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1225
PINGROUP(96, SOUTH, tsif2_sync, sdc4_data, qup7, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1226
PINGROUP(97, WEST, _, _, mdp_vsync, ldo_en, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1227
PINGROUP(98, WEST, _, mdp_vsync, ldo_update, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1228
PINGROUP(99, NORTH, phase_flag, prng_rosc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1229
PINGROUP(100, WEST, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1230
PINGROUP(101, WEST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1231
PINGROUP(102, WEST, pci_e1, prng_rosc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1232
PINGROUP(103, WEST, pci_e1, copy_phase, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1234
PINGROUP(105, NORTH, uim2_data, qup13, qup_l4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1235
PINGROUP(106, NORTH, uim2_clk, qup13, qup_l5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1236
PINGROUP(107, NORTH, uim2_reset, qup13, qup_l6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1237
PINGROUP(108, NORTH, uim2_present, qup13, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1238
PINGROUP(109, NORTH, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1239
PINGROUP(110, NORTH, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1240
PINGROUP(111, NORTH, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1241
PINGROUP(112, NORTH, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1242
PINGROUP(113, NORTH, uim_batt, edp_hot, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1243
PINGROUP(114, WEST, _, nav_pps, nav_pps, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1244
PINGROUP(115, WEST, _, nav_pps, nav_pps, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1245
PINGROUP(116, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1246
PINGROUP(117, NORTH, _, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1247
PINGROUP(118, NORTH, adsp_ext, _, qdss, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1248
PINGROUP(119, NORTH, _, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1249
PINGROUP(120, NORTH, _, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1250
PINGROUP(121, NORTH, _, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1251
PINGROUP(122, NORTH, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1252
PINGROUP(123, NORTH, qup_l4, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1253
PINGROUP(124, NORTH, qup_l5, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1254
PINGROUP(125, NORTH, qup_l6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1255
PINGROUP(126, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1256
PINGROUP(127, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1257
PINGROUP(128, WEST, nav_pps, nav_pps, gps_tx, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1258
PINGROUP(129, WEST, nav_pps, nav_pps, gps_tx, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1259
PINGROUP(130, WEST, qlink_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1260
PINGROUP(131, WEST, qlink_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1261
PINGROUP(132, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1262
PINGROUP(133, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1263
PINGROUP(134, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1264
PINGROUP(135, WEST, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1265
PINGROUP(136, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1266
PINGROUP(137, WEST, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1267
PINGROUP(138, WEST, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1268
PINGROUP(139, WEST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1269
PINGROUP(140, WEST, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1270
PINGROUP(141, WEST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1271
PINGROUP(142, WEST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1272
PINGROUP(143, WEST, _, nav_pps, nav_pps, gps_tx, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1273
PINGROUP(144, SOUTH, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1274
PINGROUP(145, SOUTH, mss_lte, gps_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1275
PINGROUP(146, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1276
PINGROUP(147, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1277
PINGROUP(148, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm670.c
1278
PINGROUP(149, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1116
PINGROUP(0, EAST, qup0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1117
PINGROUP(1, EAST, qup0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1118
PINGROUP(2, EAST, qup0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1119
PINGROUP(3, EAST, qup0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1120
PINGROUP(4, NORTH, qup9, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1121
PINGROUP(5, NORTH, qup9, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1122
PINGROUP(6, NORTH, qup9, _, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1123
PINGROUP(7, NORTH, qup9, ddr_bist, _, atest_tsens2, vsense_trigger, atest_usb1, ddr_pxi0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1124
PINGROUP(8, EAST, qup_l4, _, ddr_bist, _, _, wlan1_adc1, atest_usb13, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1125
PINGROUP(9, EAST, qup_l5, ddr_bist, _, wlan1_adc0, atest_usb12, ddr_pxi1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1126
PINGROUP(10, EAST, mdp_vsync, qup_l6, ddr_bist, wlan2_adc1, atest_usb11, ddr_pxi2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1127
PINGROUP(11, EAST, mdp_vsync, edp_lcd, dbg_out, wlan2_adc0, atest_usb10, ddr_pxi2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1128
PINGROUP(12, SOUTH, mdp_vsync, m_voc, tsif1_sync, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1129
PINGROUP(13, SOUTH, cam_mclk, pll_bypassnl, qdss, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1130
PINGROUP(14, SOUTH, cam_mclk, pll_reset, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1131
PINGROUP(15, SOUTH, cam_mclk, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1132
PINGROUP(16, SOUTH, cam_mclk, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1133
PINGROUP(17, SOUTH, cci_i2c, qup1, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1134
PINGROUP(18, SOUTH, cci_i2c, qup1, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1135
PINGROUP(19, SOUTH, cci_i2c, qup1, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1136
PINGROUP(20, SOUTH, cci_i2c, qup1, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1137
PINGROUP(21, SOUTH, cci_timer0, gcc_gp2, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1138
PINGROUP(22, SOUTH, cci_timer1, gcc_gp3, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1139
PINGROUP(23, SOUTH, cci_timer2, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1140
PINGROUP(24, SOUTH, cci_timer3, cci_async, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1141
PINGROUP(25, SOUTH, cci_timer4, cci_async, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1142
PINGROUP(26, SOUTH, cci_async, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1143
PINGROUP(27, EAST, qup2, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1144
PINGROUP(28, EAST, qup2, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1145
PINGROUP(29, EAST, qup2, _, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1146
PINGROUP(30, EAST, qup2, phase_flag, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1147
PINGROUP(31, NORTH, qup11, qup14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1148
PINGROUP(32, NORTH, qup11, qup14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1149
PINGROUP(33, NORTH, qup11, qup14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1150
PINGROUP(34, NORTH, qup11, qup14, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1151
PINGROUP(35, SOUTH, pci_e0, qup_l4, jitter_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1152
PINGROUP(36, SOUTH, pci_e0, qup_l5, pll_bist, _, atest_tsens, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1153
PINGROUP(37, SOUTH, qup_l6, agera_pll, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1154
PINGROUP(38, NORTH, usb_phy, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1155
PINGROUP(39, EAST, lpass_slimbus, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1156
PINGROUP(40, SOUTH, sd_write, tsif1_error, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1157
PINGROUP(41, EAST, qup3, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1158
PINGROUP(42, EAST, qup3, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1159
PINGROUP(43, EAST, qup3, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1160
PINGROUP(44, EAST, qup3, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1161
PINGROUP(45, EAST, qup6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1162
PINGROUP(46, EAST, qup6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1163
PINGROUP(47, EAST, qup6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1164
PINGROUP(48, EAST, qup6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1165
PINGROUP(49, NORTH, qup12, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1166
PINGROUP(50, NORTH, qup12, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1167
PINGROUP(51, NORTH, qup12, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1168
PINGROUP(52, NORTH, qup12, phase_flag, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1169
PINGROUP(53, NORTH, qup10, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1170
PINGROUP(54, NORTH, qup10, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1171
PINGROUP(55, NORTH, qup10, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1172
PINGROUP(56, NORTH, qup10, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1173
PINGROUP(57, NORTH, qua_mi2s, gcc_gp1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1174
PINGROUP(58, NORTH, qua_mi2s, gcc_gp2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1175
PINGROUP(59, NORTH, qua_mi2s, gcc_gp3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1176
PINGROUP(60, NORTH, qua_mi2s, cri_trng0, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1177
PINGROUP(61, NORTH, qua_mi2s, cri_trng1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1178
PINGROUP(62, NORTH, qua_mi2s, cri_trng, phase_flag, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1179
PINGROUP(63, NORTH, qua_mi2s, _, phase_flag, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1180
PINGROUP(64, NORTH, pri_mi2s, sp_cmu, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1181
PINGROUP(65, NORTH, pri_mi2s, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1182
PINGROUP(66, NORTH, pri_mi2s_ws, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1183
PINGROUP(67, NORTH, pri_mi2s, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1184
PINGROUP(68, NORTH, pri_mi2s, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1185
PINGROUP(69, EAST, spkr_i2s, audio_ref, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1186
PINGROUP(70, EAST, lpass_slimbus, spkr_i2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1187
PINGROUP(71, EAST, lpass_slimbus, spkr_i2s, tsense_pwm1, tsense_pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1188
PINGROUP(72, EAST, lpass_slimbus, spkr_i2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1189
PINGROUP(73, EAST, btfm_slimbus, atest_usb2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1190
PINGROUP(74, EAST, btfm_slimbus, ter_mi2s, phase_flag, atest_usb23, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1191
PINGROUP(75, EAST, ter_mi2s, phase_flag, qdss, atest_usb22, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1192
PINGROUP(76, EAST, ter_mi2s, phase_flag, qdss, atest_usb21, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1193
PINGROUP(77, EAST, ter_mi2s, phase_flag, qdss, atest_usb20, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1194
PINGROUP(78, EAST, ter_mi2s, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1195
PINGROUP(79, NORTH, sec_mi2s, _, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1196
PINGROUP(80, NORTH, sec_mi2s, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1197
PINGROUP(81, NORTH, sec_mi2s, qup15, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1198
PINGROUP(82, NORTH, sec_mi2s, qup15, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1199
PINGROUP(83, NORTH, sec_mi2s, qup15, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1200
PINGROUP(84, NORTH, qup15, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1201
PINGROUP(85, EAST, qup5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1202
PINGROUP(86, EAST, qup5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1203
PINGROUP(87, EAST, qup5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1204
PINGROUP(88, EAST, qup5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1205
PINGROUP(89, SOUTH, tsif1_clk, qup4, qspi_cs, tgu_ch3, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1208
PINGROUP(91, SOUTH, tsif1_data, sdc4_cmd, qup4, qspi_data, tgu_ch1, _, qdss_cti, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1209
PINGROUP(92, SOUTH, tsif2_error, sdc4_data, qup4, qspi_data, vfr_1, tgu_ch2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1210
PINGROUP(93, SOUTH, tsif2_clk, sdc4_clk, qup7, qspi_data, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1211
PINGROUP(94, SOUTH, tsif2_en, sdc4_data, qup7, qspi_data, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1212
PINGROUP(95, SOUTH, tsif2_data, sdc4_data, qup7, qspi_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1213
PINGROUP(96, SOUTH, tsif2_sync, sdc4_data, qup7, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1214
PINGROUP(97, NORTH, _, _, mdp_vsync, ldo_en, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1215
PINGROUP(98, NORTH, _, mdp_vsync, ldo_update, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1216
PINGROUP(99, NORTH, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1217
PINGROUP(100, NORTH, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1218
PINGROUP(101, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1219
PINGROUP(102, NORTH, pci_e1, prng_rosc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1220
PINGROUP(103, NORTH, pci_e1, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1221
PINGROUP(104, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1222
PINGROUP(105, NORTH, uim2_data, qup13, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1223
PINGROUP(106, NORTH, uim2_clk, qup13, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1224
PINGROUP(107, NORTH, uim2_reset, qup13, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1225
PINGROUP(108, NORTH, uim2_present, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1226
PINGROUP(109, NORTH, uim1_data, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1227
PINGROUP(110, NORTH, uim1_clk, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1228
PINGROUP(111, NORTH, uim1_reset, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1229
PINGROUP(112, NORTH, uim1_present, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1230
PINGROUP(113, NORTH, uim_batt, edp_hot, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1231
PINGROUP(114, NORTH, _, nav_pps, nav_pps, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1232
PINGROUP(115, NORTH, _, nav_pps, nav_pps, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1233
PINGROUP(116, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1234
PINGROUP(117, NORTH, _, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1235
PINGROUP(118, NORTH, adsp_ext, _, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1236
PINGROUP(119, NORTH, _, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1237
PINGROUP(120, NORTH, _, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1238
PINGROUP(121, NORTH, _, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1239
PINGROUP(122, EAST, _, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1240
PINGROUP(123, EAST, qup_l4, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1241
PINGROUP(124, EAST, qup_l5, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1242
PINGROUP(125, EAST, qup_l6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1243
PINGROUP(126, EAST, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1244
PINGROUP(127, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1245
PINGROUP(128, NORTH, nav_pps, nav_pps, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1246
PINGROUP(129, NORTH, nav_pps, nav_pps, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1247
PINGROUP(130, NORTH, qlink_request, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1248
PINGROUP(131, NORTH, qlink_enable, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1249
PINGROUP(132, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1250
PINGROUP(133, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1251
PINGROUP(134, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1252
PINGROUP(135, NORTH, _, pa_indicator, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1253
PINGROUP(136, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1254
PINGROUP(137, NORTH, _, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1255
PINGROUP(138, NORTH, _, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1256
PINGROUP(139, NORTH, _, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1257
PINGROUP(140, NORTH, _, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1258
PINGROUP(141, NORTH, _, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1259
PINGROUP(142, NORTH, _, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1260
PINGROUP(143, NORTH, _, nav_pps, nav_pps, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1261
PINGROUP(144, NORTH, mss_lte, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1262
PINGROUP(145, NORTH, mss_lte, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1263
PINGROUP(146, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1264
PINGROUP(147, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1265
PINGROUP(148, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdm845.c
1266
PINGROUP(149, NORTH, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
853
[0] = PINGROUP(0, uim2_data, blsp_uart1, qdss_stm, ebi0_wrcdc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
854
[1] = PINGROUP(1, uim2_present, blsp_uart1, qdss_stm, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
855
[2] = PINGROUP(2, uim2_reset, blsp_uart1, blsp_i2c1, qdss_stm, ebi0_wrcdc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
856
[3] = PINGROUP(3, uim2_clk, blsp_uart1, blsp_i2c1, qdss_stm, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
857
[4] = PINGROUP(4, blsp_spi2, blsp_uart2, _, qdss_stm, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
858
[5] = PINGROUP(5, blsp_spi2, blsp_uart2, _, qdss_stm, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
859
[6] = PINGROUP(6, blsp_spi2, blsp_uart2, blsp_i2c2, char_exec, _, qdss_stm, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
860
[7] = PINGROUP(7, blsp_spi2, blsp_uart2, blsp_i2c2, char_exec, _, qdss_stm, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
861
[8] = PINGROUP(8, pri_mi2s, blsp_spi3, blsp_uart3, ext_dbg, ldo_en, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
862
[9] = PINGROUP(9, pri_mi2s, blsp_spi3, blsp_uart3, ext_dbg, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
863
[10] = PINGROUP(10, pri_mi2s, blsp_spi3, blsp_uart3, blsp_i2c3, ext_dbg, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
864
[11] = PINGROUP(11, pri_mi2s, blsp_spi3, blsp_uart3, blsp_i2c3, ext_dbg, gcc_gp3, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
865
[12] = PINGROUP(12, pri_mi2s, _, qdss_stm, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
866
[13] = PINGROUP(13, pri_mi2s, _, qdss_stm, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
867
[14] = PINGROUP(14, pri_mi2s, emac_gcc1, _, _, qdss_stm, qdss_gpio, bimc_dte0, native_tsens, vsense_trigger),
drivers/pinctrl/qcom/pinctrl-sdx55.c
868
[15] = PINGROUP(15, pri_mi2s, emac_gcc0, _, _, qdss_stm, qdss_gpio, bimc_dte1, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
869
[16] = PINGROUP(16, sec_mi2s, blsp_spi4, blsp_uart4, qdss_cti, qdss_cti, _, _, qdss_stm, qdss_gpio),
drivers/pinctrl/qcom/pinctrl-sdx55.c
870
[17] = PINGROUP(17, sec_mi2s, blsp_spi4, blsp_uart4, qdss_cti, qdss_cti, _, qdss_stm, qdss_gpio, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
871
[18] = PINGROUP(18, sec_mi2s, blsp_spi4, blsp_uart4, blsp_i2c4, gcc_gp1, qdss_stm, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
872
[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
873
[20] = PINGROUP(20, sec_mi2s, ebi2_a, blsp_uart1, blsp_uart4, qdss_stm, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
874
[21] = PINGROUP(21, sec_mi2s, ebi2_lcd, blsp_uart1, blsp_uart4, _, qdss_stm, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
875
[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
876
[23] = PINGROUP(23, sec_mi2s, ebi2_lcd, qdss_cti, qdss_cti, blsp_uart1, blsp_uart4, qdss_stm, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
877
[24] = PINGROUP(24, adsp_ext, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
878
[25] = PINGROUP(25, adsp_ext, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
879
[26] = PINGROUP(26, _, _, _, native_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
880
[27] = PINGROUP(27, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
881
[28] = PINGROUP(28, qlink0_wmss, _, native_char3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
882
[29] = PINGROUP(29, _, _, _, native_char2, native_tsense, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
883
[30] = PINGROUP(30, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
884
[31] = PINGROUP(31, nav_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
885
[32] = PINGROUP(32, nav_gpio, pll_ref, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
886
[33] = PINGROUP(33, _, pa_indicator, native_char0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
887
[34] = PINGROUP(34, qlink0_en, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
888
[35] = PINGROUP(35, qlink0_req, pll_test, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
889
[36] = PINGROUP(36, _, _, cri_trng, dbg_out, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
890
[37] = PINGROUP(37, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
891
[38] = PINGROUP(38, _, _, prng_rosc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
892
[39] = PINGROUP(39, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
893
[40] = PINGROUP(40, _, _, cri_trng0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
894
[41] = PINGROUP(41, _, _, cri_trng1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
895
[42] = PINGROUP(42, _, qdss_gpio, native_char1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
896
[43] = PINGROUP(43, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
897
[44] = PINGROUP(44, coex_uart, spmi_coex, _, qdss_stm, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
898
[45] = PINGROUP(45, coex_uart, spmi_coex, qdss_stm, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
899
[46] = PINGROUP(46, m_voc, ddr_bist, ddr_pxi0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
900
[47] = PINGROUP(47, ddr_bist, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
901
[48] = PINGROUP(48, m_voc, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
902
[49] = PINGROUP(49, m_voc, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
903
[50] = PINGROUP(50, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
904
[51] = PINGROUP(51, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
905
[52] = PINGROUP(52, blsp_spi2, blsp_spi1, blsp_spi3, blsp_spi4, _, _, qdss_stm, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
906
[53] = PINGROUP(53, pci_e, _, _, qdss_stm, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
907
[54] = PINGROUP(54, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
908
[55] = PINGROUP(55, qdss_cti, qdss_cti, tgu_ch0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
909
[56] = PINGROUP(56, pcie_clkreq, _, qdss_stm, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
910
[57] = PINGROUP(57, _, qdss_stm, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
911
[58] = PINGROUP(58, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
912
[59] = PINGROUP(59, qdss_cti, m_voc, bimc_dte0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
913
[60] = PINGROUP(60, qdss_cti, _, m_voc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
914
[61] = PINGROUP(61, mgpi_clk, qdss_stm, qdss_gpio, bimc_dte1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
915
[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
916
[63] = PINGROUP(63, blsp_uart2, _, qdss_stm, qdss_gpio, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
917
[64] = PINGROUP(64, blsp_uart2, qdss_stm, qdss_gpio, atest, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
918
[65] = PINGROUP(65, blsp_uart2, blsp_i2c2, _, qdss_stm, qdss_gpio, atest, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
919
[66] = PINGROUP(66, blsp_uart2, blsp_i2c2, qdss_stm, qdss_gpio, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
920
[67] = PINGROUP(67, uim1_data, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
921
[68] = PINGROUP(68, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
922
[69] = PINGROUP(69, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
923
[70] = PINGROUP(70, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
924
[71] = PINGROUP(71, mgpi_clk, blsp_spi1, blsp_spi2, blsp_spi3, blsp_spi4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
925
[72] = PINGROUP(72, qlink1_en, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
926
[73] = PINGROUP(73, qlink1_req, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
927
[74] = PINGROUP(74, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
928
[75] = PINGROUP(75, coex_uart2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
929
[76] = PINGROUP(76, coex_uart2, nav_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
930
[77] = PINGROUP(77, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
931
[78] = PINGROUP(78, spmi_vgi, blsp_i2c4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
932
[79] = PINGROUP(79, spmi_vgi, blsp_i2c4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
933
[80] = PINGROUP(80, _, blsp_spi1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
934
[81] = PINGROUP(81, _, blsp_spi1, _, gcc_plltest, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
935
[82] = PINGROUP(82, _, blsp_spi1, _, blsp_i2c1, gcc_plltest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
936
[83] = PINGROUP(83, _, blsp_spi1, _, blsp_i2c1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
937
[84] = PINGROUP(84, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
938
[85] = PINGROUP(85, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
939
[86] = PINGROUP(86, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
940
[87] = PINGROUP(87, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
941
[88] = PINGROUP(88, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
942
[89] = PINGROUP(89, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
943
[90] = PINGROUP(90, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
944
[91] = PINGROUP(91, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
945
[92] = PINGROUP(92, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
946
[93] = PINGROUP(93, _, _, usb2phy_ac, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
947
[94] = PINGROUP(94, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
948
[95] = PINGROUP(95, qdss_cti, qdss_cti, emac_pps1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
949
[96] = PINGROUP(96, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
950
[97] = PINGROUP(97, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
951
[98] = PINGROUP(98, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
952
[99] = PINGROUP(99, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
953
[100] = PINGROUP(100, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
954
[101] = PINGROUP(101, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
955
[102] = PINGROUP(102, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
956
[103] = PINGROUP(103, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
957
[104] = PINGROUP(104, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
958
[105] = PINGROUP(105, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
959
[106] = PINGROUP(106, emac_pps0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx55.c
960
[107] = PINGROUP(107, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
787
[0] = PINGROUP(0, uim2_data, blsp_uart1, ebi0_wrcdc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
788
[1] = PINGROUP(1, uim2_present, blsp_uart1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
789
[2] = PINGROUP(2, uim2_reset, blsp_uart1, blsp_i2c1, ebi0_wrcdc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
790
[3] = PINGROUP(3, uim2_clk, blsp_uart1, blsp_i2c1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
791
[4] = PINGROUP(4, blsp_spi2, blsp_uart2, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
792
[5] = PINGROUP(5, blsp_spi2, blsp_uart2, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
793
[6] = PINGROUP(6, blsp_spi2, blsp_uart2, blsp_i2c2, char_exec, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
794
[7] = PINGROUP(7, blsp_spi2, blsp_uart2, blsp_i2c2, char_exec, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
795
[8] = PINGROUP(8, blsp_spi3, blsp_uart3, ext_dbg, ldo_en, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
796
[9] = PINGROUP(9, blsp_spi3, blsp_uart3, ext_dbg, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
797
[10] = PINGROUP(10, blsp_spi3, blsp_uart3, blsp_i2c3, ext_dbg, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
798
[11] = PINGROUP(11, blsp_spi3, blsp_uart3, blsp_i2c3, ext_dbg, gcc_gp3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
799
[12] = PINGROUP(12, pri_mi2s_ws, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
800
[13] = PINGROUP(13, pri_mi2s, _, qdss_gpio, vsense_trigger, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
801
[14] = PINGROUP(14, pri_mi2s, _, _, qdss_gpio, native_tsens, bimc_dte0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
802
[15] = PINGROUP(15, pri_mi2s, _, _, qdss_gpio, bimc_dte1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
803
[16] = PINGROUP(16, sec_mi2s, blsp_spi4, blsp_uart4, qdss_cti, qdss_cti, _, _, qdss_gpio, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
804
[17] = PINGROUP(17, sec_mi2s, blsp_spi4, blsp_uart4, qdss_cti, qdss_cti, _, qdss_gpio, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
805
[18] = PINGROUP(18, sec_mi2s, blsp_spi4, blsp_uart4, blsp_i2c4, gcc_gp1, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
806
[19] = PINGROUP(19, sec_mi2s, blsp_spi4, blsp_uart4, blsp_i2c4, jitter_bist, gcc_gp2, _, qdss_gpio, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
807
[20] = PINGROUP(20, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
808
[21] = PINGROUP(21, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
809
[22] = PINGROUP(22, blsp_uart4, pll_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
810
[23] = PINGROUP(23, blsp_uart4, blsp_spi2, blsp_spi1, blsp_spi3, blsp_spi4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
811
[24] = PINGROUP(24, adsp_ext, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
812
[25] = PINGROUP(25, adsp_ext, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
813
[26] = PINGROUP(26, _, _, _, native_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
814
[27] = PINGROUP(27, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
815
[28] = PINGROUP(28, qlink0_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
816
[29] = PINGROUP(29, _, _, _, native_tsense, native_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
817
[30] = PINGROUP(30, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
818
[31] = PINGROUP(31, nav_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
819
[32] = PINGROUP(32, nav_gpio, pll_ref, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
820
[33] = PINGROUP(33, _, pa_indicator, qdss_gpio, native_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
821
[34] = PINGROUP(34, qlink0_en, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
822
[35] = PINGROUP(35, qlink0_req, dbg_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
823
[36] = PINGROUP(36, _, _, cri_trng, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
824
[37] = PINGROUP(37, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
825
[38] = PINGROUP(38, _, _, prng_rosc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
826
[39] = PINGROUP(39, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
827
[40] = PINGROUP(40, _, _, cri_trng0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
828
[41] = PINGROUP(41, _, _, cri_trng1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
829
[42] = PINGROUP(42, _, qdss_gpio, native_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
830
[43] = PINGROUP(43, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
831
[44] = PINGROUP(44, coex_uart, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
832
[45] = PINGROUP(45, coex_uart, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
833
[46] = PINGROUP(46, m_voc, ddr_bist, ddr_pxi0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
834
[47] = PINGROUP(47, ddr_bist, blsp_spi1, blsp_spi2, blsp_spi3, blsp_spi4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
835
[48] = PINGROUP(48, m_voc, blsp_uart1, blsp_uart4, ddr_bist, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
836
[49] = PINGROUP(49, m_voc, blsp_uart1, blsp_uart4, ddr_bist, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
837
[50] = PINGROUP(50, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
838
[51] = PINGROUP(51, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
839
[52] = PINGROUP(52, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
840
[53] = PINGROUP(53, pci_e, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
841
[54] = PINGROUP(54, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
842
[55] = PINGROUP(55, qdss_cti, qdss_cti, tgu_ch0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
843
[56] = PINGROUP(56, pcie_clkreq, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
844
[57] = PINGROUP(57, _, native_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
845
[58] = PINGROUP(58, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
846
[59] = PINGROUP(59, qdss_cti, m_voc, bimc_dte0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
847
[60] = PINGROUP(60, qdss_cti, _, m_voc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
848
[61] = PINGROUP(61, mgpi_clk, qlink2_wmss, bimc_dte1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
849
[62] = PINGROUP(62, i2s_mclk, audio_ref, blsp_spi1, blsp_spi2, blsp_spi3, blsp_spi4, ldo_update, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
850
[63] = PINGROUP(63, blsp_uart2, _, qdss_gpio, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
851
[64] = PINGROUP(64, blsp_uart2, qdss_gpio, atest_char3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
852
[65] = PINGROUP(65, blsp_uart2, blsp_i2c2, qdss_cti, qdss_cti, _, qdss_gpio, atest_char2, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
853
[66] = PINGROUP(66, blsp_uart2, blsp_i2c2, qdss_cti, qdss_cti, qdss_gpio, atest_char1, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
854
[67] = PINGROUP(67, uim1_data, atest_char0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
855
[68] = PINGROUP(68, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
856
[69] = PINGROUP(69, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
857
[70] = PINGROUP(70, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
858
[71] = PINGROUP(71, mgpi_clk, qlink2_en, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
859
[72] = PINGROUP(72, qlink1_en, _, native_tsense, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
860
[73] = PINGROUP(73, qlink1_req, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
861
[74] = PINGROUP(74, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
862
[75] = PINGROUP(75, coex_uart2, spmi_coex, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
863
[76] = PINGROUP(76, coex_uart2, spmi_coex, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
864
[77] = PINGROUP(77, _, qlink2_req, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
865
[78] = PINGROUP(78, spmi_vgi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
866
[79] = PINGROUP(79, spmi_vgi, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
867
[80] = PINGROUP(80, _, blsp_spi1, _, blsp_uart1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
868
[81] = PINGROUP(81, _, blsp_spi1, _, blsp_uart1, gcc_plltest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
869
[82] = PINGROUP(82, _, blsp_spi1, _, blsp_i2c1, gcc_plltest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
870
[83] = PINGROUP(83, _, blsp_spi1, _, blsp_i2c1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
871
[84] = PINGROUP(84, _, ebi2_lcd, _, blsp_i2c4, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
872
[85] = PINGROUP(85, _, ebi2_lcd, _, blsp_i2c4, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
873
[86] = PINGROUP(86, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
874
[87] = PINGROUP(87, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
875
[88] = PINGROUP(88, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
876
[89] = PINGROUP(89, _, _, _, _, ebi2_a, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
877
[90] = PINGROUP(90, _, _, _, _, ebi2_lcd, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
878
[91] = PINGROUP(91, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
879
[92] = PINGROUP(92, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
880
[93] = PINGROUP(93, _, _, usb2phy_ac, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
881
[94] = PINGROUP(94, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
882
[95] = PINGROUP(95, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
883
[96] = PINGROUP(96, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
884
[97] = PINGROUP(97, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
885
[98] = PINGROUP(98, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
886
[99] = PINGROUP(99, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
887
[100] = PINGROUP(100, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
888
[101] = PINGROUP(101, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
889
[102] = PINGROUP(102, _, _, coex_uart2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
890
[103] = PINGROUP(103, _, _, coex_uart2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
891
[104] = PINGROUP(104, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
892
[105] = PINGROUP(105, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
893
[106] = PINGROUP(106, sdc1_tb, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx65.c
894
[107] = PINGROUP(107, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1000
[68] = PINGROUP(68, adsp_ext, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1001
[69] = PINGROUP(69, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1002
[70] = PINGROUP(70, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1003
[71] = PINGROUP(71, m_voc, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1004
[72] = PINGROUP(72, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1005
[73] = PINGROUP(73, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1006
[74] = PINGROUP(74, i2s_mclk, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1007
[75] = PINGROUP(75, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1008
[76] = PINGROUP(76, native_tsense, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1009
[77] = PINGROUP(77, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1010
[78] = PINGROUP(78, qdss_cti, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1011
[79] = PINGROUP(79, qdss_cti, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1012
[80] = PINGROUP(80, usb2phy_ac_en, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1013
[81] = PINGROUP(81, gcc_plltest, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1014
[82] = PINGROUP(82, rgmii_txc, gcc_plltest, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1015
[83] = PINGROUP(83, rgmii_txd, emac0_ptp, emac0_ptp, emac0_mcg, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1016
[84] = PINGROUP(84, rgmii_txd, emac0_ptp, emac0_mcg, qdss_gpio, _, sdc1_tb, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1017
[85] = PINGROUP(85, rgmii_txd, emac0_ptp, emac0_mcg, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1018
[86] = PINGROUP(86, rgmii_txd, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1019
[87] = PINGROUP(87, rgmii_tx_ctl, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1020
[88] = PINGROUP(88, rgmii_rxc, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1021
[89] = PINGROUP(89, rgmii_rxd, emac0_ptp, emac0_ptp, emac0_mcg, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1022
[90] = PINGROUP(90, rgmii_rxd, coex_uart2, emac1_mcg, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1023
[91] = PINGROUP(91, rgmii_rxd, coex_uart2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1024
[92] = PINGROUP(92, rgmii_rxd, emac1_mcg, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1025
[93] = PINGROUP(93, rgmii_rx_ctl, emac1_mcg, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1026
[94] = PINGROUP(94, eth0_mdc, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1027
[95] = PINGROUP(95, eth0_mdio, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1028
[96] = PINGROUP(96, qdss_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1029
[97] = PINGROUP(97, sgmii_phy_intr0_n, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1030
[98] = PINGROUP(98, tri_mi2s, ebi2_lcd_te, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1031
[99] = PINGROUP(99, tri_mi2s, ebi2_lcd, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1032
[100] = PINGROUP(100, tri_mi2s, ebi2_a, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1033
[101] = PINGROUP(101, tri_mi2s, ebi2_lcd, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1034
[102] = PINGROUP(102, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1035
[103] = PINGROUP(103, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1036
[104] = PINGROUP(104, nav_gpio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1037
[105] = PINGROUP(105, sd_card, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1038
[106] = PINGROUP(106, eth1_mdc, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1039
[107] = PINGROUP(107, eth1_mdio, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1040
[108] = PINGROUP(108, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1041
[109] = PINGROUP(109, sgmii_phy_intr1_n, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1042
[110] = PINGROUP(110, qup_se5, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1043
[111] = PINGROUP(111, qup_se5, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1044
[112] = PINGROUP(112, qup_se6, emac1_ptp, emac1_ptp, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1045
[113] = PINGROUP(113, qup_se6, emac1_ptp, emac1_ptp, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1046
[114] = PINGROUP(114, qup_se6, emac1_ptp, emac1_ptp, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1047
[115] = PINGROUP(115, qup_se6, emac1_ptp, emac1_ptp, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1048
[116] = PINGROUP(116, qup_se7, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1049
[117] = PINGROUP(117, qup_se7, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1050
[118] = PINGROUP(118, qup_se7, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1051
[119] = PINGROUP(119, qup_se7, emac0_ptp, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1052
[120] = PINGROUP(120, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1053
[121] = PINGROUP(121, pcie2_clkreq_n, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1054
[122] = PINGROUP(122, emac1_mcg, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1055
[123] = PINGROUP(123, emac0_ptp, emac0_ptp, emac0_ptp, emac0_ptp, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1056
[124] = PINGROUP(124, pcie1_clkreq_n, qup_se8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1057
[125] = PINGROUP(125, qup_se8, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1058
[126] = PINGROUP(126, audio_ref_clk, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1059
[127] = PINGROUP(127, emac_pps_in, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1060
[128] = PINGROUP(128, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1061
[129] = PINGROUP(129, sdc2_tb_trig, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1062
[130] = PINGROUP(130, sdc1_tb, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1063
[131] = PINGROUP(131, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
1064
[132] = PINGROUP(132, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
932
[0] = PINGROUP(0, uim2_data, ebi0_wrcdc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
933
[1] = PINGROUP(1, uim2_present, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
934
[2] = PINGROUP(2, uim2_reset, ebi0_wrcdc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
935
[3] = PINGROUP(3, uim2_clk, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
936
[4] = PINGROUP(4, uim1_data, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
937
[5] = PINGROUP(5, uim1_present, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
938
[6] = PINGROUP(6, uim1_reset, char_exec, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
939
[7] = PINGROUP(7, uim1_clk, char_exec, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
940
[8] = PINGROUP(8, qup_se0, ldo_en, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
941
[9] = PINGROUP(9, qup_se0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
942
[10] = PINGROUP(10, qup_se0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
943
[11] = PINGROUP(11, qup_se0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
944
[12] = PINGROUP(12, qup_se1_l2_mira, ext_dbg, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
945
[13] = PINGROUP(13, qup_se1_l3_mira, ext_dbg, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
946
[14] = PINGROUP(14, qup_se2, ext_dbg, bimc_dte, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
947
[15] = PINGROUP(15, qup_se2, ext_dbg, bimc_dte, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
948
[16] = PINGROUP(16, pri_mi2s, qup_se2, qup_se1_l2_mirb, qdss_cti, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
949
[17] = PINGROUP(17, pri_mi2s, qup_se2, qup_se1_l3_mirb, qdss_cti, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
950
[18] = PINGROUP(18, pri_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
951
[19] = PINGROUP(19, pri_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
952
[20] = PINGROUP(20, sec_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
953
[21] = PINGROUP(21, sec_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
954
[22] = PINGROUP(22, sec_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
955
[23] = PINGROUP(23, sec_mi2s, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
956
[24] = PINGROUP(24, _, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
957
[25] = PINGROUP(25, gcc_125_clk, _, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
958
[26] = PINGROUP(26, _, _, qlink1_l_en, dbg_out_clk, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
959
[27] = PINGROUP(27, _, _, qlink1_l_req, prng_rosc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
960
[28] = PINGROUP(28, _, qlink1_wmss, tmess_prng0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
961
[29] = PINGROUP(29, _, _, _, native_char, tmess_prng1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
962
[30] = PINGROUP(30, _, _, _, tmess_prng2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
963
[31] = PINGROUP(31, _, _, cri_trng0, _, tmess_prng3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
964
[32] = PINGROUP(32, _, _, cri_trng1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
965
[33] = PINGROUP(33, _, _, native_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
966
[34] = PINGROUP(34, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
967
[35] = PINGROUP(35, nav_gpio, emac0_ptp, emac0_ptp, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
968
[36] = PINGROUP(36, nav_gpio, nav_dr_sync, nav_gpio, cri_trng, prng_rosc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
969
[37] = PINGROUP(37, qlink0_l_en, _, pll_ref_clk, prng_rosc, vsense_trigger_mirnat, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
970
[38] = PINGROUP(38, qlink0_l_req, _, pll_bist_sync, prng_rosc, _, emac_cdc, _, native_tsens, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
971
[39] = PINGROUP(39, qlink0_wmss, _, mgpi_clk, gcc_gp1_clk, _, emac_cdc, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
972
[40] = PINGROUP(40, qlink0_b_en, _, mgpi_clk, pll_clk_aux, gcc_gp2_clk, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
973
[41] = PINGROUP(41, qlink0_b_req, _, jitter_bist, gcc_gp3_clk, _, _, atest_char, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
974
[42] = PINGROUP(42, pci_e, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
975
[43] = PINGROUP(43, pcie0_clkreq_n, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
976
[44] = PINGROUP(44, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
977
[45] = PINGROUP(45, ddr_pxi0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
978
[46] = PINGROUP(46, coex_uart, ddr_bist, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
979
[47] = PINGROUP(47, coex_uart, ddr_bist, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
980
[48] = PINGROUP(48, coex_uart2, spmi_coex, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
981
[49] = PINGROUP(49, coex_uart2, spmi_coex, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
982
[50] = PINGROUP(50, spmi_vgi, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
983
[51] = PINGROUP(51, spmi_vgi, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
984
[52] = PINGROUP(52, qup_se3, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
985
[53] = PINGROUP(53, qup_se3, qdss_cti, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
986
[54] = PINGROUP(54, qup_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
987
[55] = PINGROUP(55, qup_se3, tgu_ch0_trigout, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
988
[56] = PINGROUP(56, qdss_cti, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
989
[57] = PINGROUP(57, qdss_cti, qdss_cti, _, native_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
990
[58] = PINGROUP(58, _, pa_indicator, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
991
[59] = PINGROUP(59, adsp_ext, qdss_cti, _, bimc_dte, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
992
[60] = PINGROUP(60, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
993
[61] = PINGROUP(61, _, bimc_dte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
994
[62] = PINGROUP(62, m_voc, ldo_update, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
995
[63] = PINGROUP(63, m_voc, _, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
996
[64] = PINGROUP(64, qup_se4, m_voc, _, native_tsense, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
997
[65] = PINGROUP(65, qup_se4, m_voc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
998
[66] = PINGROUP(66, _, native_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sdx75.c
999
[67] = PINGROUP(67, _, native_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
136
LPI_PINGROUP(0, 0, swr_tx_clk, qua_mi2s_sclk, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
137
LPI_PINGROUP(1, 2, swr_tx_data, qua_mi2s_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
138
LPI_PINGROUP(2, 4, swr_tx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
139
LPI_PINGROUP(3, 8, swr_rx_clk, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
140
LPI_PINGROUP(4, 10, swr_rx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
141
LPI_PINGROUP(5, 12, swr_rx_data, ext_mclk0_b, qua_mi2s_data, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
142
LPI_PINGROUP(6, LPI_NO_SLEW, dmic01_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
143
LPI_PINGROUP(7, LPI_NO_SLEW, dmic01_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
144
LPI_PINGROUP(8, LPI_NO_SLEW, dmic23_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
145
LPI_PINGROUP(9, LPI_NO_SLEW, dmic23_data, i2s1_data, ext_mclk1_b, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
146
LPI_PINGROUP(10, 16, i2s2_clk, swr_wsa_clk, dmic4_clk, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
147
LPI_PINGROUP(11, 18, i2s2_ws, swr_wsa_data, dmic4_data, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
148
LPI_PINGROUP(12, LPI_NO_SLEW, dmic23_clk, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
149
LPI_PINGROUP(13, LPI_NO_SLEW, dmic23_data, i2s2_data, ext_mclk0_a, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
150
LPI_PINGROUP(14, LPI_NO_SLEW, i2s3_clk, slim_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
151
LPI_PINGROUP(15, LPI_NO_SLEW, i2s3_ws, slim_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
152
LPI_PINGROUP(16, LPI_NO_SLEW, i2s3_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
153
LPI_PINGROUP(17, LPI_NO_SLEW, i2s3_data, ext_mclk1_c, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
154
LPI_PINGROUP(18, 20, ext_mclk1_a, swr_rx_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
155
LPI_PINGROUP(19, LPI_NO_SLEW, qup_io_00, sync_out, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
156
LPI_PINGROUP(20, LPI_NO_SLEW, qup_io_10, sync_out, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
157
LPI_PINGROUP(21, LPI_NO_SLEW, qup_io_01, sync_out, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
158
LPI_PINGROUP(22, LPI_NO_SLEW, qup_io_11, sync_out, _, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
159
LPI_PINGROUP(23, LPI_NO_SLEW, qup_io_25, qup_io_05, sync_out, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
160
LPI_PINGROUP(25, LPI_NO_SLEW, qup_io_26, qup_io_21, sync_out, _),
drivers/pinctrl/qcom/pinctrl-sm4250-lpass-lpi.c
161
LPI_PINGROUP(26, LPI_NO_SLEW, qup_io_36, qup_io_31, sync_out, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
804
[0] = PINGROUP(0, qup1_se0, ibi_i3c_qup1, cmu_rng, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
805
[1] = PINGROUP(1, qup1_se0, ibi_i3c_qup1, cmu_rng, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
806
[2] = PINGROUP(2, qup1_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
807
[3] = PINGROUP(3, qup1_se0, gcc_gp3_clk, cmu_rng, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
808
[4] = PINGROUP(4, qup0_se0, ibi_i3c_qup0, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
809
[5] = PINGROUP(5, qup0_se0, ibi_i3c_qup0, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
810
[6] = PINGROUP(6, qup0_se4, qdss_cti_trig1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
811
[7] = PINGROUP(7, qup0_se4, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
812
[8] = PINGROUP(8, qup0_se4, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
813
[9] = PINGROUP(9, qup0_se4, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
814
[10] = PINGROUP(10, qup0_se1, _, atest_usb0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
815
[11] = PINGROUP(11, qup0_se1, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
816
[12] = PINGROUP(12, qup0_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
817
[13] = PINGROUP(13, qup0_se1, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
818
[14] = PINGROUP(14, qup0_se2, _, phase_flag, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
819
[15] = PINGROUP(15, qup0_se2, _, phase_flag, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
820
[16] = PINGROUP(16, qup0_se2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
821
[17] = PINGROUP(17, qup0_se2, _, phase_flag, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
822
[18] = PINGROUP(18, qup0_se3, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
823
[19] = PINGROUP(19, qup0_se3, vfr_0_mira, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
824
[20] = PINGROUP(20, qup0_se3, tgu_ch0_trigout, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
825
[21] = PINGROUP(21, qup0_se3, _, phase_flag, tgu_ch1_trigout, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
826
[22] = PINGROUP(22, qup1_se2, mdp_vsync, mdp_vsync2_out, mdp_vsync3_out, tgu_ch2_trigout, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
827
[23] = PINGROUP(23, qup1_se2, tgu_ch3_trigout, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
828
[24] = PINGROUP(24, qup1_se3, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
829
[25] = PINGROUP(25, qup1_se3, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
830
[26] = PINGROUP(26, qup1_se1, mdp_vsync, qup0_se4, qdss_cti_trig0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
831
[27] = PINGROUP(27, qup1_se1, qup0_se4, qdss_cti_trig1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
832
[28] = PINGROUP(28, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
833
[29] = PINGROUP(29, ddr_bist, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
834
[30] = PINGROUP(30, mdp_vsync, gcc_gp2_clk, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
835
[31] = PINGROUP(31, qup1_se2, _, phase_flag, ddr_bist, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
836
[32] = PINGROUP(32, qup1_se2, _, phase_flag, ddr_bist, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
837
[33] = PINGROUP(33, _, phase_flag, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
838
[34] = PINGROUP(34, qup0_se0, qup0_se4, mdp_vsync, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
839
[35] = PINGROUP(35, qup0_se0, _, phase_flag, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
840
[36] = PINGROUP(36, cam_mclk, prng_rosc, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
841
[37] = PINGROUP(37, cam_mclk, gcc_gp1_clk, prng_rosc, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
842
[38] = PINGROUP(38, cam_mclk, prng_rosc, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
843
[39] = PINGROUP(39, cam_mclk, prng_rosc, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
844
[40] = PINGROUP(40, cci, cci_async_in0, cri_trng, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
845
[41] = PINGROUP(41, cci, cri_trng, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
846
[42] = PINGROUP(42, cci, cri_trng, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
847
[43] = PINGROUP(43, cci, qup1_se4, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
848
[44] = PINGROUP(44, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
849
[45] = PINGROUP(45, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
850
[46] = PINGROUP(46, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
851
[47] = PINGROUP(47, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
852
[48] = PINGROUP(48, cci_i2c, qup1_se4, gcc_gp1_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
853
[49] = PINGROUP(49, cci_i2c, qup1_se4, gcc_gp2_clk, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
854
[50] = PINGROUP(50, qup1_se1, qup1_se3, _, gcc_gp3_clk, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
855
[51] = PINGROUP(51, qup1_se1, qup1_se3, _, tb_trig_sdc2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
856
[52] = PINGROUP(52, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
857
[53] = PINGROUP(53, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
858
[54] = PINGROUP(54, coex_uart1_rx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
859
[55] = PINGROUP(55, coex_uart1_tx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
860
[56] = PINGROUP(56, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
861
[57] = PINGROUP(57, tmess_prng, qdss_cti_trig1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
862
[58] = PINGROUP(58, tmess_prng, qdss_cti_trig1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
863
[59] = PINGROUP(59, tmess_prng, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
864
[60] = PINGROUP(60, tmess_prng, qdss_cti_trig0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
865
[61] = PINGROUP(61, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
866
[62] = PINGROUP(62, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
867
[63] = PINGROUP(63, uim0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
868
[64] = PINGROUP(64, uim0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
869
[65] = PINGROUP(65, uim0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
870
[66] = PINGROUP(66, uim0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
871
[67] = PINGROUP(67, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
872
[68] = PINGROUP(68, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
873
[69] = PINGROUP(69, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
874
[70] = PINGROUP(70, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
875
[71] = PINGROUP(71, _, _, _, audio_ref_clk, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
876
[72] = PINGROUP(72, _, _, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
877
[73] = PINGROUP(73, _, _, _, pll_bist_sync, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
878
[74] = PINGROUP(74, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
879
[75] = PINGROUP(75, _, _, _, vsense_trigger_mirnat, atest_usb0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
880
[76] = PINGROUP(76, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
881
[77] = PINGROUP(77, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
882
[78] = PINGROUP(78, _, _, _, atest_usb0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
883
[79] = PINGROUP(79, _, _, _, wlan1_adc_dtest0, atest_usb0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
884
[80] = PINGROUP(80, _, _, dbg_out_clk, wlan1_adc_dtest1, atest_usb0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
885
[81] = PINGROUP(81, _, nav, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
886
[82] = PINGROUP(82, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
887
[83] = PINGROUP(83, nav, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
888
[84] = PINGROUP(84, nav, vfr_1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
889
[85] = PINGROUP(85, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
890
[86] = PINGROUP(86, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
891
[87] = PINGROUP(87, qlink0_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
892
[88] = PINGROUP(88, qlink0_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
893
[89] = PINGROUP(89, qlink0_wmss_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
894
[90] = PINGROUP(90, qup1_se4, jitter_bist_ref, ddr_pxi0_test, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
895
[91] = PINGROUP(91, qup1_se4, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
896
[92] = PINGROUP(92, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
897
[93] = PINGROUP(93, mdp_vsync, mdp_vsync0_out, mdp_vsync1_out, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
898
[94] = PINGROUP(94, usb0_phy_ps, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
899
[95] = PINGROUP(95, _, phase_flag, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
900
[96] = PINGROUP(96, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
901
[97] = PINGROUP(97, mdp_vsync, _, phase_flag, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
902
[98] = PINGROUP(98, _, phase_flag, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
903
[99] = PINGROUP(99, usb0_hs_ac, _, phase_flag, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
904
[100] = PINGROUP(100, vfr_0_mirb, _, phase_flag, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
905
[101] = PINGROUP(101, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
906
[102] = PINGROUP(102, sd_write_protect, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
907
[103] = PINGROUP(103, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
908
[104] = PINGROUP(104, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
909
[105] = PINGROUP(105, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
910
[106] = PINGROUP(106, host2wlan_sol, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
911
[107] = PINGROUP(107, pcie0_clk_req, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
912
[108] = PINGROUP(108, pll_clk_aux, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
913
[109] = PINGROUP(109, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
914
[110] = PINGROUP(110, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
915
[111] = PINGROUP(111, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
916
[112] = PINGROUP(112, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
917
[113] = PINGROUP(113, qdss_cti_trig0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
918
[114] = PINGROUP(114, qdss_cti_trig0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
919
[115] = PINGROUP(115, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
920
[116] = PINGROUP(116, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
921
[117] = PINGROUP(117, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
922
[118] = PINGROUP(118, qdss_gpio, _, ddr_pxi1_test, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
923
[119] = PINGROUP(119, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
924
[120] = PINGROUP(120, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
925
[121] = PINGROUP(121, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
926
[122] = PINGROUP(122, qdss_gpio, _, ddr_pxi1_test, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
927
[123] = PINGROUP(123, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
928
[124] = PINGROUP(124, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
929
[125] = PINGROUP(125, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
930
[126] = PINGROUP(126, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
931
[127] = PINGROUP(127, qdss_gpio, ddr_pxi0_test, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
932
[128] = PINGROUP(128, tb_trig_sdc1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
933
[129] = PINGROUP(129, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
934
[130] = PINGROUP(130, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
935
[131] = PINGROUP(131, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
936
[132] = PINGROUP(132, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
937
[133] = PINGROUP(133, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
938
[134] = PINGROUP(134, tsense_pwm1_out, tsense_pwm2_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm4450.c
939
[135] = PINGROUP(135, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
100
LPI_PINGROUP(16, LPI_NO_SLEW, i2s3_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
101
LPI_PINGROUP(17, LPI_NO_SLEW, i2s3_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
102
LPI_PINGROUP(18, 14, wsa_mclk, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
84
LPI_PINGROUP(0, 0, swr_tx_clk, qua_mi2s_sclk, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
85
LPI_PINGROUP(1, 2, swr_tx_data, qua_mi2s_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
86
LPI_PINGROUP(2, 4, swr_tx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
87
LPI_PINGROUP(3, 8, swr_rx_clk, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
88
LPI_PINGROUP(4, 10, swr_rx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
89
LPI_PINGROUP(5, 12, swr_rx_data, _, qua_mi2s_data, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
90
LPI_PINGROUP(6, LPI_NO_SLEW, dmic01_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
91
LPI_PINGROUP(7, LPI_NO_SLEW, dmic01_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
92
LPI_PINGROUP(8, LPI_NO_SLEW, dmic23_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
93
LPI_PINGROUP(9, LPI_NO_SLEW, dmic23_data, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
94
LPI_PINGROUP(10, LPI_NO_SLEW, i2s2_clk, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
95
LPI_PINGROUP(11, LPI_NO_SLEW, i2s2_ws, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
96
LPI_PINGROUP(12, LPI_NO_SLEW, _, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
97
LPI_PINGROUP(13, LPI_NO_SLEW, _, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
98
LPI_PINGROUP(14, LPI_NO_SLEW, i2s3_clk, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
99
LPI_PINGROUP(15, LPI_NO_SLEW, i2s3_ws, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
747
[0] = PINGROUP(0, WEST, qup0, m_voc, ddr_bist, _, phase_flag, qdss_gpio, atest, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
748
[1] = PINGROUP(1, WEST, qup0, mpm_pwr, ddr_bist, _, phase_flag, qdss_gpio, atest, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
749
[2] = PINGROUP(2, WEST, qup0, ddr_bist, _, phase_flag, qdss_gpio, dac_calib, atest, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
750
[3] = PINGROUP(3, WEST, qup0, ddr_bist, _, phase_flag, qdss_gpio, dac_calib, atest, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
751
[4] = PINGROUP(4, WEST, qup1, cri_trng, _, phase_flag, dac_calib, atest, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
752
[5] = PINGROUP(5, WEST, qup1, cri_trng, _, phase_flag, dac_calib, atest, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
753
[6] = PINGROUP(6, WEST, qup2, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
754
[7] = PINGROUP(7, WEST, qup2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
755
[8] = PINGROUP(8, EAST, qup3, pbs_out, pll_bist, _, qdss_gpio, _, tsense_pwm, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
756
[9] = PINGROUP(9, EAST, qup3, pbs_out, pll_bist, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
757
[10] = PINGROUP(10, EAST, qup3, agera_pll, _, pbs, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
758
[11] = PINGROUP(11, EAST, qup3, agera_pll, _, pbs, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
759
[12] = PINGROUP(12, WEST, qup4, tgu, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
760
[13] = PINGROUP(13, WEST, qup4, tgu, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
761
[14] = PINGROUP(14, WEST, qup5, tgu, _, phase_flag, qdss_gpio, dac_calib, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
762
[15] = PINGROUP(15, WEST, qup5, tgu, _, phase_flag, qdss_gpio, dac_calib, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
763
[16] = PINGROUP(16, WEST, qup5, _, phase_flag, qdss_gpio, dac_calib, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
764
[17] = PINGROUP(17, WEST, qup5, _, phase_flag, qdss_gpio, dac_calib, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
765
[18] = PINGROUP(18, EAST, sdc2_tb, cri_trng, pbs, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
766
[19] = PINGROUP(19, EAST, sdc1_tb, pbs, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
767
[20] = PINGROUP(20, EAST, cam_mclk, pbs, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
768
[21] = PINGROUP(21, EAST, cam_mclk, adsp_ext, pbs, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
769
[22] = PINGROUP(22, EAST, cci_i2c, prng_rosc, _, pbs, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
770
[23] = PINGROUP(23, EAST, cci_i2c, prng_rosc, _, pbs, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
771
[24] = PINGROUP(24, EAST, cci_timer, gcc_gp1, _, pbs, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
772
[25] = PINGROUP(25, EAST, cci_async, cci_timer, _, pbs, phase_flag, qdss_gpio, dac_calib, atest, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
773
[26] = PINGROUP(26, EAST, _, pbs, phase_flag, qdss_gpio, dac_calib, atest, vsense_trigger, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
774
[27] = PINGROUP(27, EAST, cam_mclk, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
775
[28] = PINGROUP(28, EAST, cam_mclk, cci_timer, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
776
[29] = PINGROUP(29, EAST, cci_i2c, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
777
[30] = PINGROUP(30, EAST, cci_i2c, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
778
[31] = PINGROUP(31, EAST, gp_pdm0, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
779
[32] = PINGROUP(32, EAST, cci_timer, gp_pdm1, _, phase_flag, dac_calib, atest, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
780
[33] = PINGROUP(33, EAST, gp_pdm2, _, phase_flag, dac_calib, atest, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
781
[34] = PINGROUP(34, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
782
[35] = PINGROUP(35, EAST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
783
[36] = PINGROUP(36, EAST, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
784
[37] = PINGROUP(37, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
785
[38] = PINGROUP(38, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
786
[39] = PINGROUP(39, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
787
[40] = PINGROUP(40, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
788
[41] = PINGROUP(41, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
789
[42] = PINGROUP(42, EAST, _, nav_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
790
[43] = PINGROUP(43, EAST, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
791
[44] = PINGROUP(44, EAST, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
792
[45] = PINGROUP(45, EAST, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
793
[46] = PINGROUP(46, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
794
[47] = PINGROUP(47, EAST, _, nav_gpio, pbs, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
795
[48] = PINGROUP(48, EAST, _, vfr_1, _, pbs, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
796
[49] = PINGROUP(49, EAST, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
797
[50] = PINGROUP(50, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
798
[51] = PINGROUP(51, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
799
[52] = PINGROUP(52, EAST, _, nav_gpio, pbs_out, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
800
[53] = PINGROUP(53, EAST, _, gsm1_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
801
[54] = PINGROUP(54, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
802
[55] = PINGROUP(55, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
803
[56] = PINGROUP(56, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
804
[57] = PINGROUP(57, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
805
[58] = PINGROUP(58, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
806
[59] = PINGROUP(59, EAST, _, ssbi_wtr1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
807
[60] = PINGROUP(60, EAST, _, ssbi_wtr1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
808
[61] = PINGROUP(61, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
809
[62] = PINGROUP(62, EAST, _, pll_bypassnl, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
810
[63] = PINGROUP(63, EAST, pll_reset, _, phase_flag, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
811
[64] = PINGROUP(64, EAST, gsm0_tx, _, phase_flag, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
812
[65] = PINGROUP(65, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
813
[66] = PINGROUP(66, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
814
[67] = PINGROUP(67, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
815
[68] = PINGROUP(68, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
816
[69] = PINGROUP(69, WEST, qup1, gcc_gp2, qdss_gpio, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
817
[70] = PINGROUP(70, WEST, qup1, gcc_gp3, qdss_gpio, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
818
[71] = PINGROUP(71, WEST, qup2, dbg_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
819
[72] = PINGROUP(72, SOUTH, uim2_data, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
820
[73] = PINGROUP(73, SOUTH, uim2_clk, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
821
[74] = PINGROUP(74, SOUTH, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
822
[75] = PINGROUP(75, SOUTH, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
823
[76] = PINGROUP(76, SOUTH, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
824
[77] = PINGROUP(77, SOUTH, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
825
[78] = PINGROUP(78, SOUTH, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
826
[79] = PINGROUP(79, SOUTH, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
827
[80] = PINGROUP(80, WEST, qup2, dac_calib, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
828
[81] = PINGROUP(81, WEST, mdp_vsync_out_0, mdp_vsync_out_1, mdp_vsync, dac_calib, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
829
[82] = PINGROUP(82, WEST, qup0, dac_calib, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
830
[83] = PINGROUP(83, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
831
[84] = PINGROUP(84, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
832
[85] = PINGROUP(85, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
833
[86] = PINGROUP(86, WEST, qup0, gcc_gp1, atest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
834
[87] = PINGROUP(87, EAST, pbs, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
835
[88] = PINGROUP(88, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
836
[89] = PINGROUP(89, WEST, usb_phy, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
837
[90] = PINGROUP(90, EAST, mss_lte, pbs, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
838
[91] = PINGROUP(91, EAST, mss_lte, pbs, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
839
[92] = PINGROUP(92, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
840
[93] = PINGROUP(93, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
841
[94] = PINGROUP(94, WEST, _, qdss_gpio, wlan1_adc0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
842
[95] = PINGROUP(95, WEST, nav_gpio, gp_pdm0, qdss_gpio, wlan1_adc1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
843
[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
844
[97] = PINGROUP(97, WEST, qup4, nav_gpio, mdp_vsync, gp_pdm2, jitter_bist, qdss_cti, qdss_cti, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
845
[98] = PINGROUP(98, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
846
[99] = PINGROUP(99, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
847
[100] = PINGROUP(100, SOUTH, atest, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
848
[101] = PINGROUP(101, SOUTH, atest, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
849
[102] = PINGROUP(102, SOUTH, _, phase_flag, dac_calib, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
850
[103] = PINGROUP(103, SOUTH, _, phase_flag, dac_calib, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
851
[104] = PINGROUP(104, SOUTH, _, phase_flag, qdss_gpio, dac_calib, ddr_pxi3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
852
[105] = PINGROUP(105, SOUTH, _, phase_flag, qdss_gpio, dac_calib, ddr_pxi3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
853
[106] = PINGROUP(106, SOUTH, nav_gpio, gcc_gp3, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
854
[107] = PINGROUP(107, SOUTH, nav_gpio, gcc_gp2, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
855
[108] = PINGROUP(108, SOUTH, nav_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
856
[109] = PINGROUP(109, SOUTH, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
857
[110] = PINGROUP(110, SOUTH, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
858
[111] = PINGROUP(111, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6115.c
859
[112] = PINGROUP(112, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1081
[0] = PINGROUP(0, WEST, qup00, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1082
[1] = PINGROUP(1, WEST, qup00, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1083
[2] = PINGROUP(2, WEST, qup00, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1084
[3] = PINGROUP(3, WEST, qup00, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1085
[4] = PINGROUP(4, WEST, qup01, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1086
[5] = PINGROUP(5, WEST, qup01, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1087
[6] = PINGROUP(6, WEST, qup02, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1088
[7] = PINGROUP(7, WEST, qup02, ddr_bist, atest_tsens2, vsense_trigger, atest_usb1, ddr_pxi0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1089
[8] = PINGROUP(8, WEST, qup02, gp_pdm1, ddr_bist, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1090
[9] = PINGROUP(9, WEST, qup02, ddr_bist, dbg_out, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1091
[10] = PINGROUP(10, EAST, qup14, ddr_bist, atest_usb11, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1092
[11] = PINGROUP(11, EAST, qup14, atest_usb10, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1093
[12] = PINGROUP(12, EAST, qup14, jitter_bist, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1094
[13] = PINGROUP(13, EAST, qup14, pll_bypassnl, pll_bist, _, ddr_pxi3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1095
[14] = PINGROUP(14, WEST, qup03, qup03, pll_reset, agera_pll, _, qdss_cti, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1096
[15] = PINGROUP(15, WEST, qup03, qup03, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1097
[16] = PINGROUP(16, WEST, qup04, qup04, _, wlan2_adc1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1098
[17] = PINGROUP(17, WEST, qup04, qup04, _, wlan2_adc0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1099
[18] = PINGROUP(18, EAST, wsa_clk, qup13, ter_mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1100
[19] = PINGROUP(19, EAST, wsa_data, qup13, ter_mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1101
[20] = PINGROUP(20, EAST, qup13, ter_mi2s, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1102
[21] = PINGROUP(21, EAST, qup13, ter_mi2s, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1103
[22] = PINGROUP(22, WEST, qup10, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1104
[23] = PINGROUP(23, WEST, qup10, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1105
[24] = PINGROUP(24, WEST, qup10, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1106
[25] = PINGROUP(25, WEST, qup10, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1107
[26] = PINGROUP(26, WEST, qup10, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1108
[27] = PINGROUP(27, WEST, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1109
[28] = PINGROUP(28, WEST, qup12, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1110
[29] = PINGROUP(29, WEST, qup12, sd_write, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1111
[30] = PINGROUP(30, WEST, qup11, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1112
[31] = PINGROUP(31, WEST, qup11, jitter_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1113
[32] = PINGROUP(32, WEST, qup11, pll_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1114
[33] = PINGROUP(33, WEST, qup11, agera_pll, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1115
[34] = PINGROUP(34, SOUTH, cam_mclk, _, qdss, atest_tsens, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1116
[35] = PINGROUP(35, SOUTH, cam_mclk, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1117
[36] = PINGROUP(36, SOUTH, cam_mclk, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1118
[37] = PINGROUP(37, SOUTH, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1119
[38] = PINGROUP(38, EAST, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1120
[39] = PINGROUP(39, EAST, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1121
[40] = PINGROUP(40, EAST, cci_i2c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1122
[41] = PINGROUP(41, EAST, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1123
[42] = PINGROUP(42, EAST, cci_timer2, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1124
[43] = PINGROUP(43, EAST, cci_timer1, _, gcc_gp2, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1125
[44] = PINGROUP(44, SOUTH, cci_async, cci_timer4, _, gcc_gp2, _, qdss, cam_mclk, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1126
[45] = PINGROUP(45, SOUTH, cci_timer0, _, gcc_gp1, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1127
[46] = PINGROUP(46, SOUTH, cci_timer3, _, gcc_gp1, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1128
[47] = PINGROUP(47, SOUTH, cci_async, _, qdss, wlan1_adc1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1129
[48] = PINGROUP(48, SOUTH, cci_async, _, qdss, wlan1_adc0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1130
[49] = PINGROUP(49, SOUTH, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1131
[50] = PINGROUP(50, SOUTH, qlink_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1132
[51] = PINGROUP(51, SOUTH, qlink_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1133
[52] = PINGROUP(52, SOUTH, pa_indicator, nav_pps, nav_pps, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1134
[53] = PINGROUP(53, SOUTH, _, gps_tx, gp_pdm0, _, phase_flag, atest_usb13, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1135
[54] = PINGROUP(54, SOUTH, _, _, phase_flag, atest_usb12, ddr_pxi1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1136
[55] = PINGROUP(55, SOUTH, _, nav_pps, nav_pps, gps_tx, _, phase_flag, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1137
[56] = PINGROUP(56, SOUTH, _, nav_pps, gps_tx, nav_pps, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1138
[57] = PINGROUP(57, SOUTH, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1139
[58] = PINGROUP(58, SOUTH, _, nav_pps, nav_pps, gps_tx, gcc_gp3, _, phase_flag, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1140
[59] = PINGROUP(59, SOUTH, _, nav_pps, nav_pps, gps_tx, cri_trng0, _, phase_flag, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1141
[60] = PINGROUP(60, SOUTH, _, cri_trng, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1142
[61] = PINGROUP(61, SOUTH, _, cri_trng1, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1143
[62] = PINGROUP(62, SOUTH, _, _, gp_pdm2, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1144
[63] = PINGROUP(63, SOUTH, _, sp_cmu, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1145
[64] = PINGROUP(64, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1146
[65] = PINGROUP(65, SOUTH, _, gp_pdm1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1147
[66] = PINGROUP(66, SOUTH, _, _, atest_usb2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1148
[67] = PINGROUP(67, SOUTH, _, _, atest_usb23, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1149
[68] = PINGROUP(68, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1150
[69] = PINGROUP(69, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1151
[70] = PINGROUP(70, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1152
[71] = PINGROUP(71, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1153
[72] = PINGROUP(72, SOUTH, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1154
[73] = PINGROUP(73, SOUTH, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1155
[74] = PINGROUP(74, SOUTH, uim2_reset, _, atest_usb22, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1156
[75] = PINGROUP(75, SOUTH, uim2_present, _, atest_usb21, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1157
[76] = PINGROUP(76, SOUTH, uim1_data, _, atest_usb20, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1158
[77] = PINGROUP(77, SOUTH, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1159
[78] = PINGROUP(78, SOUTH, uim1_reset, gp_pdm2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1160
[79] = PINGROUP(79, SOUTH, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1161
[80] = PINGROUP(80, SOUTH, mdp_vsync, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1162
[81] = PINGROUP(81, SOUTH, mdp_vsync, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1163
[82] = PINGROUP(82, SOUTH, mdp_vsync, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1164
[83] = PINGROUP(83, SOUTH, _, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1165
[84] = PINGROUP(84, SOUTH, _, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1166
[85] = PINGROUP(85, SOUTH, copy_gp, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1167
[86] = PINGROUP(86, SOUTH, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1168
[87] = PINGROUP(87, WEST, tsense_pwm, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1169
[88] = PINGROUP(88, WEST, mpm_pwr, tgu_ch3, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1170
[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
1171
[90] = PINGROUP(90, WEST, tgu_ch1, atest_char1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1172
[91] = PINGROUP(91, WEST, vfr_1, tgu_ch2, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1173
[92] = PINGROUP(92, WEST, qdss, atest_char0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1174
[93] = PINGROUP(93, WEST, _, phase_flag, atest_char2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1175
[94] = PINGROUP(94, SOUTH, gp_pdm0, _, qdss, atest_char3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1176
[95] = PINGROUP(95, SOUTH, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1177
[96] = PINGROUP(96, SOUTH, mdp_vsync, ldo_en, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1178
[97] = PINGROUP(97, SOUTH, mdp_vsync, ldo_update, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1179
[98] = PINGROUP(98, SOUTH, _, phase_flag, prng_rosc, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1180
[99] = PINGROUP(99, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1181
[100] = PINGROUP(100, SOUTH, dp_hot, prng_rosc, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1182
[101] = PINGROUP(101, SOUTH, debug_hot, copy_phase, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1183
[102] = PINGROUP(102, SOUTH, usb_phy, _, qdss, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1184
[103] = PINGROUP(103, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1185
[104] = PINGROUP(104, EAST, unused1, _, qua_mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1186
[105] = PINGROUP(105, EAST, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1187
[106] = PINGROUP(106, EAST, swr_tx, aud_sb, qua_mi2s, _, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1188
[107] = PINGROUP(107, EAST, swr_tx, aud_sb, qua_mi2s, _, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1189
[108] = PINGROUP(108, EAST, swr_tx, aud_sb, qua_mi2s, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1190
[109] = PINGROUP(109, EAST, swr_tx, aud_sb, unused2, _, mss_lte, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1191
[110] = PINGROUP(110, EAST, swr_rx, qua_mi2s, _, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1192
[111] = PINGROUP(111, EAST, swr_rx, qua_mi2s, edp_hot, _, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1193
[112] = PINGROUP(112, EAST, swr_rx, audio_ref, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1194
[113] = PINGROUP(113, EAST, pri_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1195
[114] = PINGROUP(114, EAST, pri_mi2s_ws, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1196
[115] = PINGROUP(115, EAST, pri_mi2s, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1197
[116] = PINGROUP(116, EAST, pri_mi2s, adsp_ext, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1198
[117] = PINGROUP(117, SOUTH, edp_lcd, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1199
[118] = PINGROUP(118, SOUTH, mclk2, m_voc, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1200
[119] = PINGROUP(119, SOUTH, mclk1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1201
[120] = PINGROUP(120, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1202
[121] = PINGROUP(121, EAST, qca_sb, qui_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1203
[122] = PINGROUP(122, EAST, qca_sb, qui_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1204
[123] = PINGROUP(123, EAST, qui_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1205
[124] = PINGROUP(124, EAST, qui_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1206
[125] = PINGROUP(125, EAST, dmic0_clk, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1207
[126] = PINGROUP(126, EAST, dmic0_data, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1208
[127] = PINGROUP(127, EAST, dmic1_clk, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1209
[128] = PINGROUP(128, EAST, dmic1_data, sec_mi2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1210
[129] = PINGROUP(129, SOUTH, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1211
[130] = PINGROUP(130, SOUTH, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1212
[131] = PINGROUP(131, SOUTH, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6125.c
1213
[132] = PINGROUP(132, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1155
[0] = PINGROUP(0, ibi_i3c, qup00, cri_trng, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1156
[1] = PINGROUP(1, ibi_i3c, qup00, cri_trng, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1157
[2] = PINGROUP(2, qup00, cci_i2c, cri_trng, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1158
[3] = PINGROUP(3, qup00, cci_i2c, sp_cmu, dbg_out, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1159
[4] = PINGROUP(4, qup14, qup14, sdc1_tb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1160
[5] = PINGROUP(5, qup14, qup14, sdc2_tb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1161
[6] = PINGROUP(6, mdp_vsync, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1162
[7] = PINGROUP(7, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1163
[8] = PINGROUP(8, gp_pdm1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1164
[9] = PINGROUP(9, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1165
[10] = PINGROUP(10, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1166
[11] = PINGROUP(11, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1167
[12] = PINGROUP(12, m_voc, dp_hot, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1168
[13] = PINGROUP(13, qup10, pll_bypassnl, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1169
[14] = PINGROUP(14, qup10, pll_reset, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1170
[15] = PINGROUP(15, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1171
[16] = PINGROUP(16, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1172
[17] = PINGROUP(17, _, phase_flag, qup10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1173
[18] = PINGROUP(18, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1174
[19] = PINGROUP(19, qup12, qup12, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1175
[20] = PINGROUP(20, qup12, qup12, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1176
[21] = PINGROUP(21, gcc_gp2, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1177
[22] = PINGROUP(22, gcc_gp3, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1178
[23] = PINGROUP(23, mdp_vsync, edp_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1179
[24] = PINGROUP(24, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1180
[25] = PINGROUP(25, qup13_f1, qup13_f2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1181
[26] = PINGROUP(26, qup13_f1, qup13_f2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1182
[27] = PINGROUP(27, qup11, qup11, mdp_vsync, pll_bist, _, qdss_gpio14, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1183
[28] = PINGROUP(28, qup11, qup11, mdp_vsync, _, qdss_gpio15, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1184
[29] = PINGROUP(29, cam_mclk0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1185
[30] = PINGROUP(30, cam_mclk1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1186
[31] = PINGROUP(31, cam_mclk2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1187
[32] = PINGROUP(32, cam_mclk3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1188
[33] = PINGROUP(33, cam_mclk4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1189
[34] = PINGROUP(34, cci_timer0, _, phase_flag, qdss_gpio12, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1190
[35] = PINGROUP(35, cci_timer1, cci_async, _, phase_flag, qdss_gpio13, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1191
[36] = PINGROUP(36, cci_timer2, cci_async, _, phase_flag, qdss_gpio14, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1192
[37] = PINGROUP(37, cci_timer3, gp_pdm0, _, phase_flag, qdss_gpio15, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1193
[38] = PINGROUP(38, cci_timer4, _, phase_flag, qdss_gpio2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1194
[39] = PINGROUP(39, cci_i2c, _, phase_flag, qdss_gpio0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1195
[40] = PINGROUP(40, cci_i2c, _, phase_flag, qdss_gpio1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1196
[41] = PINGROUP(41, cci_i2c, _, phase_flag, qdss_gpio2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1197
[42] = PINGROUP(42, cci_i2c, _, phase_flag, qdss_gpio3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1198
[43] = PINGROUP(43, cci_i2c, _, phase_flag, qdss_gpio4, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1199
[44] = PINGROUP(44, cci_i2c, _, phase_flag, qdss_gpio5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1200
[45] = PINGROUP(45, qup02, _, phase_flag, qdss_gpio6, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1201
[46] = PINGROUP(46, qup02, _, phase_flag, qdss_gpio7, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1202
[47] = PINGROUP(47, mdp_vsync0, _, phase_flag, qdss_gpio3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1203
[48] = PINGROUP(48, cci_async, mdp_vsync1, gcc_gp1, _, phase_flag, qdss_gpio8, qup02, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1204
[49] = PINGROUP(49, vfr_1, _, phase_flag, qdss_gpio9, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1205
[50] = PINGROUP(50, _, phase_flag, qdss_gpio10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1206
[51] = PINGROUP(51, _, phase_flag, qdss_gpio11, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1207
[52] = PINGROUP(52, cci_async, gp_pdm1, _, phase_flag, qdss_gpio12, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1208
[53] = PINGROUP(53, cci_async, _, phase_flag, qdss_gpio13, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1209
[54] = PINGROUP(54, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1210
[55] = PINGROUP(55, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1211
[56] = PINGROUP(56, qup02, mdp_vsync2, _, phase_flag, qdss_gpio10, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1212
[57] = PINGROUP(57, qup02, mdp_vsync3, gp_pdm2, _, phase_flag, qdss_gpio11, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1213
[58] = PINGROUP(58, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1214
[59] = PINGROUP(59, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1215
[60] = PINGROUP(60, audio_ref, lpass_ext, mi2s_2, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1216
[61] = PINGROUP(61, qup01, tgu_ch0, _, phase_flag, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1217
[62] = PINGROUP(62, qup01, tgu_ch1, _, phase_flag, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1218
[63] = PINGROUP(63, qup01, tgu_ch2, _, phase_flag, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1219
[64] = PINGROUP(64, qup01, tgu_ch3, _, phase_flag, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1220
[65] = PINGROUP(65, mss_lte, _, qdss_gpio0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1221
[66] = PINGROUP(66, mss_lte, _, qdss_gpio1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1222
[67] = PINGROUP(67, btfm_slimbus, mi2s_1, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1223
[68] = PINGROUP(68, btfm_slimbus, mi2s_1, gp_pdm0, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1224
[69] = PINGROUP(69, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1225
[70] = PINGROUP(70, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1226
[71] = PINGROUP(71, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1227
[72] = PINGROUP(72, mi2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1228
[73] = PINGROUP(73, mi2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1229
[74] = PINGROUP(74, mi2s_2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1230
[75] = PINGROUP(75, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1231
[76] = PINGROUP(76, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1232
[77] = PINGROUP(77, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1233
[78] = PINGROUP(78, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1234
[79] = PINGROUP(79, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1235
[80] = PINGROUP(80, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1236
[81] = PINGROUP(81, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1237
[82] = PINGROUP(82, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1238
[83] = PINGROUP(83, atest_usb, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1239
[84] = PINGROUP(84, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1240
[85] = PINGROUP(85, sd_write, _, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1241
[86] = PINGROUP(86, btfm_slimbus, mi2s_1, _, qdss_cti, atest_usb, ddr_pxi0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1242
[87] = PINGROUP(87, btfm_slimbus, mi2s_1, adsp_ext, _, qdss_cti, atest_usb, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1243
[88] = PINGROUP(88, mi2s_0, _, qdss_gpio4, _, atest_usb, ddr_pxi2,
drivers/pinctrl/qcom/pinctrl-sm6350.c
1244
tsense_pwm1, tsense_pwm2, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1245
[89] = PINGROUP(89, mi2s_0, agera_pll, _, qdss_gpio5, _,
drivers/pinctrl/qcom/pinctrl-sm6350.c
1246
vsense_trigger, atest_usb, ddr_pxi3, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1247
[90] = PINGROUP(90, mi2s_0, jitter_bist, _, qdss_gpio6, _,
drivers/pinctrl/qcom/pinctrl-sm6350.c
1248
wlan1_adc0, atest_usb, ddr_pxi0, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1249
[91] = PINGROUP(91, mi2s_0, _, qdss_gpio7, _, wlan2_adc0,
drivers/pinctrl/qcom/pinctrl-sm6350.c
1250
atest_usb, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1251
[92] = PINGROUP(92, _, qdss_gpio8, atest_tsens, wlan1_adc1,
drivers/pinctrl/qcom/pinctrl-sm6350.c
1252
atest_usb, ddr_pxi2, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1253
[93] = PINGROUP(93, mclk, lpass_ext, _, qdss_gpio9, atest_tsens2,
drivers/pinctrl/qcom/pinctrl-sm6350.c
1254
wlan2_adc1, ddr_pxi3, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1255
[94] = PINGROUP(94, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1256
[95] = PINGROUP(95, ldo_en, _, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1257
[96] = PINGROUP(96, ldo_update, _, atest_char0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1258
[97] = PINGROUP(97, prng_rosc, _, atest_char1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1259
[98] = PINGROUP(98, _, atest_char2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1260
[99] = PINGROUP(99, _, atest_char3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1261
[100] = PINGROUP(100, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1262
[101] = PINGROUP(101, nav_gpio, nav_pps, nav_pps, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1263
[102] = PINGROUP(102, nav_gpio, nav_pps, nav_pps, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1264
[103] = PINGROUP(103, qlink0_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1265
[104] = PINGROUP(104, qlink0_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1266
[105] = PINGROUP(105, qlink0_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1267
[106] = PINGROUP(106, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1268
[107] = PINGROUP(107, qlink1_request, gps_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1269
[108] = PINGROUP(108, qlink1_enable, gps_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1270
[109] = PINGROUP(109, rffe0_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1271
[110] = PINGROUP(110, rffe0_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1272
[111] = PINGROUP(111, rffe1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1273
[112] = PINGROUP(112, rffe1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1274
[113] = PINGROUP(113, rffe2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1275
[114] = PINGROUP(114, rffe2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1276
[115] = PINGROUP(115, rffe3_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1277
[116] = PINGROUP(116, rffe3_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1278
[117] = PINGROUP(117, rffe4_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1279
[118] = PINGROUP(118, rffe4_clk, _, pa_indicator, dp_hot, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1280
[119] = PINGROUP(119, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1281
[120] = PINGROUP(120, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1282
[121] = PINGROUP(121, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1283
[122] = PINGROUP(122, pcie0_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1284
[123] = PINGROUP(123, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1285
[124] = PINGROUP(124, usb_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1286
[125] = PINGROUP(125, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1287
[126] = PINGROUP(126, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1288
[127] = PINGROUP(127, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1289
[128] = PINGROUP(128, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1290
[129] = PINGROUP(129, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1291
[130] = PINGROUP(130, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1292
[131] = PINGROUP(131, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1293
[132] = PINGROUP(132, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1294
[133] = PINGROUP(133, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1295
[134] = PINGROUP(134, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1296
[135] = PINGROUP(135, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1297
[136] = PINGROUP(136, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1298
[137] = PINGROUP(137, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1299
[138] = PINGROUP(138, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1300
[139] = PINGROUP(139, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1301
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1302
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1303
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1304
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1305
[144] = PINGROUP(144, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1306
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1307
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1308
[147] = PINGROUP(147, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1309
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1310
[149] = PINGROUP(149, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1311
[150] = PINGROUP(150, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1312
[151] = PINGROUP(151, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1313
[152] = PINGROUP(152, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1314
[153] = PINGROUP(153, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1315
[154] = PINGROUP(154, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6350.c
1316
[155] = PINGROUP(155, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1305
[0] = PINGROUP(0, ibi_i3c, qup00, cri_trng, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1306
[1] = PINGROUP(1, ibi_i3c, qup00, cri_trng, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1307
[2] = PINGROUP(2, qup00, cci_i2c, cri_trng, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1308
[3] = PINGROUP(3, qup00, cci_i2c, sp_cmu, dbg_out, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1309
[4] = PINGROUP(4, qup14, qup14, sdc1_tb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1310
[5] = PINGROUP(5, qup14, qup14, sdc2_tb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1311
[6] = PINGROUP(6, mdp_vsync, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1312
[7] = PINGROUP(7, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1313
[8] = PINGROUP(8, gp_pdm1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1314
[9] = PINGROUP(9, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1315
[10] = PINGROUP(10, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1316
[11] = PINGROUP(11, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1317
[12] = PINGROUP(12, m_voc, dp_hot, _, phase_flag0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1318
[13] = PINGROUP(13, qup10, pll_bypassnl, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1319
[14] = PINGROUP(14, qup10, pll_reset, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1320
[15] = PINGROUP(15, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1321
[16] = PINGROUP(16, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1322
[17] = PINGROUP(17, _, phase_flag1, qup10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1323
[18] = PINGROUP(18, _, phase_flag2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1324
[19] = PINGROUP(19, qup12, qup12, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1325
[20] = PINGROUP(20, qup12, qup12, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1326
[21] = PINGROUP(21, gcc_gp2, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1327
[22] = PINGROUP(22, gcc_gp3, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1328
[23] = PINGROUP(23, mdp_vsync, edp_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1329
[24] = PINGROUP(24, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1330
[25] = PINGROUP(25, qup13_f1, qup13_f2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1331
[26] = PINGROUP(26, qup13_f1, qup13_f2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1332
[27] = PINGROUP(27, qup11_f1, qup11_f2, mdp_vsync, pll_bist, _, qdss_gpio14, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1333
[28] = PINGROUP(28, qup11_f1, qup11_f2, mdp_vsync, _, qdss_gpio15, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1334
[29] = PINGROUP(29, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1335
[30] = PINGROUP(30, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1336
[31] = PINGROUP(31, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1337
[32] = PINGROUP(32, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1338
[33] = PINGROUP(33, cam_mclk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1339
[34] = PINGROUP(34, cci_timer0, _, phase_flag3, qdss_gpio12, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1340
[35] = PINGROUP(35, cci_timer1, cci_async, _, phase_flag4, qdss_gpio13, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1341
[36] = PINGROUP(36, cci_timer2, cci_async, _, phase_flag5, qdss_gpio14, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1342
[37] = PINGROUP(37, cci_timer3, gp_pdm0, _, phase_flag6, qdss_gpio15, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1343
[38] = PINGROUP(38, cci_timer4, _, phase_flag7, qdss_gpio2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1344
[39] = PINGROUP(39, cci_i2c, _, phase_flag8, qdss_gpio0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1345
[40] = PINGROUP(40, cci_i2c, _, phase_flag9, qdss_gpio1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1346
[41] = PINGROUP(41, cci_i2c, _, phase_flag10, qdss_gpio2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1347
[42] = PINGROUP(42, cci_i2c, _, phase_flag11, qdss_gpio3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1348
[43] = PINGROUP(43, cci_i2c, _, phase_flag12, qdss_gpio4, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1349
[44] = PINGROUP(44, cci_i2c, _, phase_flag13, qdss_gpio5, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1350
[45] = PINGROUP(45, qup02, _, phase_flag14, qdss_gpio6, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1351
[46] = PINGROUP(46, qup02, _, phase_flag15, qdss_gpio7, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1352
[47] = PINGROUP(47, mdp_vsync0, _, phase_flag16, qdss_gpio3, _, _, usb2phy_ac, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1353
[48] = PINGROUP(48, cci_async, mdp_vsync1, gcc_gp1, _, phase_flag17, qdss_gpio8, qup02,
drivers/pinctrl/qcom/pinctrl-sm6375.c
1354
_, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1355
[49] = PINGROUP(49, vfr_1, _, phase_flag18, qdss_gpio9, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1356
[50] = PINGROUP(50, _, phase_flag19, qdss_gpio10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1357
[51] = PINGROUP(51, _, phase_flag20, qdss_gpio11, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1358
[52] = PINGROUP(52, cci_async, gp_pdm1, _, phase_flag21, qdss_gpio12, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1359
[53] = PINGROUP(53, cci_async, _, phase_flag22, qdss_gpio13, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1360
[54] = PINGROUP(54, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1361
[55] = PINGROUP(55, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1362
[56] = PINGROUP(56, qup02, mdp_vsync2, _, phase_flag23, qdss_gpio10, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1363
[57] = PINGROUP(57, qup02, mdp_vsync3, gp_pdm2, _, phase_flag24, qdss_gpio11, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1364
[58] = PINGROUP(58, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1365
[59] = PINGROUP(59, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1366
[60] = PINGROUP(60, audio_ref, lpass_ext, mi2s_2, _, phase_flag25, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1367
[61] = PINGROUP(61, qup01, tgu_ch0, _, phase_flag26, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1368
[62] = PINGROUP(62, qup01, tgu_ch1, _, phase_flag27, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1369
[63] = PINGROUP(63, qup01, tgu_ch2, _, phase_flag28, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1370
[64] = PINGROUP(64, qup01, tgu_ch3, _, phase_flag29, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1371
[65] = PINGROUP(65, mss_lte, _, qdss_gpio0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1372
[66] = PINGROUP(66, mss_lte, _, qdss_gpio1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1373
[67] = PINGROUP(67, btfm_slimbus, mi2s_1, _, phase_flag30, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1374
[68] = PINGROUP(68, btfm_slimbus, mi2s_1, gp_pdm0, _, phase_flag31, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1375
[69] = PINGROUP(69, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1376
[70] = PINGROUP(70, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1377
[71] = PINGROUP(71, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1378
[72] = PINGROUP(72, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1379
[73] = PINGROUP(73, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1380
[74] = PINGROUP(74, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1381
[75] = PINGROUP(75, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1382
[76] = PINGROUP(76, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1383
[77] = PINGROUP(77, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1384
[78] = PINGROUP(78, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1385
[79] = PINGROUP(79, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1386
[80] = PINGROUP(80, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1387
[81] = PINGROUP(81, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1388
[82] = PINGROUP(82, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1389
[83] = PINGROUP(83, atest_usb1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1390
[84] = PINGROUP(84, _, atest_usb10, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1391
[85] = PINGROUP(85, sd_write, _, atest_usb11, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1392
[86] = PINGROUP(86, btfm_slimbus, mi2s_1, _, qdss_cti, atest_usb12, ddr_pxi0, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1393
[87] = PINGROUP(87, btfm_slimbus, mi2s_1, adsp_ext, _, qdss_cti, atest_usb13, ddr_pxi1, _,
drivers/pinctrl/qcom/pinctrl-sm6375.c
1394
_),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1395
[88] = PINGROUP(88, mi2s_0, _, qdss_gpio4, _, atest_usb2, ddr_pxi2, tsense_pwm1,
drivers/pinctrl/qcom/pinctrl-sm6375.c
1396
tsense_pwm2, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1397
[89] = PINGROUP(89, mi2s_0, agera_pll, _, qdss_gpio5, _, vsense_trigger, atest_usb20,
drivers/pinctrl/qcom/pinctrl-sm6375.c
1398
ddr_pxi3, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1399
[90] = PINGROUP(90, mi2s_0, jitter_bist, _, qdss_gpio6, _, wlan1_adc0, atest_usb21,
drivers/pinctrl/qcom/pinctrl-sm6375.c
1400
ddr_pxi0, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1401
[91] = PINGROUP(91, mi2s_0, _, qdss_gpio7, _, wlan2_adc0, atest_usb22, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1402
[92] = PINGROUP(92, _, qdss_gpio8, atest_tsens, wlan1_adc1, atest_usb23, ddr_pxi2, _, _,
drivers/pinctrl/qcom/pinctrl-sm6375.c
1403
_),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1404
[93] = PINGROUP(93, mclk, lpass_ext, _, qdss_gpio9, atest_tsens2, wlan2_adc1, ddr_pxi3,
drivers/pinctrl/qcom/pinctrl-sm6375.c
1405
_, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1406
[94] = PINGROUP(94, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1407
[95] = PINGROUP(95, ldo_en, _, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1408
[96] = PINGROUP(96, ldo_update, _, atest_char0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1409
[97] = PINGROUP(97, prng_rosc0, _, atest_char1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1410
[98] = PINGROUP(98, _, atest_char2, _, _, prng_rosc1, pll_clk, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1411
[99] = PINGROUP(99, _, atest_char3, _, _, prng_rosc2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1412
[100] = PINGROUP(100, _, _, prng_rosc3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1413
[101] = PINGROUP(101, nav_gpio, nav_pps, nav_pps, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1414
[102] = PINGROUP(102, nav_gpio, nav_pps, nav_pps, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1415
[103] = PINGROUP(103, qlink0_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1416
[104] = PINGROUP(104, qlink0_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1417
[105] = PINGROUP(105, qlink0_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1418
[106] = PINGROUP(106, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1419
[107] = PINGROUP(107, qlink1_request, gps_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1420
[108] = PINGROUP(108, qlink1_enable, gps_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1421
[109] = PINGROUP(109, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1422
[110] = PINGROUP(110, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1423
[111] = PINGROUP(111, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1424
[112] = PINGROUP(112, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1425
[113] = PINGROUP(113, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1426
[114] = PINGROUP(114, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1427
[115] = PINGROUP(115, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1428
[116] = PINGROUP(116, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1429
[117] = PINGROUP(117, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1430
[118] = PINGROUP(118, _, _, pa_indicator, dp_hot, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1431
[119] = PINGROUP(119, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1432
[120] = PINGROUP(120, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1433
[121] = PINGROUP(121, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1434
[122] = PINGROUP(122, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1435
[123] = PINGROUP(123, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1436
[124] = PINGROUP(124, usb_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1437
[125] = PINGROUP(125, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1438
[126] = PINGROUP(126, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1439
[127] = PINGROUP(127, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1440
[128] = PINGROUP(128, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1441
[129] = PINGROUP(129, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1442
[130] = PINGROUP(130, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1443
[131] = PINGROUP(131, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1444
[132] = PINGROUP(132, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1445
[133] = PINGROUP(133, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1446
[134] = PINGROUP(134, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1447
[135] = PINGROUP(135, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1448
[136] = PINGROUP(136, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1449
[137] = PINGROUP(137, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1450
[138] = PINGROUP(138, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1451
[139] = PINGROUP(139, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1452
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1453
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1454
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1455
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1456
[144] = PINGROUP(144, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1457
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1458
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1459
[147] = PINGROUP(147, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1460
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1461
[149] = PINGROUP(149, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1462
[150] = PINGROUP(150, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1463
[151] = PINGROUP(151, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1464
[152] = PINGROUP(152, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1465
[153] = PINGROUP(153, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1466
[154] = PINGROUP(154, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm6375.c
1467
[155] = PINGROUP(155, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1082
[0] = PINGROUP(0, SOUTH, qup01, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1083
[1] = PINGROUP(1, SOUTH, qup01, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1084
[2] = PINGROUP(2, SOUTH, qup01, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1085
[3] = PINGROUP(3, SOUTH, qup01, dbg_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1086
[4] = PINGROUP(4, NORTH, _, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1087
[5] = PINGROUP(5, NORTH, _, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1088
[6] = PINGROUP(6, NORTH, qup11, _, phase_flag, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1089
[7] = PINGROUP(7, NORTH, qup11, ddr_bist, _, phase_flag, atest_tsens2, vsense_trigger, atest_usb1, ddr_pxi0, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1090
[8] = PINGROUP(8, NORTH, qup11, gp_pdm1, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1091
[9] = PINGROUP(9, NORTH, qup11, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1092
[10] = PINGROUP(10, NORTH, mdp_vsync, ddr_bist, _, phase_flag, wlan2_adc1, atest_usb1, ddr_pxi2, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1093
[11] = PINGROUP(11, NORTH, mdp_vsync, edp_lcd, _, phase_flag, wlan2_adc0, atest_usb1, ddr_pxi2, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1094
[12] = PINGROUP(12, SOUTH, mdp_vsync, m_voc, qup01, _, phase_flag, ddr_pxi3, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1095
[13] = PINGROUP(13, SOUTH, cam_mclk, pll_bypassnl, _, phase_flag, qdss, ddr_pxi3, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1096
[14] = PINGROUP(14, SOUTH, cam_mclk, pll_reset, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1097
[15] = PINGROUP(15, SOUTH, cam_mclk, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1098
[16] = PINGROUP(16, SOUTH, cam_mclk, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1099
[17] = PINGROUP(17, SOUTH, cci_i2c, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1100
[18] = PINGROUP(18, SOUTH, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1101
[19] = PINGROUP(19, SOUTH, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1102
[20] = PINGROUP(20, SOUTH, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1103
[21] = PINGROUP(21, SOUTH, cci_timer0, gcc_gp2, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1104
[22] = PINGROUP(22, SOUTH, cci_timer1, gcc_gp3, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1105
[23] = PINGROUP(23, SOUTH, cci_timer2, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1106
[24] = PINGROUP(24, SOUTH, cci_timer3, cci_async, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1107
[25] = PINGROUP(25, SOUTH, cci_timer4, cci_async, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1108
[26] = PINGROUP(26, SOUTH, cci_async, jitter_bist, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1109
[27] = PINGROUP(27, SOUTH, cci_i2c, pll_bist, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1110
[28] = PINGROUP(28, SOUTH, cci_i2c, agera_pll, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1111
[29] = PINGROUP(29, NORTH, _, _, phase_flag, qdss, atest_tsens, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1112
[30] = PINGROUP(30, SOUTH, _, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1113
[31] = PINGROUP(31, WEST, _, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1114
[32] = PINGROUP(32, NORTH, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1115
[33] = PINGROUP(33, NORTH, sd_write, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1116
[34] = PINGROUP(34, SOUTH, qup02, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1117
[35] = PINGROUP(35, SOUTH, qup02, _, phase_flag, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1118
[36] = PINGROUP(36, SOUTH, _, phase_flag, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1119
[37] = PINGROUP(37, SOUTH, qup01, gp_pdm0, _, phase_flag, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1120
[38] = PINGROUP(38, SOUTH, qup03, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1121
[39] = PINGROUP(39, SOUTH, qup03, _, phase_flag, _, wlan1_adc0, atest_usb1, ddr_pxi1, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1122
[40] = PINGROUP(40, SOUTH, qup03, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1123
[41] = PINGROUP(41, SOUTH, qup03, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1124
[42] = PINGROUP(42, NORTH, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1125
[43] = PINGROUP(43, NORTH, qup12, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1126
[44] = PINGROUP(44, NORTH, qup12, _, phase_flag, qdss_cti, _, wlan1_adc1, atest_usb1, ddr_pxi1, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1127
[45] = PINGROUP(45, NORTH, qup12, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1128
[46] = PINGROUP(46, NORTH, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1129
[47] = PINGROUP(47, NORTH, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1130
[48] = PINGROUP(48, WEST, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1131
[49] = PINGROUP(49, WEST, pri_mi2s, qup00, wsa_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1132
[50] = PINGROUP(50, WEST, pri_mi2s_ws, qup00, wsa_data, gp_pdm1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1133
[51] = PINGROUP(51, WEST, pri_mi2s, qup00, atest_usb2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1134
[52] = PINGROUP(52, WEST, pri_mi2s, qup00, atest_usb2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1135
[53] = PINGROUP(53, WEST, ter_mi2s, qup04, qdss, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1136
[54] = PINGROUP(54, WEST, ter_mi2s, qup04, qdss, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1137
[55] = PINGROUP(55, WEST, ter_mi2s, qup04, qdss, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1138
[56] = PINGROUP(56, WEST, ter_mi2s, qup04, gcc_gp1, _, phase_flag, qdss, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1139
[57] = PINGROUP(57, WEST, sec_mi2s, qup00, gp_pdm2, _, phase_flag, qdss, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1140
[58] = PINGROUP(58, WEST, qua_mi2s, qup00, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1141
[59] = PINGROUP(59, NORTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1142
[60] = PINGROUP(60, NORTH, qup10, tsif1_error, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1143
[61] = PINGROUP(61, NORTH, qup10, tsif1_sync, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1144
[62] = PINGROUP(62, NORTH, qup10, tsif1_clk, tgu_ch3, _, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1145
[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
1146
[64] = PINGROUP(64, NORTH, tsif1_data, sdc4_cmd, qup10, tgu_ch1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1147
[65] = PINGROUP(65, NORTH, tsif2_error, sdc43, qup10, vfr_1, tgu_ch2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1148
[66] = PINGROUP(66, NORTH, tsif2_clk, sdc4_clk, pci_e, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1149
[67] = PINGROUP(67, NORTH, tsif2_en, sdc42, pci_e, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1150
[68] = PINGROUP(68, NORTH, tsif2_data, sdc41, pci_e, gp_pdm0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1151
[69] = PINGROUP(69, NORTH, tsif2_sync, sdc40, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1152
[70] = PINGROUP(70, NORTH, _, _, mdp_vsync, ldo_en, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1153
[71] = PINGROUP(71, NORTH, _, mdp_vsync, ldo_update, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1154
[72] = PINGROUP(72, NORTH, prng_rosc, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1155
[73] = PINGROUP(73, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1156
[74] = PINGROUP(74, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1157
[75] = PINGROUP(75, WEST, uim2_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1158
[76] = PINGROUP(76, WEST, uim2_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1159
[77] = PINGROUP(77, WEST, uim2_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1160
[78] = PINGROUP(78, WEST, uim2_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1161
[79] = PINGROUP(79, WEST, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1162
[80] = PINGROUP(80, WEST, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1163
[81] = PINGROUP(81, WEST, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1164
[82] = PINGROUP(82, WEST, uim1_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1165
[83] = PINGROUP(83, WEST, _, nav_pps_in, nav_pps_out, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1166
[84] = PINGROUP(84, WEST, _, nav_pps_in, nav_pps_out, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1167
[85] = PINGROUP(85, WEST, uim_batt, edp_hot, aoss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1168
[86] = PINGROUP(86, NORTH, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1169
[87] = PINGROUP(87, NORTH, adsp_ext, qdss, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1170
[88] = PINGROUP(88, NORTH, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1171
[89] = PINGROUP(89, NORTH, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1172
[90] = PINGROUP(90, NORTH, qdss, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1173
[91] = PINGROUP(91, NORTH, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1174
[92] = PINGROUP(92, NORTH, _, _, qup15, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1175
[93] = PINGROUP(93, NORTH, qdss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1176
[94] = PINGROUP(94, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1177
[95] = PINGROUP(95, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1178
[96] = PINGROUP(96, WEST, qlink_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1179
[97] = PINGROUP(97, WEST, qlink_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1180
[98] = PINGROUP(98, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1181
[99] = PINGROUP(99, WEST, _, pa_indicator, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1182
[100] = PINGROUP(100, WEST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1183
[101] = PINGROUP(101, NORTH, _, _, qup15, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1184
[102] = PINGROUP(102, NORTH, _, _, qup15, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1185
[103] = PINGROUP(103, NORTH, _, qup15, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1186
[104] = PINGROUP(104, WEST, usb_phy, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1187
[105] = PINGROUP(105, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1188
[106] = PINGROUP(106, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1189
[107] = PINGROUP(107, WEST, _, nav_pps_in, nav_pps_out, gps_tx, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1190
[108] = PINGROUP(108, SOUTH, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1191
[109] = PINGROUP(109, SOUTH, mss_lte, gps_tx, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1192
[110] = PINGROUP(110, NORTH, _, _, qup14, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1193
[111] = PINGROUP(111, NORTH, _, _, qup14, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1194
[112] = PINGROUP(112, NORTH, _, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1195
[113] = PINGROUP(113, NORTH, _, qup14, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1196
[114] = PINGROUP(114, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1197
[115] = PINGROUP(115, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1198
[116] = PINGROUP(116, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1199
[117] = PINGROUP(117, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm7150.c
1200
[118] = PINGROUP(118, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1314
[0] = PINGROUP(0, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1315
[1] = PINGROUP(1, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1316
[2] = PINGROUP(2, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1317
[3] = PINGROUP(3, SOUTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1318
[4] = PINGROUP(4, SOUTH, qup6, rgmii, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1319
[5] = PINGROUP(5, SOUTH, qup6, rgmii, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1320
[6] = PINGROUP(6, SOUTH, qup6, rgmii, qup_l6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1321
[7] = PINGROUP(7, SOUTH, qup6, rgmii, qup_l5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1322
[8] = PINGROUP(8, NORTH, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1323
[9] = PINGROUP(9, NORTH, mdp_vsync, edp_lcd, qup10, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1324
[10] = PINGROUP(10, NORTH, mdp_vsync, m_voc, edp_hot, qup10, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1325
[11] = PINGROUP(11, NORTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1326
[12] = PINGROUP(12, NORTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1327
[13] = PINGROUP(13, NORTH, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1328
[14] = PINGROUP(14, NORTH, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1329
[15] = PINGROUP(15, NORTH, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1330
[16] = PINGROUP(16, NORTH, cam_mclk, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1331
[17] = PINGROUP(17, NORTH, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1332
[18] = PINGROUP(18, NORTH, cci_i2c, phase_flag, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1333
[19] = PINGROUP(19, NORTH, cci_i2c, phase_flag, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1334
[20] = PINGROUP(20, NORTH, cci_i2c, phase_flag, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1335
[21] = PINGROUP(21, EAST, cci_timer0, gcc_gp2, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1336
[22] = PINGROUP(22, EAST, cci_timer1, gcc_gp3, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1337
[23] = PINGROUP(23, EAST, cci_timer2, qup18, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1338
[24] = PINGROUP(24, EAST, cci_timer3, cci_async, qup18, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1339
[25] = PINGROUP(25, EAST, cci_timer4, cci_async, qup18, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1340
[26] = PINGROUP(26, EAST, cci_async, qup18, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1341
[27] = PINGROUP(27, EAST, qup15, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1342
[28] = PINGROUP(28, EAST, qup15, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1343
[29] = PINGROUP(29, EAST, qup15, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1344
[30] = PINGROUP(30, EAST, qup15, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1345
[31] = PINGROUP(31, NORTH, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1346
[32] = PINGROUP(32, NORTH, cci_i2c, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1347
[33] = PINGROUP(33, NORTH, cci_i2c, qup_l5, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1348
[34] = PINGROUP(34, NORTH, cci_i2c, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1349
[35] = PINGROUP(35, NORTH, pci_e0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1350
[36] = PINGROUP(36, NORTH, pci_e0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1351
[37] = PINGROUP(37, NORTH, qup_l4, agera_pll, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1352
[38] = PINGROUP(38, SOUTH, usb_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1353
[39] = PINGROUP(39, NORTH, qup9, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1354
[40] = PINGROUP(40, NORTH, qup9, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1355
[41] = PINGROUP(41, NORTH, qup9, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1356
[42] = PINGROUP(42, NORTH, qup9, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1357
[43] = PINGROUP(43, EAST, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1358
[44] = PINGROUP(44, EAST, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1359
[45] = PINGROUP(45, EAST, qup13, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1360
[46] = PINGROUP(46, EAST, qup13, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1361
[47] = PINGROUP(47, EAST, qup14, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1362
[48] = PINGROUP(48, EAST, qup14, qdss, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1363
[49] = PINGROUP(49, EAST, qup14, _, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1364
[50] = PINGROUP(50, EAST, qup14, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1365
[51] = PINGROUP(51, SOUTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1366
[52] = PINGROUP(52, SOUTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1367
[53] = PINGROUP(53, SOUTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1368
[54] = PINGROUP(54, SOUTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1369
[55] = PINGROUP(55, SOUTH, qup17, qup19, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1370
[56] = PINGROUP(56, SOUTH, qup17, qup19, qdss_cti, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1371
[57] = PINGROUP(57, SOUTH, qup17, qup19, qdss_cti, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1372
[58] = PINGROUP(58, SOUTH, qup17, qup19, qdss_cti, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1373
[59] = PINGROUP(59, SOUTH, rgmii, qup_l4, phase_flag, _, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1374
[60] = PINGROUP(60, SOUTH, _, nav_pps, nav_pps, atest_usb2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1375
[61] = PINGROUP(61, SOUTH, qlink_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1376
[62] = PINGROUP(62, SOUTH, qlink_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1377
[63] = PINGROUP(63, SOUTH, wmss_reset, atest_usb23, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1378
[64] = PINGROUP(64, SOUTH, _, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1379
[65] = PINGROUP(65, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1380
[66] = PINGROUP(66, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1381
[67] = PINGROUP(67, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1382
[68] = PINGROUP(68, SOUTH, _, pa_indicator, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1383
[69] = PINGROUP(69, SOUTH, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1384
[70] = PINGROUP(70, SOUTH, mss_lte, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1385
[71] = PINGROUP(71, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1386
[72] = PINGROUP(72, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1387
[73] = PINGROUP(73, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1388
[74] = PINGROUP(74, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1389
[75] = PINGROUP(75, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1390
[76] = PINGROUP(76, SOUTH, _, _, _, nav_pps, nav_pps, phase_flag, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1391
[77] = PINGROUP(77, SOUTH, _, _, _, nav_pps, nav_pps, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1392
[78] = PINGROUP(78, SOUTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1393
[79] = PINGROUP(79, SOUTH, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1394
[80] = PINGROUP(80, SOUTH, _, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1395
[81] = PINGROUP(81, SOUTH, _, _, _, nav_pps, nav_pps, qup_l4, mdp_vsync, emac_pps, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1396
[82] = PINGROUP(82, SOUTH, _, _, _, nav_pps, nav_pps, qup_l5, mdp_vsync, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1397
[83] = PINGROUP(83, NORTH, qup12, qup16, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1398
[84] = PINGROUP(84, NORTH, qup12, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1399
[85] = PINGROUP(85, NORTH, qup12, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1400
[86] = PINGROUP(86, NORTH, qup12, qup16, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1401
[87] = PINGROUP(87, EAST, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1402
[88] = PINGROUP(88, NORTH, tsif1, qup8, qspi_cs, tgu_ch3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1403
[89] = PINGROUP(89, NORTH, tsif1, qup8, qspi0, mdp_vsync0, mdp_vsync1, mdp_vsync2, mdp_vsync3, tgu_ch0, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1404
[90] = PINGROUP(90, NORTH, tsif1, qup8, qspi1, sdc4, phase_flag, tgu_ch1, _, _, wlan1_adc1),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1405
[91] = PINGROUP(91, NORTH, tsif1, qup8, qspi2, sdc4, vfr_1, phase_flag, tgu_ch2, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1406
[92] = PINGROUP(92, NORTH, tsif2, qup11, qspi_clk, sdc4, phase_flag, _, wlan2_adc1, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1407
[93] = PINGROUP(93, NORTH, tsif2, qup11, qspi3, sdc4, phase_flag, _, wlan2_adc0, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1408
[94] = PINGROUP(94, NORTH, tsif2, qup11, qspi_cs, sdc4, phase_flag, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1409
[95] = PINGROUP(95, NORTH, tsif2, qup11, sdc4, qup_l4, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1410
[96] = PINGROUP(96, NORTH, tsif2, qup_l5, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1411
[97] = PINGROUP(97, NORTH, sd_write, tsif1, qup_l6, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1412
[98] = PINGROUP(98, SOUTH, qup7, ddr_bist, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1413
[99] = PINGROUP(99, SOUTH, qup7, ddr_bist, atest_usb13, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1414
[100] = PINGROUP(100, SOUTH, qup7, pll_bypassnl, atest_usb12, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1415
[101] = PINGROUP(101, SOUTH, qup7, pll_reset, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1416
[102] = PINGROUP(102, NORTH, pci_e1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1417
[103] = PINGROUP(103, NORTH, pci_e1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1418
[104] = PINGROUP(104, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1419
[105] = PINGROUP(105, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1420
[106] = PINGROUP(106, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1421
[107] = PINGROUP(107, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1422
[108] = PINGROUP(108, WEST, uim2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1423
[109] = PINGROUP(109, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1424
[110] = PINGROUP(110, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1425
[111] = PINGROUP(111, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1426
[112] = PINGROUP(112, WEST, uim1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1427
[113] = PINGROUP(113, WEST, uim_batt, usb2phy_ac, aoss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1428
[114] = PINGROUP(114, SOUTH, qup1, rgmii, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1429
[115] = PINGROUP(115, SOUTH, qup1, rgmii, phase_flag, adsp_ext, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1430
[116] = PINGROUP(116, SOUTH, qup1, rgmii, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1431
[117] = PINGROUP(117, SOUTH, qup1, rgmii, phase_flag, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1432
[118] = PINGROUP(118, SOUTH, rgmii, phase_flag, _, qdss, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1433
[119] = PINGROUP(119, SOUTH, qup5, rgmii, phase_flag, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1434
[120] = PINGROUP(120, SOUTH, qup5, rgmii, phase_flag, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1435
[121] = PINGROUP(121, SOUTH, qup5, rgmii, phase_flag, _, qdss, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1436
[122] = PINGROUP(122, SOUTH, qup5, rgmii, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1437
[123] = PINGROUP(123, SOUTH, usb2phy_ac, qup_l6, atest_usb22, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1438
[124] = PINGROUP(124, SOUTH, emac_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1439
[125] = PINGROUP(125, WEST, hs3_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1440
[126] = PINGROUP(126, SOUTH, sec_mi2s, qup2, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1441
[127] = PINGROUP(127, SOUTH, sec_mi2s, qup2, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1442
[128] = PINGROUP(128, SOUTH, sec_mi2s, qup2, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1443
[129] = PINGROUP(129, SOUTH, sec_mi2s, qup2, jitter_bist, atest_usb21, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1444
[130] = PINGROUP(130, SOUTH, sec_mi2s, pll_bist, atest_usb20, atest_char0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1445
[131] = PINGROUP(131, SOUTH, ter_mi2s, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1446
[132] = PINGROUP(132, SOUTH, ter_mi2s, _, qdss, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1447
[133] = PINGROUP(133, SOUTH, ter_mi2s, qdss, atest_char1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1448
[134] = PINGROUP(134, SOUTH, ter_mi2s, qdss, atest_char2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1449
[135] = PINGROUP(135, SOUTH, ter_mi2s, atest_char3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1450
[136] = PINGROUP(136, SOUTH, qua_mi2s, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1451
[137] = PINGROUP(137, SOUTH, qua_mi2s, gcc_gp2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1452
[138] = PINGROUP(138, SOUTH, qua_mi2s, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1453
[139] = PINGROUP(139, SOUTH, qua_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1454
[140] = PINGROUP(140, SOUTH, qua_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1455
[141] = PINGROUP(141, SOUTH, qua_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1456
[142] = PINGROUP(142, SOUTH, qua_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1457
[143] = PINGROUP(143, SOUTH, pri_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1458
[144] = PINGROUP(144, SOUTH, pri_mi2s, qup3, phase_flag, _, ddr_pxi0, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1459
[145] = PINGROUP(145, SOUTH, pri_mi2s_ws, qup3, phase_flag, ddr_bist, _, vsense_trigger, atest_usb1, ddr_pxi0, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1460
[146] = PINGROUP(146, SOUTH, pri_mi2s, qup3, ddr_bist, atest_usb11, ddr_pxi2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1461
[147] = PINGROUP(147, SOUTH, pri_mi2s, qup3, dbg_out, atest_usb10, ddr_pxi2, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1462
[148] = PINGROUP(148, SOUTH, spkr_i2s, audio_ref, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1463
[149] = PINGROUP(149, SOUTH, lpass_slimbus, spkr_i2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1464
[150] = PINGROUP(150, SOUTH, lpass_slimbus, spkr_i2s, tsense_pwm1, tsense_pwm2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1465
[151] = PINGROUP(151, SOUTH, lpass_slimbus, spkr_i2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1466
[152] = PINGROUP(152, SOUTH, lpass_slimbus, spkr_i2s, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1467
[153] = PINGROUP(153, SOUTH, btfm_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1468
[154] = PINGROUP(154, SOUTH, btfm_slimbus, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1469
[155] = PINGROUP(155, WEST, hs1_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1470
[156] = PINGROUP(156, WEST, hs1_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1471
[157] = PINGROUP(157, WEST, hs1_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1472
[158] = PINGROUP(158, WEST, hs1_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1473
[159] = PINGROUP(159, WEST, hs1_mi2s, cri_trng0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1474
[160] = PINGROUP(160, WEST, hs2_mi2s, cri_trng1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1475
[161] = PINGROUP(161, WEST, hs2_mi2s, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1476
[162] = PINGROUP(162, WEST, hs2_mi2s, sp_cmu, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1477
[163] = PINGROUP(163, WEST, hs2_mi2s, prng_rosc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1478
[164] = PINGROUP(164, WEST, hs2_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1479
[165] = PINGROUP(165, WEST, hs3_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1480
[166] = PINGROUP(166, WEST, hs3_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1481
[167] = PINGROUP(167, WEST, hs3_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1482
[168] = PINGROUP(168, WEST, hs3_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1483
[169] = PINGROUP(169, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1484
[170] = PINGROUP(170, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1485
[171] = PINGROUP(171, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1486
[172] = PINGROUP(172, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1487
[173] = PINGROUP(173, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8150.c
1488
[174] = PINGROUP(174, NORTH, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
79
LPI_PINGROUP(0, 0, swr_tx_clk, qua_mi2s_sclk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
80
LPI_PINGROUP(1, 2, swr_tx_data, qua_mi2s_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
81
LPI_PINGROUP(2, 4, swr_tx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
82
LPI_PINGROUP(3, 8, swr_rx_clk, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
83
LPI_PINGROUP(4, 10, swr_rx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
84
LPI_PINGROUP(5, 12, swr_tx_data, swr_rx_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
85
LPI_PINGROUP(6, LPI_NO_SLEW, dmic1_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
86
LPI_PINGROUP(7, LPI_NO_SLEW, dmic1_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
87
LPI_PINGROUP(8, LPI_NO_SLEW, dmic2_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
88
LPI_PINGROUP(9, LPI_NO_SLEW, dmic2_data, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
89
LPI_PINGROUP(10, 16, i2s2_clk, wsa_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
90
LPI_PINGROUP(11, 18, i2s2_ws, wsa_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
91
LPI_PINGROUP(12, LPI_NO_SLEW, dmic3_clk, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250-lpass-lpi.c
92
LPI_PINGROUP(13, LPI_NO_SLEW, dmic3_data, i2s2_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1134
[0] = PINGROUP(0, SOUTH, qup19, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1135
[1] = PINGROUP(1, SOUTH, qup19, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1136
[2] = PINGROUP(2, SOUTH, qup19, qdss_cti, qdss_cti, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1137
[3] = PINGROUP(3, SOUTH, qup19, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1138
[4] = PINGROUP(4, NORTH, qup1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1139
[5] = PINGROUP(5, NORTH, qup1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1140
[6] = PINGROUP(6, NORTH, qup1, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1141
[7] = PINGROUP(7, NORTH, qup1, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1142
[8] = PINGROUP(8, NORTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1143
[9] = PINGROUP(9, NORTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1144
[10] = PINGROUP(10, NORTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1145
[11] = PINGROUP(11, NORTH, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1146
[12] = PINGROUP(12, NORTH, qup5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1147
[13] = PINGROUP(13, NORTH, qup5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1148
[14] = PINGROUP(14, NORTH, qup5, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1149
[15] = PINGROUP(15, NORTH, qup5, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1150
[16] = PINGROUP(16, NORTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1151
[17] = PINGROUP(17, NORTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1152
[18] = PINGROUP(18, NORTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1153
[19] = PINGROUP(19, NORTH, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1154
[20] = PINGROUP(20, NORTH, qup7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1155
[21] = PINGROUP(21, NORTH, qup7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1156
[22] = PINGROUP(22, NORTH, qup7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1157
[23] = PINGROUP(23, NORTH, qup7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1158
[24] = PINGROUP(24, SOUTH, qup8, ibi_i3c, atest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1159
[25] = PINGROUP(25, SOUTH, qup8, ibi_i3c, atest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1160
[26] = PINGROUP(26, SOUTH, qup8, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1161
[27] = PINGROUP(27, SOUTH, qup8, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1162
[28] = PINGROUP(28, NORTH, qup0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1163
[29] = PINGROUP(29, NORTH, qup0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1164
[30] = PINGROUP(30, NORTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1165
[31] = PINGROUP(31, NORTH, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1166
[32] = PINGROUP(32, SOUTH, qup12, _, atest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1167
[33] = PINGROUP(33, SOUTH, qup12, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1168
[34] = PINGROUP(34, SOUTH, qup12, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1169
[35] = PINGROUP(35, SOUTH, qup12, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1170
[36] = PINGROUP(36, SOUTH, qup13, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1171
[37] = PINGROUP(37, SOUTH, qup13, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1172
[38] = PINGROUP(38, SOUTH, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1173
[39] = PINGROUP(39, SOUTH, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1174
[40] = PINGROUP(40, SOUTH, qup14, ibi_i3c, _, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1175
[41] = PINGROUP(41, SOUTH, qup14, ibi_i3c, _, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1176
[42] = PINGROUP(42, SOUTH, qup14, vsense_trigger, ddr_pxi1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1177
[43] = PINGROUP(43, SOUTH, qup14, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1178
[44] = PINGROUP(44, SOUTH, qup15, qdss_cti, dbg_out, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1179
[45] = PINGROUP(45, SOUTH, qup15, qdss_cti, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1180
[46] = PINGROUP(46, SOUTH, qup15, qup_l4, qdss_cti, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1181
[47] = PINGROUP(47, SOUTH, qup15, qup_l5, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1182
[48] = PINGROUP(48, SOUTH, qup16, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1183
[49] = PINGROUP(49, SOUTH, qup16, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1184
[50] = PINGROUP(50, SOUTH, qup16, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1185
[51] = PINGROUP(51, SOUTH, qup16, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1186
[52] = PINGROUP(52, SOUTH, qup17, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1187
[53] = PINGROUP(53, SOUTH, qup17, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1188
[54] = PINGROUP(54, SOUTH, qup17, jitter_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1189
[55] = PINGROUP(55, SOUTH, qup17, pll_bist, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1190
[56] = PINGROUP(56, SOUTH, qup18, ddr_pxi2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1191
[57] = PINGROUP(57, SOUTH, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1192
[58] = PINGROUP(58, SOUTH, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1193
[59] = PINGROUP(59, SOUTH, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1194
[60] = PINGROUP(60, SOUTH, qup11, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1195
[61] = PINGROUP(61, SOUTH, qup11, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1196
[62] = PINGROUP(62, SOUTH, qup11, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1197
[63] = PINGROUP(63, SOUTH, qup11, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1198
[64] = PINGROUP(64, SOUTH, usb2phy_ac, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1199
[65] = PINGROUP(65, SOUTH, usb_phy, pll_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1200
[66] = PINGROUP(66, NORTH, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1201
[67] = PINGROUP(67, NORTH, mdp_vsync, dp_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1202
[68] = PINGROUP(68, NORTH, mdp_vsync, dp_hot, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1203
[69] = PINGROUP(69, SOUTH, qspi_cs, tsif0_clk, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1204
[70] = PINGROUP(70, SOUTH, qspi0, tsif0_en, mdp_vsync0, mdp_vsync1, mdp_vsync2, mdp_vsync3, phase_flag, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1205
[71] = PINGROUP(71, SOUTH, qspi1, tsif0_data, sdc4_cmd, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1206
[72] = PINGROUP(72, SOUTH, qspi2, tsif0_sync, sdc43, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1207
[73] = PINGROUP(73, SOUTH, qspi_clk, tsif1_clk, sdc4_clk, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1208
[74] = PINGROUP(74, SOUTH, qspi3, tsif1_en, sdc42, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1209
[75] = PINGROUP(75, SOUTH, qspi_cs, tsif1_data, sdc41, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1210
[76] = PINGROUP(76, SOUTH, tsif1_sync, sdc40, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1211
[77] = PINGROUP(77, NORTH, qup_l6, aoss_cti, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1212
[78] = PINGROUP(78, NORTH, sd_write, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1213
[79] = PINGROUP(79, NORTH, pci_e0, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1214
[80] = PINGROUP(80, NORTH, pci_e0, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1215
[81] = PINGROUP(81, NORTH, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1216
[82] = PINGROUP(82, NORTH, pci_e1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1217
[83] = PINGROUP(83, NORTH, pci_e1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1218
[84] = PINGROUP(84, NORTH, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1219
[85] = PINGROUP(85, SOUTH, pci_e2, tgu_ch0, atest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1220
[86] = PINGROUP(86, SOUTH, pci_e2, tgu_ch3, atest, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1221
[87] = PINGROUP(87, SOUTH, atest, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1222
[88] = PINGROUP(88, SOUTH, _, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1223
[89] = PINGROUP(89, SOUTH, _, atest, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1224
[90] = PINGROUP(90, SOUTH, tsif1_error, usb2phy_ac, tgu_ch1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1225
[91] = PINGROUP(91, SOUTH, tsif0_error, tgu_ch2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1226
[92] = PINGROUP(92, NORTH, qup_l6, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1227
[93] = PINGROUP(93, NORTH, qup_l6, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1228
[94] = PINGROUP(94, NORTH, cam_mclk, ddr_bist, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1229
[95] = PINGROUP(95, NORTH, cam_mclk, ddr_bist, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1230
[96] = PINGROUP(96, NORTH, cam_mclk, pll_bypassnl, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1231
[97] = PINGROUP(97, NORTH, cam_mclk, pll_reset, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1232
[98] = PINGROUP(98, NORTH, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1233
[99] = PINGROUP(99, NORTH, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1234
[100] = PINGROUP(100, NORTH, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1235
[101] = PINGROUP(101, NORTH, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1236
[102] = PINGROUP(102, NORTH, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1237
[103] = PINGROUP(103, NORTH, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1238
[104] = PINGROUP(104, NORTH, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1239
[105] = PINGROUP(105, NORTH, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1240
[106] = PINGROUP(106, NORTH, cci_i2c, gcc_gp1, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1241
[107] = PINGROUP(107, NORTH, cci_i2c, gcc_gp2, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1242
[108] = PINGROUP(108, NORTH, cci_i2c, gcc_gp3, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1243
[109] = PINGROUP(109, NORTH, cci_timer0, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1244
[110] = PINGROUP(110, NORTH, cci_timer1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1245
[111] = PINGROUP(111, NORTH, cci_timer2, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1246
[112] = PINGROUP(112, NORTH, cci_timer3, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1247
[113] = PINGROUP(113, NORTH, cci_timer4, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1248
[114] = PINGROUP(114, NORTH, cci_async, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1249
[115] = PINGROUP(115, NORTH, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1250
[116] = PINGROUP(116, NORTH, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1251
[117] = PINGROUP(117, NORTH, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1252
[118] = PINGROUP(118, NORTH, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1253
[119] = PINGROUP(119, NORTH, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1254
[120] = PINGROUP(120, NORTH, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1255
[121] = PINGROUP(121, NORTH, qup3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1256
[122] = PINGROUP(122, NORTH, qup3, mdp_vsync, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1257
[123] = PINGROUP(123, NORTH, qup_l4, tsense_pwm1, tsense_pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1258
[124] = PINGROUP(124, NORTH, qup_l5, mdp_vsync, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1259
[125] = PINGROUP(125, SOUTH, qup9, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1260
[126] = PINGROUP(126, SOUTH, qup9, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1261
[127] = PINGROUP(127, SOUTH, qup9, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1262
[128] = PINGROUP(128, SOUTH, qup9, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1263
[129] = PINGROUP(129, SOUTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1264
[130] = PINGROUP(130, SOUTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1265
[131] = PINGROUP(131, SOUTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1266
[132] = PINGROUP(132, SOUTH, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1267
[133] = PINGROUP(133, WEST, mi2s2_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1268
[134] = PINGROUP(134, WEST, mi2s2_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1269
[135] = PINGROUP(135, WEST, mi2s2_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1270
[136] = PINGROUP(136, WEST, pri_mi2s, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1271
[137] = PINGROUP(137, WEST, sec_mi2s, audio_ref, mi2s2_data1, gcc_gp2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1272
[138] = PINGROUP(138, WEST, mi2s0_sck, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1273
[139] = PINGROUP(139, WEST, mi2s0_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1274
[140] = PINGROUP(140, WEST, mi2s0_data1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1275
[141] = PINGROUP(141, WEST, mi2s0_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1276
[142] = PINGROUP(142, WEST, lpass_slimbus, mi2s1_sck, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1277
[143] = PINGROUP(143, WEST, lpass_slimbus, mi2s1_data0, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1278
[144] = PINGROUP(144, WEST, lpass_slimbus, mi2s1_data1, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1279
[145] = PINGROUP(145, WEST, lpass_slimbus, mi2s1_ws, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1280
[146] = PINGROUP(146, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1281
[147] = PINGROUP(147, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1282
[148] = PINGROUP(148, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1283
[149] = PINGROUP(149, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1284
[150] = PINGROUP(150, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1285
[151] = PINGROUP(151, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1286
[152] = PINGROUP(152, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1287
[153] = PINGROUP(153, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1288
[154] = PINGROUP(154, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1289
[155] = PINGROUP(155, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1290
[156] = PINGROUP(156, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1291
[157] = PINGROUP(157, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1292
[158] = PINGROUP(158, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1293
[159] = PINGROUP(159, WEST, cri_trng0, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1294
[160] = PINGROUP(160, WEST, cri_trng1, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1295
[161] = PINGROUP(161, WEST, cri_trng, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1296
[162] = PINGROUP(162, WEST, sp_cmu, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1297
[163] = PINGROUP(163, WEST, prng_rosc, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1298
[164] = PINGROUP(164, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1299
[165] = PINGROUP(165, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1300
[166] = PINGROUP(166, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1301
[167] = PINGROUP(167, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1302
[168] = PINGROUP(168, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1303
[169] = PINGROUP(169, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1304
[170] = PINGROUP(170, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1305
[171] = PINGROUP(171, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1306
[172] = PINGROUP(172, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1307
[173] = PINGROUP(173, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1308
[174] = PINGROUP(174, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1309
[175] = PINGROUP(175, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1310
[176] = PINGROUP(176, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1311
[177] = PINGROUP(177, WEST, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1312
[178] = PINGROUP(178, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8250.c
1313
[179] = PINGROUP(179, WEST, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1389
[0] = PINGROUP(0, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1390
[1] = PINGROUP(1, qup13, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1391
[2] = PINGROUP(2, qup13, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1392
[3] = PINGROUP(3, qup13, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1393
[4] = PINGROUP(4, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1394
[5] = PINGROUP(5, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1395
[6] = PINGROUP(6, qup0, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1396
[7] = PINGROUP(7, qup0, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1397
[8] = PINGROUP(8, qup1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1398
[9] = PINGROUP(9, qup1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1399
[10] = PINGROUP(10, qup1, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1400
[11] = PINGROUP(11, qup1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1401
[12] = PINGROUP(12, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1402
[13] = PINGROUP(13, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1403
[14] = PINGROUP(14, qup2, qdss_cti, dbg_out, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1404
[15] = PINGROUP(15, qup2, mdp_vsync, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1405
[16] = PINGROUP(16, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1406
[17] = PINGROUP(17, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1407
[18] = PINGROUP(18, qup3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1408
[19] = PINGROUP(19, qup3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1409
[20] = PINGROUP(20, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1410
[21] = PINGROUP(21, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1411
[22] = PINGROUP(22, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1412
[23] = PINGROUP(23, qup4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1413
[24] = PINGROUP(24, qup5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1414
[25] = PINGROUP(25, qup5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1415
[26] = PINGROUP(26, qup5, mdp_vsync, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1416
[27] = PINGROUP(27, qup5, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1417
[28] = PINGROUP(28, qup6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1418
[29] = PINGROUP(29, qup6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1419
[30] = PINGROUP(30, qup6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1420
[31] = PINGROUP(31, qup6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1421
[32] = PINGROUP(32, qup7, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1422
[33] = PINGROUP(33, qup7, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1423
[34] = PINGROUP(34, qup7, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1424
[35] = PINGROUP(35, qup7, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1425
[36] = PINGROUP(36, qup8, ibi_i3c, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1426
[37] = PINGROUP(37, qup8, ibi_i3c, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1427
[38] = PINGROUP(38, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1428
[39] = PINGROUP(39, qup8, usb2phy_ac, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1429
[40] = PINGROUP(40, qup9, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1430
[41] = PINGROUP(41, qup9, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1431
[42] = PINGROUP(42, qup9, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1432
[43] = PINGROUP(43, qup9, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1433
[44] = PINGROUP(44, qup10, qspi0, sdc40, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1434
[45] = PINGROUP(45, qup10, qspi1, sdc41, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1435
[46] = PINGROUP(46, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1436
[47] = PINGROUP(47, qup10, qspi_cs, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1437
[48] = PINGROUP(48, qup11, qspi2, sdc42, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1438
[49] = PINGROUP(49, qup11, qspi3, sdc43, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1439
[50] = PINGROUP(50, qup11, qspi_clk, sdc4_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1440
[51] = PINGROUP(51, qup11, qspi_cs, sdc4_cmd, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1441
[52] = PINGROUP(52, qup12, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1442
[53] = PINGROUP(53, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1443
[54] = PINGROUP(54, qup12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1444
[55] = PINGROUP(55, qup12, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1445
[56] = PINGROUP(56, qup14, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1446
[57] = PINGROUP(57, qup14, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1447
[58] = PINGROUP(58, qup14, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1448
[59] = PINGROUP(59, qup14, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1449
[60] = PINGROUP(60, qup15, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1450
[61] = PINGROUP(61, qup15, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1451
[62] = PINGROUP(62, qup15, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1452
[63] = PINGROUP(63, qup15, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1453
[64] = PINGROUP(64, qup16, tb_trig, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1454
[65] = PINGROUP(65, qup16, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1455
[66] = PINGROUP(66, qup16, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1456
[67] = PINGROUP(67, qup16, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1457
[68] = PINGROUP(68, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1458
[69] = PINGROUP(69, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1459
[70] = PINGROUP(70, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1460
[71] = PINGROUP(71, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1461
[72] = PINGROUP(72, qup17, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1462
[73] = PINGROUP(73, qup17, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1463
[74] = PINGROUP(74, qup17, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1464
[75] = PINGROUP(75, qup17, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1465
[76] = PINGROUP(76, qup19, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1466
[77] = PINGROUP(77, qup19, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1467
[78] = PINGROUP(78, qup19, phase_flag, _, vsense_trigger, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1468
[79] = PINGROUP(79, qup19, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1469
[80] = PINGROUP(80, usb2phy_ac, jitter_bist, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1470
[81] = PINGROUP(81, usb_phy, pll_bist, pll_clk, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1471
[82] = PINGROUP(82, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1472
[83] = PINGROUP(83, mdp_vsync, dp_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1473
[84] = PINGROUP(84, mdp_vsync, vfr_0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1474
[85] = PINGROUP(85, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1475
[86] = PINGROUP(86, mdp_vsync0, mdp_vsync1, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1476
[87] = PINGROUP(87, dp_hot, mdp_vsync2, mdp_vsync3, qdss_cti, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1477
[88] = PINGROUP(88, qdss_cti, tsense_pwm1, tsense_pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1478
[89] = PINGROUP(89, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1479
[90] = PINGROUP(90, vfr_1, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1480
[91] = PINGROUP(91, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1481
[92] = PINGROUP(92, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1482
[93] = PINGROUP(93, sd_write, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1483
[94] = PINGROUP(94, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1484
[95] = PINGROUP(95, pcie0_clkreqn, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1485
[96] = PINGROUP(96, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1486
[97] = PINGROUP(97, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1487
[98] = PINGROUP(98, pcie1_clkreqn, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1488
[99] = PINGROUP(99, tgu_ch0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1489
[100] = PINGROUP(100, cam_mclk, tgu_ch1, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1490
[101] = PINGROUP(101, cam_mclk, tgu_ch2, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1491
[102] = PINGROUP(102, cam_mclk, tgu_ch3, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1492
[103] = PINGROUP(103, cam_mclk, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1493
[104] = PINGROUP(104, cam_mclk, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1494
[105] = PINGROUP(105, cam_mclk, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1495
[106] = PINGROUP(106, cci_async, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1496
[107] = PINGROUP(107, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1497
[108] = PINGROUP(108, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1498
[109] = PINGROUP(109, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1499
[110] = PINGROUP(110, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1500
[111] = PINGROUP(111, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1501
[112] = PINGROUP(112, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1502
[113] = PINGROUP(113, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1503
[114] = PINGROUP(114, cci_i2c, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1504
[115] = PINGROUP(115, cci_timer, gcc_gp1, qdss_gpio, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1505
[116] = PINGROUP(116, cci_timer, gcc_gp2, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1506
[117] = PINGROUP(117, cci_timer, gcc_gp3, qdss_gpio, atest_char, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1507
[118] = PINGROUP(118, cci_timer, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1508
[119] = PINGROUP(119, cci_timer, cci_async, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1509
[120] = PINGROUP(120, mi2s2_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1510
[121] = PINGROUP(121, mi2s2_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1511
[122] = PINGROUP(122, mi2s2_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1512
[123] = PINGROUP(123, pri_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1513
[124] = PINGROUP(124, sec_mi2s, audio_ref, mi2s2_data1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1514
[125] = PINGROUP(125, mi2s0_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1515
[126] = PINGROUP(126, mi2s0_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1516
[127] = PINGROUP(127, mi2s0_data1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1517
[128] = PINGROUP(128, mi2s0_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1518
[129] = PINGROUP(129, lpass_slimbus, mi2s1_sck, gcc_gp1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1519
[130] = PINGROUP(130, lpass_slimbus, mi2s1_data0, gcc_gp2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1520
[131] = PINGROUP(131, mi2s1_data1, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1521
[132] = PINGROUP(132, mi2s1_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1522
[133] = PINGROUP(133, uim1_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1523
[134] = PINGROUP(134, uim1_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1524
[135] = PINGROUP(135, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1525
[136] = PINGROUP(136, uim1_present, tb_trig, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1526
[137] = PINGROUP(137, uim0_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1527
[138] = PINGROUP(138, uim0_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1528
[139] = PINGROUP(139, uim0_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1529
[140] = PINGROUP(140, uim0_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1530
[141] = PINGROUP(141, _, mss_grfc0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1531
[142] = PINGROUP(142, _, mss_grfc1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1532
[143] = PINGROUP(143, _, mss_grfc2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1533
[144] = PINGROUP(144, _, mss_grfc3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1534
[145] = PINGROUP(145, _, mss_grfc4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1535
[146] = PINGROUP(146, _, mss_grfc5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1536
[147] = PINGROUP(147, _, mss_grfc6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1537
[148] = PINGROUP(148, _, mss_grfc7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1538
[149] = PINGROUP(149, _, mss_grfc8, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1539
[150] = PINGROUP(150, _, mss_grfc9, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1540
[151] = PINGROUP(151, coex_uart1, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1541
[152] = PINGROUP(152, coex_uart1, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1542
[153] = PINGROUP(153, coex_uart2, mss_grfc10, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1543
[154] = PINGROUP(154, coex_uart2, mss_grfc11, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1544
[155] = PINGROUP(155, nav_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1545
[156] = PINGROUP(156, nav_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1546
[157] = PINGROUP(157, mss_grfc12, pa_indicator, nav_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1547
[158] = PINGROUP(158, mss_grfc0, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1548
[159] = PINGROUP(159, qlink0_request, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1549
[160] = PINGROUP(160, qlink0_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1550
[161] = PINGROUP(161, qlink0_wmss, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1551
[162] = PINGROUP(162, qlink1_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1552
[163] = PINGROUP(163, qlink1_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1553
[164] = PINGROUP(164, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1554
[165] = PINGROUP(165, qlink2_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1555
[166] = PINGROUP(166, qlink2_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1556
[167] = PINGROUP(167, qlink2_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1557
[168] = PINGROUP(168, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1558
[169] = PINGROUP(169, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1559
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1560
[171] = PINGROUP(171, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1561
[172] = PINGROUP(172, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1562
[173] = PINGROUP(173, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1563
[174] = PINGROUP(174, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1564
[175] = PINGROUP(175, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1565
[176] = PINGROUP(176, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1566
[177] = PINGROUP(177, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1567
[178] = PINGROUP(178, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1568
[179] = PINGROUP(179, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1569
[180] = PINGROUP(180, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1570
[181] = PINGROUP(181, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1571
[182] = PINGROUP(182, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1572
[183] = PINGROUP(183, cri_trng0, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1573
[184] = PINGROUP(184, cri_trng1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1574
[185] = PINGROUP(185, prng_rosc, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1575
[186] = PINGROUP(186, cri_trng, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1576
[187] = PINGROUP(187, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1577
[188] = PINGROUP(188, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1578
[189] = PINGROUP(189, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1579
[190] = PINGROUP(190, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1580
[191] = PINGROUP(191, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1581
[192] = PINGROUP(192, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1582
[193] = PINGROUP(193, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1583
[194] = PINGROUP(194, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1584
[195] = PINGROUP(195, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1585
[196] = PINGROUP(196, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1586
[197] = PINGROUP(197, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1587
[198] = PINGROUP(198, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1588
[199] = PINGROUP(199, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1589
[200] = PINGROUP(200, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1590
[201] = PINGROUP(201, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8350.c
1591
[202] = PINGROUP(202, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
121
LPI_PINGROUP(0, 0, swr_tx_clk, qua_mi2s_sclk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
122
LPI_PINGROUP(1, 2, swr_tx_data, qua_mi2s_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
123
LPI_PINGROUP(2, 4, swr_tx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
124
LPI_PINGROUP(3, 8, swr_rx_clk, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
125
LPI_PINGROUP(4, 10, swr_rx_data, qua_mi2s_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
126
LPI_PINGROUP(5, 12, swr_rx_data, ext_mclk1_c, qua_mi2s_data, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
127
LPI_PINGROUP(6, LPI_NO_SLEW, dmic1_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
128
LPI_PINGROUP(7, LPI_NO_SLEW, dmic1_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
129
LPI_PINGROUP(8, LPI_NO_SLEW, dmic2_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
130
LPI_PINGROUP(9, LPI_NO_SLEW, dmic2_data, i2s1_data, ext_mclk1_b, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
131
LPI_PINGROUP(10, 16, i2s2_clk, wsa_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
132
LPI_PINGROUP(11, 18, i2s2_ws, wsa_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
133
LPI_PINGROUP(12, LPI_NO_SLEW, dmic3_clk, i2s4_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
134
LPI_PINGROUP(13, LPI_NO_SLEW, dmic3_data, i2s4_ws, ext_mclk1_a, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
135
LPI_PINGROUP(14, 6, swr_tx_data, ext_mclk1_d, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
136
LPI_PINGROUP(15, 20, i2s2_data, wsa2_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
137
LPI_PINGROUP(16, 22, i2s2_data, wsa2_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
138
LPI_PINGROUP(17, LPI_NO_SLEW, dmic4_clk, i2s4_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
139
LPI_PINGROUP(18, LPI_NO_SLEW, dmic4_data, i2s4_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
140
LPI_PINGROUP(19, LPI_NO_SLEW, i2s3_clk, slimbus_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
141
LPI_PINGROUP(20, LPI_NO_SLEW, i2s3_ws, slimbus_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
142
LPI_PINGROUP(21, LPI_NO_SLEW, i2s3_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c
143
LPI_PINGROUP(22, LPI_NO_SLEW, i2s3_data, ext_mclk1_e, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1416
[0] = PINGROUP(0, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1417
[1] = PINGROUP(1, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1418
[2] = PINGROUP(2, qup0, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1419
[3] = PINGROUP(3, qup0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1420
[4] = PINGROUP(4, qup1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1421
[5] = PINGROUP(5, qup1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1422
[6] = PINGROUP(6, qup1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1423
[7] = PINGROUP(7, qup1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1424
[8] = PINGROUP(8, qup2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1425
[9] = PINGROUP(9, qup2, dbg_out, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1426
[10] = PINGROUP(10, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1427
[11] = PINGROUP(11, qup2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1428
[12] = PINGROUP(12, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1429
[13] = PINGROUP(13, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1430
[14] = PINGROUP(14, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1431
[15] = PINGROUP(15, qup3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1432
[16] = PINGROUP(16, qup4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1433
[17] = PINGROUP(17, qup4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1434
[18] = PINGROUP(18, qup4, phase_flag, _, vsense_trigger, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1435
[19] = PINGROUP(19, qup4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1436
[20] = PINGROUP(20, qup6, pll_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1437
[21] = PINGROUP(21, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1438
[22] = PINGROUP(22, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1439
[23] = PINGROUP(23, qup6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1440
[24] = PINGROUP(24, qup7, qup_l4, jitter_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1441
[25] = PINGROUP(25, qup7, qup_l5, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1442
[26] = PINGROUP(26, qup7, qup_l6, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1443
[27] = PINGROUP(27, qup7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1444
[28] = PINGROUP(28, qup8, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1445
[29] = PINGROUP(29, qup8, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1446
[30] = PINGROUP(30, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1447
[31] = PINGROUP(31, qup8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1448
[32] = PINGROUP(32, qup9, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1449
[33] = PINGROUP(33, qup9, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1450
[34] = PINGROUP(34, qup9, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1451
[35] = PINGROUP(35, qup9, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1452
[36] = PINGROUP(36, qup10, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1453
[37] = PINGROUP(37, qup10, ddr_bist, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1454
[38] = PINGROUP(38, qup10, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1455
[39] = PINGROUP(39, qup10, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1456
[40] = PINGROUP(40, qup11, qup_l4, ddr_bist, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1457
[41] = PINGROUP(41, qup11, qup_l5, ddr_bist, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1458
[42] = PINGROUP(42, qup11, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1459
[43] = PINGROUP(43, qup11, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1460
[44] = PINGROUP(44, qup12, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1461
[45] = PINGROUP(45, qup12, ddr_pxi2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1462
[46] = PINGROUP(46, qup12, mdp_vsync, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1463
[47] = PINGROUP(47, qup12, dp_hot, mdp_vsync, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1464
[48] = PINGROUP(48, qup13, qspi2, sdc42, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1465
[49] = PINGROUP(49, qup13, qspi3, sdc43, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1466
[50] = PINGROUP(50, qup13, qspi_clk, sdc4_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1467
[51] = PINGROUP(51, qup13, qspi_cs, sdc4_cmd, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1468
[52] = PINGROUP(52, qup14, qspi0, sdc40, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1469
[53] = PINGROUP(53, qup14, qspi1, sdc41, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1470
[54] = PINGROUP(54, qup14, qspi_cs, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1471
[55] = PINGROUP(55, qup14, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1472
[56] = PINGROUP(56, qup15, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1473
[57] = PINGROUP(57, qup15, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1474
[58] = PINGROUP(58, qup15, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1475
[59] = PINGROUP(59, qup15, qup_l5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1476
[60] = PINGROUP(60, qup16, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1477
[61] = PINGROUP(61, qup16, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1478
[62] = PINGROUP(62, qup16, qup_l6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1479
[63] = PINGROUP(63, qup16, qup_l4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1480
[64] = PINGROUP(64, qup17, tb_trig, tgu_ch0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1481
[65] = PINGROUP(65, qup17, tgu_ch1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1482
[66] = PINGROUP(66, qup17, qup_l5, tgu_ch2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1483
[67] = PINGROUP(67, qup17, qup_l6, tgu_ch3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1484
[68] = PINGROUP(68, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1485
[69] = PINGROUP(69, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1486
[70] = PINGROUP(70, qup18, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1487
[71] = PINGROUP(71, qup18, cri_trng0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1488
[72] = PINGROUP(72, qup19, cri_trng1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1489
[73] = PINGROUP(73, qup19, prng_rosc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1490
[74] = PINGROUP(74, qup19, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1491
[75] = PINGROUP(75, qup19, prng_rosc, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1492
[76] = PINGROUP(76, qup20, phase_flag, tmess_prng3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1493
[77] = PINGROUP(77, qup20, phase_flag, tmess_prng2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1494
[78] = PINGROUP(78, qup20, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1495
[79] = PINGROUP(79, qup20, phase_flag, tmess_prng1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1496
[80] = PINGROUP(80, qup21, qdss_cti, phase_flag, tmess_prng0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1497
[81] = PINGROUP(81, qup21, qdss_cti, phase_flag, prng_rosc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1498
[82] = PINGROUP(82, qup21, qdss_cti, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1499
[83] = PINGROUP(83, qup21, qdss_cti, phase_flag, prng_rosc, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1500
[84] = PINGROUP(84, qup5, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1501
[85] = PINGROUP(85, qup5, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1502
[86] = PINGROUP(86, mdp_vsync, mdp_vsync0, mdp_vsync1, gcc_gp1, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1503
[87] = PINGROUP(87, mdp_vsync, mdp_vsync2, mdp_vsync3, gcc_gp2, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1504
[88] = PINGROUP(88, mdp_vsync, gcc_gp3, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1505
[89] = PINGROUP(89, vfr_0, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1506
[90] = PINGROUP(90, usb2phy_ac, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1507
[91] = PINGROUP(91, usb_phy, tsense_pwm1, tsense_pwm2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1508
[92] = PINGROUP(92, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1509
[93] = PINGROUP(93, sd_write, qdss_cti, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1510
[94] = PINGROUP(94, cmu_rng, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1511
[95] = PINGROUP(95, pcie0_clkreqn, cmu_rng, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1512
[96] = PINGROUP(96, cmu_rng, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1513
[97] = PINGROUP(97, cmu_rng, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1514
[98] = PINGROUP(98, pcie1_clkreqn, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1515
[99] = PINGROUP(99, phase_flag, cri_trng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1516
[100] = PINGROUP(100, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1517
[101] = PINGROUP(101, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1518
[102] = PINGROUP(102, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1519
[103] = PINGROUP(103, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1520
[104] = PINGROUP(104, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1521
[105] = PINGROUP(105, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1522
[106] = PINGROUP(106, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1523
[107] = PINGROUP(107, cam_mclk, qdss_gpio, pll_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1524
[108] = PINGROUP(108, aon_cam, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1525
[109] = PINGROUP(109, cci_async, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1526
[110] = PINGROUP(110, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1527
[111] = PINGROUP(111, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1528
[112] = PINGROUP(112, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1529
[113] = PINGROUP(113, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1530
[114] = PINGROUP(114, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1531
[115] = PINGROUP(115, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1532
[116] = PINGROUP(116, cci_timer, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1533
[117] = PINGROUP(117, cci_timer, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1534
[118] = PINGROUP(118, cci_timer, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1535
[119] = PINGROUP(119, cci_timer, cci_async, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1536
[120] = PINGROUP(120, cci_timer, cci_async, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1537
[121] = PINGROUP(121, mi2s2_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1538
[122] = PINGROUP(122, mi2s2_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1539
[123] = PINGROUP(123, mi2s2_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1540
[124] = PINGROUP(124, mi2s2_data1, sec_mi2s, audio_ref, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1541
[125] = PINGROUP(125, pri_mi2s, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1542
[126] = PINGROUP(126, mi2s0_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1543
[127] = PINGROUP(127, mi2s0_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1544
[128] = PINGROUP(128, mi2s0_data1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1545
[129] = PINGROUP(129, mi2s0_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1546
[130] = PINGROUP(130, uim0_data, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1547
[131] = PINGROUP(131, uim0_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1548
[132] = PINGROUP(132, uim0_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1549
[133] = PINGROUP(133, uim0_present, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1550
[134] = PINGROUP(134, uim1_data, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1551
[135] = PINGROUP(135, uim1_clk, gcc_gp2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1552
[136] = PINGROUP(136, uim1_reset, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1553
[137] = PINGROUP(137, uim1_present, tb_trig, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1554
[138] = PINGROUP(138, _, mss_grfc0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1555
[139] = PINGROUP(139, _, mss_grfc1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1556
[140] = PINGROUP(140, _, mss_grfc2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1557
[141] = PINGROUP(141, _, mss_grfc3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1558
[142] = PINGROUP(142, _, mss_grfc4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1559
[143] = PINGROUP(143, _, mss_grfc5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1560
[144] = PINGROUP(144, _, mss_grfc6, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1561
[145] = PINGROUP(145, _, mss_grfc7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1562
[146] = PINGROUP(146, _, mss_grfc8, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1563
[147] = PINGROUP(147, _, mss_grfc9, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1564
[148] = PINGROUP(148, coex_uart1, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1565
[149] = PINGROUP(149, coex_uart1, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1566
[150] = PINGROUP(150, coex_uart2, mss_grfc10, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1567
[151] = PINGROUP(151, coex_uart2, mss_grfc11, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1568
[152] = PINGROUP(152, mss_grfc12, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1569
[153] = PINGROUP(153, mss_grfc0, nav, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1570
[154] = PINGROUP(154, nav, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1571
[155] = PINGROUP(155, nav, vfr_1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1572
[156] = PINGROUP(156, qlink0_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1573
[157] = PINGROUP(157, qlink0_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1574
[158] = PINGROUP(158, qlink0_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1575
[159] = PINGROUP(159, qlink1_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1576
[160] = PINGROUP(160, qlink1_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1577
[161] = PINGROUP(161, qlink1_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1578
[162] = PINGROUP(162, qlink2_request, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1579
[163] = PINGROUP(163, qlink2_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1580
[164] = PINGROUP(164, qlink2_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1581
[165] = PINGROUP(165, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1582
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1583
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1584
[168] = PINGROUP(168, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1585
[169] = PINGROUP(169, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1586
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1587
[171] = PINGROUP(171, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1588
[172] = PINGROUP(172, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1589
[173] = PINGROUP(173, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1590
[174] = PINGROUP(174, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1591
[175] = PINGROUP(175, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1592
[176] = PINGROUP(176, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1593
[177] = PINGROUP(177, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1594
[178] = PINGROUP(178, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1595
[179] = PINGROUP(179, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1596
[180] = PINGROUP(180, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1597
[181] = PINGROUP(181, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1598
[182] = PINGROUP(182, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1599
[183] = PINGROUP(183, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1600
[184] = PINGROUP(184, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1601
[185] = PINGROUP(185, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1602
[186] = PINGROUP(186, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1603
[187] = PINGROUP(187, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1604
[188] = PINGROUP(188, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1605
[189] = PINGROUP(189, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1606
[190] = PINGROUP(190, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1607
[191] = PINGROUP(191, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1608
[192] = PINGROUP(192, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1609
[193] = PINGROUP(193, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1610
[194] = PINGROUP(194, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1611
[195] = PINGROUP(195, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1612
[196] = PINGROUP(196, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1613
[197] = PINGROUP(197, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1614
[198] = PINGROUP(198, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1615
[199] = PINGROUP(199, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1616
[200] = PINGROUP(200, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1617
[201] = PINGROUP(201, _, qdss_gpio, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1618
[202] = PINGROUP(202, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1619
[203] = PINGROUP(203, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1620
[204] = PINGROUP(204, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1621
[205] = PINGROUP(205, qdss_gpio, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1622
[206] = PINGROUP(206, qup5, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1623
[207] = PINGROUP(207, qup5, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1624
[208] = PINGROUP(208, cci_i2c, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8450.c
1625
[209] = PINGROUP(209, cci_i2c, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
128
LPI_PINGROUP(0, 0, swr_tx_clk, i2s0_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
129
LPI_PINGROUP(1, 2, swr_tx_data, i2s0_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
130
LPI_PINGROUP(2, 4, swr_tx_data, i2s0_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
131
LPI_PINGROUP(3, 8, swr_rx_clk, i2s0_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
132
LPI_PINGROUP(4, 10, swr_rx_data, i2s0_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
133
LPI_PINGROUP(5, 12, swr_rx_data, ext_mclk1_c, i2s0_data, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
134
LPI_PINGROUP(6, LPI_NO_SLEW, dmic1_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
135
LPI_PINGROUP(7, LPI_NO_SLEW, dmic1_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
136
LPI_PINGROUP(8, LPI_NO_SLEW, dmic2_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
137
LPI_PINGROUP(9, LPI_NO_SLEW, dmic2_data, i2s1_data, ext_mclk1_b, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
138
LPI_PINGROUP(10, 16, i2s2_clk, wsa_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
139
LPI_PINGROUP(11, 18, i2s2_ws, wsa_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
140
LPI_PINGROUP(12, LPI_NO_SLEW, dmic3_clk, i2s3_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
141
LPI_PINGROUP(13, LPI_NO_SLEW, dmic3_data, i2s3_ws, ext_mclk1_a, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
142
LPI_PINGROUP(14, 6, swr_tx_data, ext_mclk1_d, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
143
LPI_PINGROUP(15, 20, i2s2_data, wsa2_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
144
LPI_PINGROUP(16, 22, i2s2_data, wsa2_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
145
LPI_PINGROUP(17, LPI_NO_SLEW, dmic4_clk, i2s3_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
146
LPI_PINGROUP(18, LPI_NO_SLEW, dmic4_data, i2s3_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
147
LPI_PINGROUP(19, LPI_NO_SLEW, i2s4_clk, slimbus_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
148
LPI_PINGROUP(20, LPI_NO_SLEW, i2s4_ws, slimbus_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
149
LPI_PINGROUP(21, LPI_NO_SLEW, i2s4_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550-lpass-lpi.c
150
LPI_PINGROUP(22, LPI_NO_SLEW, i2s4_data, ext_mclk1_e, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1498
[0] = PINGROUP(0, cci_i2c_sda, qup2_se0_l0_mirb, ibi_i3c, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1499
[1] = PINGROUP(1, cci_i2c_scl, qup2_se0_l1_mirb, ibi_i3c, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1500
[2] = PINGROUP(2, qup2_se4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1501
[3] = PINGROUP(3, qup2_se4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1502
[4] = PINGROUP(4, i2chub0_se4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1503
[5] = PINGROUP(5, i2chub0_se4, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1504
[6] = PINGROUP(6, i2chub0_se5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1505
[7] = PINGROUP(7, i2chub0_se5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1506
[8] = PINGROUP(8, i2chub0_se6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1507
[9] = PINGROUP(9, i2chub0_se6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1508
[10] = PINGROUP(10, i2chub0_se7, qdss_cti, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1509
[11] = PINGROUP(11, i2chub0_se7, usb_phy, qdss_cti, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1510
[12] = PINGROUP(12, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1511
[13] = PINGROUP(13, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1512
[14] = PINGROUP(14, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1513
[15] = PINGROUP(15, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1514
[16] = PINGROUP(16, i2chub0_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1515
[17] = PINGROUP(17, i2chub0_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1516
[18] = PINGROUP(18, i2chub0_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1517
[19] = PINGROUP(19, i2chub0_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1518
[20] = PINGROUP(20, i2chub0_se2, pll_bist_sync, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1519
[21] = PINGROUP(21, i2chub0_se2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1520
[22] = PINGROUP(22, i2chub0_se3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1521
[23] = PINGROUP(23, i2chub0_se3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1522
[24] = PINGROUP(24, qup1_se7, vsense_trigger_mirnat, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1523
[25] = PINGROUP(25, qup1_se7, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1524
[26] = PINGROUP(26, qup1_se7, uim1_present, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1525
[27] = PINGROUP(27, qup1_se7, uim0_present, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1526
[28] = PINGROUP(28, qup1_se0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1527
[29] = PINGROUP(29, qup1_se0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1528
[30] = PINGROUP(30, qup1_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1529
[31] = PINGROUP(31, qup1_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1530
[32] = PINGROUP(32, qup1_se1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1531
[33] = PINGROUP(33, qup1_se1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1532
[34] = PINGROUP(34, qup1_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1533
[35] = PINGROUP(35, qup1_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1534
[36] = PINGROUP(36, qup1_se2, ddr_bist_fail, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1535
[37] = PINGROUP(37, qup1_se2, ddr_bist_start, _, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1536
[38] = PINGROUP(38, qup1_se2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1537
[39] = PINGROUP(39, qup1_se2, _, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1538
[40] = PINGROUP(40, qup1_se3, qup1_se2, ddr_bist_complete, _, ddr_pxi1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1539
[41] = PINGROUP(41, qup1_se3, qup1_se2, ddr_bist_stop, _, ddr_pxi1, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1540
[42] = PINGROUP(42, qup1_se3, qup1_se2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1541
[43] = PINGROUP(43, qup1_se3, jitter_bist, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1542
[44] = PINGROUP(44, qup1_se4, aoss_cti, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1543
[45] = PINGROUP(45, qup1_se4, aoss_cti, ddr_pxi2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1544
[46] = PINGROUP(46, qup1_se4, aoss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1545
[47] = PINGROUP(47, qup1_se4, aoss_cti, dp_hot, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1546
[48] = PINGROUP(48, usb_phy, qup1_se6, qspi2, sdc42, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1547
[49] = PINGROUP(49, qup1_se6, qspi3, sdc43, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1548
[50] = PINGROUP(50, qup1_se6, qspi_clk, sdc4_clk, tsense_pwm1, tsense_pwm2, tsense_pwm3, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1549
[51] = PINGROUP(51, qup1_se6, qspi_cs, sdc4_cmd, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1550
[52] = PINGROUP(52, _, qup1_se5, ddr_pxi0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1551
[53] = PINGROUP(53, _, qup1_se5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1552
[54] = PINGROUP(54, _, qup1_se5, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1553
[55] = PINGROUP(55, qup1_se5, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1554
[56] = PINGROUP(56, qup2_se0_l0_mira, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1555
[57] = PINGROUP(57, qup2_se0_l1_mira, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1556
[58] = PINGROUP(58, qup2_se0_l2_mira, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1557
[59] = PINGROUP(59, qup2_se0_l3_mira, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1558
[60] = PINGROUP(60, qup2_se1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1559
[61] = PINGROUP(61, qup2_se1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1560
[62] = PINGROUP(62, qup2_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1561
[63] = PINGROUP(63, qup2_se1, qup2_se0, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1562
[64] = PINGROUP(64, qup2_se2, tb_trig_sdc2, phase_flag, tgu_ch0_trigout, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1563
[65] = PINGROUP(65, qup2_se2, phase_flag, tgu_ch1_trigout, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1564
[66] = PINGROUP(66, qup2_se2, qup2_se0, tgu_ch2_trigout, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1565
[67] = PINGROUP(67, qup2_se2, qup2_se0, phase_flag, tgu_ch3_trigout, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1566
[68] = PINGROUP(68, qup2_se3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1567
[69] = PINGROUP(69, qup2_se3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1568
[70] = PINGROUP(70, qup2_se3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1569
[71] = PINGROUP(71, cci_async_in, qup2_se3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1570
[72] = PINGROUP(72, cci_async_in, qup2_se7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1571
[73] = PINGROUP(73, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1572
[74] = PINGROUP(74, cci_i2c_sda, qup2_se7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1573
[75] = PINGROUP(75, cci_i2c_scl, qup2_se7, qdss_cti, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1574
[76] = PINGROUP(76, qup2_se6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1575
[77] = PINGROUP(77, qup2_se6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1576
[78] = PINGROUP(78, qup2_se6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1577
[79] = PINGROUP(79, qup2_se6, qdss_cti, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1578
[80] = PINGROUP(80, qup2_se5, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1579
[81] = PINGROUP(81, qup2_se5, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1580
[82] = PINGROUP(82, qup2_se5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1581
[83] = PINGROUP(83, qup2_se5, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1582
[84] = PINGROUP(84, i2chub0_se9, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1583
[85] = PINGROUP(85, i2chub0_se9, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1584
[86] = PINGROUP(86, mdp_vsync, mdp_vsync0_out, mdp_vsync1_out, gcc_gp1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1585
[87] = PINGROUP(87, mdp_vsync, mdp_vsync2_out, mdp_vsync3_out, gcc_gp2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1586
[88] = PINGROUP(88, mdp_vsync_e, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1587
[89] = PINGROUP(89, qspi0, sdc40, dbg_out_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1588
[90] = PINGROUP(90, usb1_hs, qspi1, sdc41, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1589
[91] = PINGROUP(91, qspi_cs, tb_trig_sdc4, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1590
[92] = PINGROUP(92, resout_n, phase_flag, tmess_prng0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1591
[93] = PINGROUP(93, sd_write_protect, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1592
[94] = PINGROUP(94, phase_flag, tmess_prng1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1593
[95] = PINGROUP(95, pcie0_clk_req_n, phase_flag, tmess_prng2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1594
[96] = PINGROUP(96, phase_flag, tmess_prng3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1595
[97] = PINGROUP(97, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1596
[98] = PINGROUP(98, pcie1_clk_req_n, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1597
[99] = PINGROUP(99, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1598
[100] = PINGROUP(100, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1599
[101] = PINGROUP(101, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1600
[102] = PINGROUP(102, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1601
[103] = PINGROUP(103, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1602
[104] = PINGROUP(104, cam_aon_mclk4, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1603
[105] = PINGROUP(105, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1604
[106] = PINGROUP(106, cam_mclk, qup2_se7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1605
[107] = PINGROUP(107, cam_mclk, qup2_se0_l3_mirb, pll_clk_aux, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1606
[108] = PINGROUP(108, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1607
[109] = PINGROUP(109, cci_async_in, qup2_se0_l2_mirb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1608
[110] = PINGROUP(110, cci_i2c_sda, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1609
[111] = PINGROUP(111, cci_i2c_scl, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1610
[112] = PINGROUP(112, cci_i2c_sda, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1611
[113] = PINGROUP(113, cci_i2c_scl, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1612
[114] = PINGROUP(114, cci_i2c_sda, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1613
[115] = PINGROUP(115, cci_i2c_scl, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1614
[116] = PINGROUP(116, cci_timer, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1615
[117] = PINGROUP(117, cci_timer, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1616
[118] = PINGROUP(118, qup2_se4, cci_timer, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1617
[119] = PINGROUP(119, qup2_se4, cci_timer, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1618
[120] = PINGROUP(120, cci_timer, phase_flag, _, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1619
[121] = PINGROUP(121, i2s1_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1620
[122] = PINGROUP(122, i2s1_data0, cmu_rng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1621
[123] = PINGROUP(123, i2s1_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1622
[124] = PINGROUP(124, i2s1_data1, audio_ext_mclk1, audio_ref_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1623
[125] = PINGROUP(125, audio_ext_mclk0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1624
[126] = PINGROUP(126, i2s0_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1625
[127] = PINGROUP(127, i2s0_data0, cmu_rng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1626
[128] = PINGROUP(128, i2s0_data1, cmu_rng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1627
[129] = PINGROUP(129, i2s0_ws, cmu_rng, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1628
[130] = PINGROUP(130, uim0_data, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1629
[131] = PINGROUP(131, uim0_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1630
[132] = PINGROUP(132, uim0_reset, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1631
[133] = PINGROUP(133, mdp_vsync, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1632
[134] = PINGROUP(134, uim1_data, gcc_gp1, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1633
[135] = PINGROUP(135, uim1_clk, gcc_gp2, atest_char, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1634
[136] = PINGROUP(136, uim1_reset, gcc_gp3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1635
[137] = PINGROUP(137, mdp_vsync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1636
[138] = PINGROUP(138, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1637
[139] = PINGROUP(139, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1638
[140] = PINGROUP(140, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1639
[141] = PINGROUP(141, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1640
[142] = PINGROUP(142, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1641
[143] = PINGROUP(143, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1642
[144] = PINGROUP(144, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1643
[145] = PINGROUP(145, _, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1644
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1645
[147] = PINGROUP(147, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1646
[148] = PINGROUP(148, coex_uart1_rx, qdss_gpio, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1647
[149] = PINGROUP(149, coex_uart1_tx, qdss_gpio, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1648
[150] = PINGROUP(150, coex_uart2_rx, _, vfr_0, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1649
[151] = PINGROUP(151, coex_uart2_tx, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1650
[152] = PINGROUP(152, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1651
[153] = PINGROUP(153, _, nav_gpio2, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1652
[154] = PINGROUP(154, nav_gpio0, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1653
[155] = PINGROUP(155, nav_gpio1, vfr_1, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1654
[156] = PINGROUP(156, qlink0_request, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1655
[157] = PINGROUP(157, qlink0_enable, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1656
[158] = PINGROUP(158, qlink0_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1657
[159] = PINGROUP(159, qlink1_request, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1658
[160] = PINGROUP(160, qlink1_enable, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1659
[161] = PINGROUP(161, qlink1_wmss, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1660
[162] = PINGROUP(162, qlink2_request, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1661
[163] = PINGROUP(163, qlink2_enable, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1662
[164] = PINGROUP(164, qlink2_wmss, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1663
[165] = PINGROUP(165, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1664
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1665
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1666
[168] = PINGROUP(168, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1667
[169] = PINGROUP(169, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1668
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1669
[171] = PINGROUP(171, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1670
[172] = PINGROUP(172, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1671
[173] = PINGROUP(173, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1672
[174] = PINGROUP(174, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1673
[175] = PINGROUP(175, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1674
[176] = PINGROUP(176, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1675
[177] = PINGROUP(177, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1676
[178] = PINGROUP(178, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1677
[179] = PINGROUP(179, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1678
[180] = PINGROUP(180, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1679
[181] = PINGROUP(181, prng_rosc3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1680
[182] = PINGROUP(182, prng_rosc2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1681
[183] = PINGROUP(183, prng_rosc1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1682
[184] = PINGROUP(184, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1683
[185] = PINGROUP(185, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1684
[186] = PINGROUP(186, prng_rosc0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1685
[187] = PINGROUP(187, cri_trng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1686
[188] = PINGROUP(188, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1687
[189] = PINGROUP(189, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1688
[190] = PINGROUP(190, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1689
[191] = PINGROUP(191, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1690
[192] = PINGROUP(192, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1691
[193] = PINGROUP(193, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1692
[194] = PINGROUP(194, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1693
[195] = PINGROUP(195, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1694
[196] = PINGROUP(196, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1695
[197] = PINGROUP(197, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1696
[198] = PINGROUP(198, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1697
[199] = PINGROUP(199, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1698
[200] = PINGROUP(200, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1699
[201] = PINGROUP(201, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1700
[202] = PINGROUP(202, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1701
[203] = PINGROUP(203, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1702
[204] = PINGROUP(204, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1703
[205] = PINGROUP(205, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1704
[206] = PINGROUP(206, i2chub0_se8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1705
[207] = PINGROUP(207, i2chub0_se8, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1706
[208] = PINGROUP(208, aon_cci, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8550.c
1707
[209] = PINGROUP(209, aon_cci, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
132
LPI_PINGROUP(0, 11, swr_tx_clk, i2s0_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
133
LPI_PINGROUP(1, 11, swr_tx_data, i2s0_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
134
LPI_PINGROUP(2, 11, swr_tx_data, i2s0_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
135
LPI_PINGROUP(3, 11, swr_rx_clk, i2s0_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
136
LPI_PINGROUP(4, 11, swr_rx_data, i2s0_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
137
LPI_PINGROUP(5, 11, swr_rx_data, ext_mclk1_c, i2s0_data, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
138
LPI_PINGROUP(6, LPI_NO_SLEW, dmic1_clk, i2s1_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
139
LPI_PINGROUP(7, LPI_NO_SLEW, dmic1_data, i2s1_ws, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
140
LPI_PINGROUP(8, LPI_NO_SLEW, dmic2_clk, i2s1_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
141
LPI_PINGROUP(9, LPI_NO_SLEW, dmic2_data, i2s1_data, ext_mclk1_b, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
142
LPI_PINGROUP(10, 11, i2s2_clk, wsa_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
143
LPI_PINGROUP(11, 11, i2s2_ws, wsa_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
144
LPI_PINGROUP(12, LPI_NO_SLEW, dmic3_clk, i2s3_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
145
LPI_PINGROUP(13, LPI_NO_SLEW, dmic3_data, i2s3_ws, ext_mclk1_a, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
146
LPI_PINGROUP(14, 11, swr_tx_data, ext_mclk1_d, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
147
LPI_PINGROUP(15, 11, i2s2_data, wsa2_swr_clk, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
148
LPI_PINGROUP(16, 11, i2s2_data, wsa2_swr_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
149
LPI_PINGROUP(17, LPI_NO_SLEW, dmic4_clk, i2s3_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
150
LPI_PINGROUP(18, LPI_NO_SLEW, dmic4_data, i2s3_data, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
151
LPI_PINGROUP(19, 11, i2s4_clk, slimbus_clk, qca_swr_clk, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
152
LPI_PINGROUP(20, 11, i2s4_ws, slimbus_data, qca_swr_data, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
153
LPI_PINGROUP(21, LPI_NO_SLEW, i2s4_data, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c
154
LPI_PINGROUP(22, LPI_NO_SLEW, i2s4_data, ext_mclk1_e, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1478
[0] = PINGROUP(0, qup2_se0, ibi_i3c, phase_flag, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1479
[1] = PINGROUP(1, qup2_se0, ibi_i3c, phase_flag, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1480
[2] = PINGROUP(2, qup2_se0, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1481
[3] = PINGROUP(3, qup2_se0, phase_flag, _, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1482
[4] = PINGROUP(4, qup2_se1, ibi_i3c, phase_flag, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1483
[5] = PINGROUP(5, qup2_se1, ibi_i3c, phase_flag, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1484
[6] = PINGROUP(6, qup2_se1, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1485
[7] = PINGROUP(7, qup2_se1, phase_flag, _, qdss_gpio, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1486
[8] = PINGROUP(8, qup2_se2, ibi_i3c, tb_trig_sdc2, phase_flag, tgu_ch0_trigout, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1487
[9] = PINGROUP(9, qup2_se2, ibi_i3c, phase_flag, tgu_ch1_trigout, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1488
[10] = PINGROUP(10, qup2_se2, cci_timer, tgu_ch2_trigout, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1489
[11] = PINGROUP(11, qup2_se2, cci_timer, phase_flag, tgu_ch3_trigout, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1490
[12] = PINGROUP(12, qup2_se3, cci_i2c_sda, ibi_i3c, qup2_se2, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1491
[13] = PINGROUP(13, qup2_se3, cci_i2c_scl, ibi_i3c, qup2_se2, phase_flag, _, qdss_gpio, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1492
[14] = PINGROUP(14, qup2_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1493
[15] = PINGROUP(15, qup2_se3, cci_async_in, qup2_se2, phase_flag, _, qdss_gpio, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1494
[16] = PINGROUP(16, qup2_se4, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1495
[17] = PINGROUP(17, qup2_se4, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1496
[18] = PINGROUP(18, qup2_se4, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1497
[19] = PINGROUP(19, qup2_se4, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1498
[20] = PINGROUP(20, qup2_se5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1499
[21] = PINGROUP(21, qup2_se5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1500
[22] = PINGROUP(22, qup2_se5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1501
[23] = PINGROUP(23, qup2_se5, qup2_se5, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1502
[24] = PINGROUP(24, qup2_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1503
[25] = PINGROUP(25, qup2_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1504
[26] = PINGROUP(26, qup2_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1505
[27] = PINGROUP(27, qup2_se6, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1506
[28] = PINGROUP(28, qup2_se7, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1507
[29] = PINGROUP(29, qup2_se7, usb_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1508
[30] = PINGROUP(30, qup2_se7, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1509
[31] = PINGROUP(31, qup2_se7, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1510
[32] = PINGROUP(32, qup1_se0, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1511
[33] = PINGROUP(33, qup1_se0, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1512
[34] = PINGROUP(34, qup1_se0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1513
[35] = PINGROUP(35, qup1_se0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1514
[36] = PINGROUP(36, qup1_se1, do_not, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1515
[37] = PINGROUP(37, qup1_se1, do_not, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1516
[38] = PINGROUP(38, qup1_se1, do_not, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1517
[39] = PINGROUP(39, qup1_se1, do_not, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1518
[40] = PINGROUP(40, qup1_se2, ddr_bist_fail, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1519
[41] = PINGROUP(41, qup1_se2, ddr_bist_start, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1520
[42] = PINGROUP(42, qup1_se2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1521
[43] = PINGROUP(43, qup1_se2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1522
[44] = PINGROUP(44, qup1_se3, qup1_se2, ddr_bist_complete, ddr_pxi1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1523
[45] = PINGROUP(45, qup1_se3, qup1_se2, ddr_bist_stop, ddr_pxi1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1524
[46] = PINGROUP(46, qup1_se3, qup1_se2, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1525
[47] = PINGROUP(47, qup1_se3, uim0_present, dp_hot, ddr_pxi3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1526
[48] = PINGROUP(48, qup1_se4, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1527
[49] = PINGROUP(49, qup1_se4, ibi_i3c, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1528
[50] = PINGROUP(50, qup1_se4, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1529
[51] = PINGROUP(51, qup1_se4, aoss_cti, ddr_pxi2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1530
[52] = PINGROUP(52, qup1_se5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1531
[53] = PINGROUP(53, qup1_se5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1532
[54] = PINGROUP(54, qup1_se5, usb_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1533
[55] = PINGROUP(55, qup1_se5, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1534
[56] = PINGROUP(56, qup1_se6, ibi_i3c, qspi2, sdc42, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1535
[57] = PINGROUP(57, qup1_se6, ibi_i3c, qspi3, sdc43, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1536
[58] = PINGROUP(58, qup1_se6, qspi_cs, tb_trig_sdc4, tsense_pwm1, tsense_pwm2, tsense_pwm3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1537
[59] = PINGROUP(59, qup1_se6, _, qspi_cs, sdc4_cmd, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1538
[60] = PINGROUP(60, qup1_se7, aoss_cti, vsense_trigger_mirnat, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1539
[61] = PINGROUP(61, qup1_se7, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1540
[62] = PINGROUP(62, qup1_se7, ddr_pxi2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1541
[63] = PINGROUP(63, qup1_se7, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1542
[64] = PINGROUP(64, i2chub0_se0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1543
[65] = PINGROUP(65, i2chub0_se0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1544
[66] = PINGROUP(66, i2chub0_se1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1545
[67] = PINGROUP(67, i2chub0_se1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1546
[68] = PINGROUP(68, i2chub0_se2, pll_bist_sync, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1547
[69] = PINGROUP(69, i2chub0_se2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1548
[70] = PINGROUP(70, i2chub0_se3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1549
[71] = PINGROUP(71, i2chub0_se3, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1550
[72] = PINGROUP(72, i2chub0_se4, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1551
[73] = PINGROUP(73, i2chub0_se4, jitter_bist, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1552
[74] = PINGROUP(74, i2chub0_se5, atest_usb, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1553
[75] = PINGROUP(75, i2chub0_se5, ddr_pxi0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1554
[76] = PINGROUP(76, i2chub0_se6, ddr_pxi0, uim1_present, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1555
[77] = PINGROUP(77, i2chub0_se6, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1556
[78] = PINGROUP(78, i2chub0_se7, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1557
[79] = PINGROUP(79, i2chub0_se7, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1558
[80] = PINGROUP(80, i2chub0_se9, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1559
[81] = PINGROUP(81, i2chub0_se9, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1560
[82] = PINGROUP(82, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1561
[83] = PINGROUP(83, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1562
[84] = PINGROUP(84, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1563
[85] = PINGROUP(85, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1564
[86] = PINGROUP(86, mdp_vsync, mdp_vsync0_out, mdp_vsync1_out, gcc_gp1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1565
[87] = PINGROUP(87, mdp_vsync, mdp_vsync2_out, mdp_vsync3_out, gcc_gp2, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1566
[88] = PINGROUP(88, mdp_vsync_e, gcc_gp3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1567
[89] = PINGROUP(89, usb1_hs, gnss_adc0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1568
[90] = PINGROUP(90, gnss_adc1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1569
[91] = PINGROUP(91, _, gnss_adc0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1570
[92] = PINGROUP(92, dbg_out_clk, gnss_adc1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1571
[93] = PINGROUP(93, sd_write_protect, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1572
[94] = PINGROUP(94, cmu_rng, phase_flag, tmess_prng0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1573
[95] = PINGROUP(95, pcie0_clk_req_n, cmu_rng, phase_flag, tmess_prng1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1574
[96] = PINGROUP(96, cmu_rng, phase_flag, tmess_prng2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1575
[97] = PINGROUP(97, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1576
[98] = PINGROUP(98, pcie1_clk_req_n, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1577
[99] = PINGROUP(99, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1578
[100] = PINGROUP(100, cam_mclk, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1579
[101] = PINGROUP(101, cam_mclk, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1580
[102] = PINGROUP(102, cam_aon_mclk2, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1581
[103] = PINGROUP(103, cam_mclk, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1582
[104] = PINGROUP(104, cam_aon_mclk4, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1583
[105] = PINGROUP(105, cam_mclk, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1584
[106] = PINGROUP(106, cam_mclk, pll_clk_aux, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1585
[107] = PINGROUP(107, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1586
[108] = PINGROUP(108, cam_mclk, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1587
[109] = PINGROUP(109, cci_timer, phase_flag, tmess_prng3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1588
[110] = PINGROUP(110, cci_timer, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1589
[111] = PINGROUP(111, cci_timer, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1590
[112] = PINGROUP(112, cci_i2c_sda, cmu_rng, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1591
[113] = PINGROUP(113, cci_i2c_sda, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1592
[114] = PINGROUP(114, cci_i2c_scl, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1593
[115] = PINGROUP(115, cci_i2c_sda, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1594
[116] = PINGROUP(116, cci_i2c_scl, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1595
[117] = PINGROUP(117, cci_i2c_sda, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1596
[118] = PINGROUP(118, cci_i2c_scl, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1597
[119] = PINGROUP(119, cci_i2c_sda, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1598
[120] = PINGROUP(120, cci_i2c_scl, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1599
[121] = PINGROUP(121, i2s1_sck, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1600
[122] = PINGROUP(122, i2s1_data0, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1601
[123] = PINGROUP(123, i2s1_ws, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1602
[124] = PINGROUP(124, i2s1_data1, audio_ext_mclk1, audio_ref_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1603
[125] = PINGROUP(125, audio_ext_mclk0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1604
[126] = PINGROUP(126, i2s0_sck, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1605
[127] = PINGROUP(127, i2s0_data0, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1606
[128] = PINGROUP(128, i2s0_data1, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1607
[129] = PINGROUP(129, i2s0_ws, cmu_rng, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1608
[130] = PINGROUP(130, uim0_data, atest_usb, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1609
[131] = PINGROUP(131, uim0_clk, atest_usb, atest_char, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1610
[132] = PINGROUP(132, uim0_reset, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1611
[133] = PINGROUP(133, mdp_vsync, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1612
[134] = PINGROUP(134, uim1_data, do_not, qspi0, sdc40, gcc_gp1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1613
[135] = PINGROUP(135, uim1_clk, do_not, qspi_clk, sdc4_clk, gcc_gp2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1614
[136] = PINGROUP(136, uim1_reset, do_not, qspi1, sdc41, gcc_gp3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1615
[137] = PINGROUP(137, mdp_vsync, atest_char, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1616
[138] = PINGROUP(138, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1617
[139] = PINGROUP(139, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1618
[140] = PINGROUP(140, _, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1619
[141] = PINGROUP(141, _, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1620
[142] = PINGROUP(142, _, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1621
[143] = PINGROUP(143, _, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1622
[144] = PINGROUP(144, _, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1623
[145] = PINGROUP(145, _, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1624
[146] = PINGROUP(146, _, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1625
[147] = PINGROUP(147, _, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1626
[148] = PINGROUP(148, coex_uart1_rx, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1627
[149] = PINGROUP(149, coex_uart1_tx, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1628
[150] = PINGROUP(150, _, vfr_0, coex_uart2_rx, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1629
[151] = PINGROUP(151, _, coex_uart2_tx, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1630
[152] = PINGROUP(152, nav_gpio2, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1631
[153] = PINGROUP(153, cci_i2c_scl, phase_flag, _, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1632
[154] = PINGROUP(154, nav_gpio0, nav_gpio3, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1633
[155] = PINGROUP(155, nav_gpio1, vfr_1, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1634
[156] = PINGROUP(156, qlink_little_request, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1635
[157] = PINGROUP(157, qlink_little_enable, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1636
[158] = PINGROUP(158, qlink_wmss, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1637
[159] = PINGROUP(159, qlink_big_request, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1638
[160] = PINGROUP(160, qlink_big_enable, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1639
[161] = PINGROUP(161, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1640
[162] = PINGROUP(162, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1641
[163] = PINGROUP(163, cci_async_in, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1642
[164] = PINGROUP(164, cci_async_in, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1643
[165] = PINGROUP(165, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1644
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1645
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1646
[168] = PINGROUP(168, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1647
[169] = PINGROUP(169, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1648
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1649
[171] = PINGROUP(171, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1650
[172] = PINGROUP(172, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1651
[173] = PINGROUP(173, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1652
[174] = PINGROUP(174, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1653
[175] = PINGROUP(175, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1654
[176] = PINGROUP(176, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1655
[177] = PINGROUP(177, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1656
[178] = PINGROUP(178, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1657
[179] = PINGROUP(179, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1658
[180] = PINGROUP(180, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1659
[181] = PINGROUP(181, prng_rosc3, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1660
[182] = PINGROUP(182, prng_rosc2, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1661
[183] = PINGROUP(183, prng_rosc1, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1662
[184] = PINGROUP(184, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1663
[185] = PINGROUP(185, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1664
[186] = PINGROUP(186, prng_rosc0, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1665
[187] = PINGROUP(187, cri_trng, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1666
[188] = PINGROUP(188, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1667
[189] = PINGROUP(189, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1668
[190] = PINGROUP(190, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1669
[191] = PINGROUP(191, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1670
[192] = PINGROUP(192, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1671
[193] = PINGROUP(193, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1672
[194] = PINGROUP(194, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1673
[195] = PINGROUP(195, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1674
[196] = PINGROUP(196, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1675
[197] = PINGROUP(197, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1676
[198] = PINGROUP(198, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1677
[199] = PINGROUP(199, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1678
[200] = PINGROUP(200, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1679
[201] = PINGROUP(201, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1680
[202] = PINGROUP(202, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1681
[203] = PINGROUP(203, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1682
[204] = PINGROUP(204, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1683
[205] = PINGROUP(205, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1684
[206] = PINGROUP(206, i2chub0_se8, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1685
[207] = PINGROUP(207, i2chub0_se8, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1686
[208] = PINGROUP(208, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8650.c
1687
[209] = PINGROUP(209, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1438
[0] = PINGROUP(0, qup2_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1439
[1] = PINGROUP(1, qup2_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1440
[2] = PINGROUP(2, qup2_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1441
[3] = PINGROUP(3, qup2_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1442
[4] = PINGROUP(4, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1443
[5] = PINGROUP(5, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1444
[6] = PINGROUP(6, qup2_se1, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1445
[7] = PINGROUP(7, qup2_se1, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1446
[8] = PINGROUP(8, qup2_se2, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1447
[9] = PINGROUP(9, qup2_se2, ibi_i3c, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1448
[10] = PINGROUP(10, qup2_se2, cci_async_in, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1449
[11] = PINGROUP(11, qup2_se2, cci_async_in, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1450
[12] = PINGROUP(12, qup2_se3, ibi_i3c, qup2_se2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1451
[13] = PINGROUP(13, qup2_se3, ibi_i3c, qup2_se2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1452
[14] = PINGROUP(14, qup2_se3, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1453
[15] = PINGROUP(15, qup2_se3, cci_async_in, qup2_se2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1454
[16] = PINGROUP(16, qup2_se4, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1455
[17] = PINGROUP(17, qup2_se4, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1456
[18] = PINGROUP(18, wcn_sw_ctrl, qup2_se4, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1457
[19] = PINGROUP(19, wcn_sw, qup2_se4, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1458
[20] = PINGROUP(20, qup2_se5, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1459
[21] = PINGROUP(21, qup2_se5, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1460
[22] = PINGROUP(22, qup2_se5, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1461
[23] = PINGROUP(23, qup2_se5, qup2_se5, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1462
[24] = PINGROUP(24, qup2_se6, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1463
[25] = PINGROUP(25, qup2_se6, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1464
[26] = PINGROUP(26, qup2_se6, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1465
[27] = PINGROUP(27, qup2_se6, qdss_cti, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1466
[28] = PINGROUP(28, qup2_se7, ibi_i3c, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1467
[29] = PINGROUP(29, qup2_se7, ibi_i3c, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1468
[30] = PINGROUP(30, qup2_se7, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1469
[31] = PINGROUP(31, qup2_se7, qdss_cti, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1470
[32] = PINGROUP(32, qup1_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1471
[33] = PINGROUP(33, qup1_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1472
[34] = PINGROUP(34, qup1_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1473
[35] = PINGROUP(35, qup1_se0, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1474
[36] = PINGROUP(36, qup1_se1, uim1_data, ibi_i3c, sdc40, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1475
[37] = PINGROUP(37, qup1_se1, uim1_clk, ibi_i3c, sdc41, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1476
[38] = PINGROUP(38, qup1_se1, sdc42, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1477
[39] = PINGROUP(39, qup1_se1, uim1_reset, sdc43, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1478
[40] = PINGROUP(40, qup1_se2, cmu_rng, ddr_bist_fail, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1479
[41] = PINGROUP(41, qup1_se2, cmu_rng, ddr_bist_start, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1480
[42] = PINGROUP(42, qup1_se2, cmu_rng, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1481
[43] = PINGROUP(43, qup1_se2, cmu_rng, _, ddr_pxi2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1482
[44] = PINGROUP(44, qup1_se3, ddr_bist_complete, ddr_pxi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1483
[45] = PINGROUP(45, qup1_se3, ddr_bist_stop, ddr_pxi1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1484
[46] = PINGROUP(46, qup1_se3, ddr_pxi3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1485
[47] = PINGROUP(47, qup1_se3, dp_hot, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1486
[48] = PINGROUP(48, qup1_se4, ibi_i3c, sdc4_cmd, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1487
[49] = PINGROUP(49, qup1_se4, ibi_i3c, sdc40, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1488
[50] = PINGROUP(50, qup1_se4, aoss_cti, sdc4_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1489
[51] = PINGROUP(51, qup1_se4, aoss_cti, sdc41, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1490
[52] = PINGROUP(52, qup1_se5, qspi0, ddr_pxi2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1491
[53] = PINGROUP(53, qup1_se5, qspi1, _, ddr_pxi3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1492
[54] = PINGROUP(54, qup1_se5, qspi_clk, uim1_data, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1493
[55] = PINGROUP(55, qup1_se5, qspi2, uim1_clk, ddr_pxi0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1494
[56] = PINGROUP(56, qup1_se6, qspi3, uim1_reset, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1496
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1497
[58] = PINGROUP(58, qup1_se6, qspi_cs, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1498
[59] = PINGROUP(59, qup1_se6, usb_phy, vsense_trigger_mirnat, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1499
[60] = PINGROUP(60, qup1_se7, aoss_cti, sdc42, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1500
[61] = PINGROUP(61, qup1_se7, usb_phy, aoss_cti, sdc43, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1501
[62] = PINGROUP(62, qup1_se7, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1502
[63] = PINGROUP(63, qup1_se7, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1503
[64] = PINGROUP(64, i2chub0_se0, prng_rosc1, tmess_prng1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1504
[65] = PINGROUP(65, i2chub0_se0, prng_rosc2, tmess_prng2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1505
[66] = PINGROUP(66, i2chub0_se1, prng_rosc3, tmess_prng3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1506
[67] = PINGROUP(67, i2chub0_se1, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1507
[68] = PINGROUP(68, i2chub0_se2, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1508
[69] = PINGROUP(69, i2chub0_se2, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1509
[70] = PINGROUP(70, i2chub0_se3, uim1_data, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1510
[71] = PINGROUP(71, i2chub0_se3, uim1_clk, _, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1511
[72] = PINGROUP(72, i2chub0_se4, uim1_reset, qdss_cti, _, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1512
[73] = PINGROUP(73, i2chub0_se4, qdss_cti, jitter_bist, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1513
[74] = PINGROUP(74, i2chub0_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1514
[75] = PINGROUP(75, i2chub0_se5, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1515
[76] = PINGROUP(76, i2chub0_se6, atest_usb, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1516
[77] = PINGROUP(77, i2chub0_se6, gnss_adc1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1517
[78] = PINGROUP(78, dbg_out_clk, gnss_adc0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1518
[79] = PINGROUP(79, usb1_hs, gnss_adc0, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1519
[80] = PINGROUP(80, i2chub0_se9, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1520
[81] = PINGROUP(81, i2chub0_se9, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1521
[82] = PINGROUP(82, i2chub0_se7, qdss_cti, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1522
[83] = PINGROUP(83, i2chub0_se7, qdss_cti, phase_flag, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1523
[84] = PINGROUP(84, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1524
[85] = PINGROUP(85, sd_write_protect, prng_rosc0, tmess_prng0, phase_flag, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-sm8750.c
1525
_, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1526
[86] = PINGROUP(86, mdp_vsync, mdp_vsync0_out, mdp_vsync1_out, gcc_gp1, _, _, _, _, _, _,
drivers/pinctrl/qcom/pinctrl-sm8750.c
1527
_),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1528
[87] = PINGROUP(87, mdp_vsync, mdp_vsync2_out, mdp_vsync3_out, mdp_vsync5_out, gcc_gp2, _,
drivers/pinctrl/qcom/pinctrl-sm8750.c
1529
_, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1530
[88] = PINGROUP(88, mdp_vsync_e, mdp_esync0_out, gcc_gp3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1531
[89] = PINGROUP(89, cam_mclk, tb_trig_sdc2, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1532
[90] = PINGROUP(90, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1533
[91] = PINGROUP(91, cam_aon_mclk2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1534
[92] = PINGROUP(92, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1535
[93] = PINGROUP(93, cam_aon_mclk4, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1536
[94] = PINGROUP(94, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1537
[95] = PINGROUP(95, cam_mclk, pll_clk_aux, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1538
[96] = PINGROUP(96, cam_mclk, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1539
[97] = PINGROUP(97, mdp_vsync, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1540
[98] = PINGROUP(98, mdp_vsync, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1541
[99] = PINGROUP(99, gnss_adc1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1542
[100] = PINGROUP(100, mdp_esync1_out, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1543
[101] = PINGROUP(101, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1544
[102] = PINGROUP(102, phase_flag, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1545
[103] = PINGROUP(103, pcie0_clk_req_n, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1546
[104] = PINGROUP(104, pll_bist_sync, phase_flag, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1547
[105] = PINGROUP(105, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1548
[106] = PINGROUP(106, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1549
[107] = PINGROUP(107, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1550
[108] = PINGROUP(108, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1551
[109] = PINGROUP(109, cci_timer, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1552
[110] = PINGROUP(110, cci_timer, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1553
[111] = PINGROUP(111, cci_timer, cci_i2c_sda, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1554
[112] = PINGROUP(112, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1555
[113] = PINGROUP(113, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1556
[114] = PINGROUP(114, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1557
[115] = PINGROUP(115, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1558
[116] = PINGROUP(116, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1559
[117] = PINGROUP(117, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1560
[118] = PINGROUP(118, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1561
[119] = PINGROUP(119, cci_i2c_sda, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1562
[120] = PINGROUP(120, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1563
[121] = PINGROUP(121, i2s1_sck, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1564
[122] = PINGROUP(122, i2s1_data0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1565
[123] = PINGROUP(123, i2s1_ws, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1566
[124] = PINGROUP(124, i2s1_data1, audio_ext_mclk1, audio_ref_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1567
[125] = PINGROUP(125, audio_ext_mclk0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1568
[126] = PINGROUP(126, i2s0_sck, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1569
[127] = PINGROUP(127, i2s0_data0, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1570
[128] = PINGROUP(128, i2s0_data1, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1571
[129] = PINGROUP(129, i2s0_ws, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1572
[130] = PINGROUP(130, uim0_data, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1573
[131] = PINGROUP(131, uim0_clk, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1574
[132] = PINGROUP(132, uim0_reset, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1575
[133] = PINGROUP(133, uim0_present, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1576
[134] = PINGROUP(134, uim1_data, qup1_se2, gcc_gp1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1577
[135] = PINGROUP(135, uim1_clk, qup1_se2, gcc_gp2, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1578
[136] = PINGROUP(136, uim1_reset, qup1_se2, gcc_gp3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1579
[137] = PINGROUP(137, uim1_present, atest_char, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1580
[138] = PINGROUP(138, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1581
[139] = PINGROUP(139, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1582
[140] = PINGROUP(140, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1583
[141] = PINGROUP(141, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1584
[142] = PINGROUP(142, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1585
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1586
[144] = PINGROUP(144, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1587
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1588
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1589
[147] = PINGROUP(147, _, tb_trig_sdc4, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1590
[148] = PINGROUP(148, coex_uart1_rx, cmu_rng, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1591
[149] = PINGROUP(149, coex_uart1_tx, cmu_rng, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1592
[150] = PINGROUP(150, _, vfr_0, coex_uart2_rx, cmu_rng, sdc4_clk, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1593
[151] = PINGROUP(151, _, coex_uart2_tx, cmu_rng, sdc4_cmd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1594
[152] = PINGROUP(152, nav_gpio2, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1595
[153] = PINGROUP(153, cci_i2c_scl, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1596
[154] = PINGROUP(154, nav_gpio0, nav_gpio3, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1597
[155] = PINGROUP(155, nav_gpio1, vfr_1, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1598
[156] = PINGROUP(156, qlink_little_request, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1599
[157] = PINGROUP(157, qlink_little_enable, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1600
[158] = PINGROUP(158, qlink_wmss, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1601
[159] = PINGROUP(159, qlink_big_request, qdss_cti, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1602
[160] = PINGROUP(160, qlink_big_enable, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1603
[161] = PINGROUP(161, _, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1604
[162] = PINGROUP(162, qdss_cti, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1605
[163] = PINGROUP(163, cci_timer, _, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1606
[164] = PINGROUP(164, cci_timer, cci_i2c_scl, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1607
[165] = PINGROUP(165, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1608
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1609
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1610
[168] = PINGROUP(168, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1611
[169] = PINGROUP(169, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1612
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1613
[171] = PINGROUP(171, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1614
[172] = PINGROUP(172, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1615
[173] = PINGROUP(173, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1616
[174] = PINGROUP(174, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1617
[175] = PINGROUP(175, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1618
[176] = PINGROUP(176, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1619
[177] = PINGROUP(177, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1620
[178] = PINGROUP(178, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1621
[179] = PINGROUP(179, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1622
[180] = PINGROUP(180, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1623
[181] = PINGROUP(181, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1624
[182] = PINGROUP(182, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1625
[183] = PINGROUP(183, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1626
[184] = PINGROUP(184, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1627
[185] = PINGROUP(185, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1628
[186] = PINGROUP(186, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1629
[187] = PINGROUP(187, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1630
[188] = PINGROUP(188, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1631
[189] = PINGROUP(189, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1632
[190] = PINGROUP(190, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1633
[191] = PINGROUP(191, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1634
[192] = PINGROUP(192, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1635
[193] = PINGROUP(193, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1636
[194] = PINGROUP(194, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1637
[195] = PINGROUP(195, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1638
[196] = PINGROUP(196, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1639
[197] = PINGROUP(197, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1640
[198] = PINGROUP(198, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1641
[199] = PINGROUP(199, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1642
[200] = PINGROUP(200, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1643
[201] = PINGROUP(201, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1644
[202] = PINGROUP(202, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1645
[203] = PINGROUP(203, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1646
[204] = PINGROUP(204, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1647
[205] = PINGROUP(205, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1648
[206] = PINGROUP(206, i2chub0_se8, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1649
[207] = PINGROUP(207, i2chub0_se8, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1650
[208] = PINGROUP(208, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1651
[209] = PINGROUP(209, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1652
[210] = PINGROUP(210, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1653
[211] = PINGROUP(211, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1654
[212] = PINGROUP(212, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1655
[213] = PINGROUP(213, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-sm8750.c
1656
[214] = PINGROUP(214, _, _, _, _, _, _, _, _, _, _, egpio),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1570
[0] = PINGROUP(0, qup0_se0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1571
[1] = PINGROUP(1, qup0_se0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1572
[2] = PINGROUP(2, qup0_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1573
[3] = PINGROUP(3, qup0_se0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1574
[4] = PINGROUP(4, qup0_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1575
[5] = PINGROUP(5, qup0_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1576
[6] = PINGROUP(6, qup0_se1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1577
[7] = PINGROUP(7, qup0_se1, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1578
[8] = PINGROUP(8, qup0_se2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1579
[9] = PINGROUP(9, qup0_se2, _, atest_usb, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1580
[10] = PINGROUP(10, qup0_se2, _, atest_usb, ddr_pxi1, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1581
[11] = PINGROUP(11, qup0_se2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1582
[12] = PINGROUP(12, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1583
[13] = PINGROUP(13, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1584
[14] = PINGROUP(14, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1585
[15] = PINGROUP(15, qup0_se3, qup0_se7, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1586
[16] = PINGROUP(16, qup0_se4, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1587
[17] = PINGROUP(17, qup0_se4, qup0_se2, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1588
[18] = PINGROUP(18, qup0_se4, qup0_se2, phase_flag, _, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1589
[19] = PINGROUP(19, qup0_se4, qup0_se2, phase_flag, _, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1590
[20] = PINGROUP(20, qup0_se5, _, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1591
[21] = PINGROUP(21, qup0_se5, qup0_se3, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1592
[22] = PINGROUP(22, qup0_se5, qup0_se3, _, phase_flag, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1593
[23] = PINGROUP(23, qup0_se5, qup0_se3, phase_flag, _, qdss_cti, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1594
[24] = PINGROUP(24, qup0_se6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1595
[25] = PINGROUP(25, qup0_se6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1596
[26] = PINGROUP(26, qup0_se6, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1597
[27] = PINGROUP(27, qup0_se6, phase_flag, _, qdss_cti, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1598
[28] = PINGROUP(28, pll_bist, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1599
[29] = PINGROUP(29, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1600
[30] = PINGROUP(30, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1601
[31] = PINGROUP(31, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1602
[32] = PINGROUP(32, qup1_se0, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1603
[33] = PINGROUP(33, qup1_se0, ibi_i3c, qup1_se3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1604
[34] = PINGROUP(34, qup1_se0, qup1_se3, tsense_pwm1, tsense_pwm2, tsense_pwm3, tsense_pwm4, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1605
[35] = PINGROUP(35, qup1_se0, qup1_se3, pll_clk, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1606
[36] = PINGROUP(36, qup1_se1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1607
[37] = PINGROUP(37, qup1_se1, ibi_i3c, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1608
[38] = PINGROUP(38, qup1_se1, vsense_trigger, atest_usb, ddr_pxi0, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1609
[39] = PINGROUP(39, qup1_se1, sys_throttle, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1610
[40] = PINGROUP(40, qup1_se2, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1611
[41] = PINGROUP(41, qup1_se2, atest_usb, ddr_pxi1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1612
[42] = PINGROUP(42, qup1_se2, jitter_bist, atest_usb, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1613
[43] = PINGROUP(43, qup1_se2, _, atest_usb, ddr_pxi2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1614
[44] = PINGROUP(44, qup1_se3, _, atest_usb, ddr_pxi3, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1615
[45] = PINGROUP(45, qup1_se3, cmu_rng3, _, atest_usb, ddr_pxi3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1616
[46] = PINGROUP(46, qup1_se3, cmu_rng2, _, atest_usb, ddr_pxi4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1617
[47] = PINGROUP(47, qup1_se3, cmu_rng1, _, atest_usb, ddr_pxi4, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1618
[48] = PINGROUP(48, qup1_se4, cmu_rng0, _, atest_usb, ddr_pxi5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1619
[49] = PINGROUP(49, qup1_se4, qup1_se2, _, atest_usb, ddr_pxi5, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1620
[50] = PINGROUP(50, qup1_se4, qup1_se2, _, atest_usb, ddr_pxi6, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1621
[51] = PINGROUP(51, qup1_se4, qup1_se2, dbg_out, atest_usb, ddr_pxi6, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1622
[52] = PINGROUP(52, qup1_se5, qup1_se7, atest_usb, ddr_pxi7, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1623
[53] = PINGROUP(53, qup1_se5, qup1_se7, _, atest_usb, ddr_pxi7, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1624
[54] = PINGROUP(54, qup1_se5, qup1_se7, ddr_bist, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1625
[55] = PINGROUP(55, qup1_se5, qup1_se7, ddr_bist, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1626
[56] = PINGROUP(56, qup1_se6, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1627
[57] = PINGROUP(57, qup1_se6, ddr_bist, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1628
[58] = PINGROUP(58, qup1_se6, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1629
[59] = PINGROUP(59, qup1_se6, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1630
[60] = PINGROUP(60, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1631
[61] = PINGROUP(61, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1632
[62] = PINGROUP(62, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1633
[63] = PINGROUP(63, aoss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1634
[64] = PINGROUP(64, qup2_se0, gcc_gp2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1635
[65] = PINGROUP(65, qup2_se0, qup2_se3, tgu_ch1, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1636
[66] = PINGROUP(66, qup2_se0, qup2_se3, tgu_ch2, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1637
[67] = PINGROUP(67, qup2_se0, qup2_se3, tgu_ch3, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1638
[68] = PINGROUP(68, qup2_se1, ibi_i3c, tgu_ch4, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1639
[69] = PINGROUP(69, qup2_se1, ibi_i3c, tgu_ch5, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1640
[70] = PINGROUP(70, qup2_se1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1641
[71] = PINGROUP(71, qup2_se1, gcc_gp1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1642
[72] = PINGROUP(72, qup2_se2, gcc_gp1, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1643
[73] = PINGROUP(73, qup2_se2, gcc_gp2, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1644
[74] = PINGROUP(74, qup2_se2, gcc_gp3, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1645
[75] = PINGROUP(75, qup2_se2, atest_usb, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1646
[76] = PINGROUP(76, qup2_se3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1647
[77] = PINGROUP(77, qup2_se3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1648
[78] = PINGROUP(78, qup2_se3, phase_flag, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1649
[79] = PINGROUP(79, qup2_se3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1650
[80] = PINGROUP(80, qup2_se4, tgu_ch7, atest_usb, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1651
[81] = PINGROUP(81, qup2_se4, qup2_se2, tgu_ch0, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1652
[82] = PINGROUP(82, qup2_se4, qup2_se2, gcc_gp3, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1653
[83] = PINGROUP(83, qup2_se4, qup2_se2, tgu_ch6, atest_usb, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1654
[84] = PINGROUP(84, qup2_se5, qup2_se7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1655
[85] = PINGROUP(85, qup2_se5, qup2_se7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1656
[86] = PINGROUP(86, qup2_se5, qup2_se7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1657
[87] = PINGROUP(87, qup2_se5, qup2_se7, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1658
[88] = PINGROUP(88, qup2_se6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1659
[89] = PINGROUP(89, qup2_se6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1660
[90] = PINGROUP(90, qup2_se6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1661
[91] = PINGROUP(91, qup2_se6, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1662
[92] = PINGROUP(92, tmess_prng0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1663
[93] = PINGROUP(93, tmess_prng1, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1664
[94] = PINGROUP(94, sys_throttle, tmess_prng2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1665
[95] = PINGROUP(95, tmess_prng3, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1666
[96] = PINGROUP(96, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1667
[97] = PINGROUP(97, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1668
[98] = PINGROUP(98, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1669
[99] = PINGROUP(99, cam_mclk, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1670
[100] = PINGROUP(100, cam_aon, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1671
[101] = PINGROUP(101, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1672
[102] = PINGROUP(102, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1673
[103] = PINGROUP(103, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1674
[104] = PINGROUP(104, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1675
[105] = PINGROUP(105, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1676
[106] = PINGROUP(106, cci_i2c, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1677
[107] = PINGROUP(107, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1678
[108] = PINGROUP(108, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1679
[109] = PINGROUP(109, cci_timer0, mdp_vsync4, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1680
[110] = PINGROUP(110, cci_timer1, mdp_vsync5, qdss_gpio, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1681
[111] = PINGROUP(111, cci_timer2, cci_async, mdp_vsync6, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1682
[112] = PINGROUP(112, cci_timer3, cci_async, mdp_vsync7, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1683
[113] = PINGROUP(113, cci_timer4, cci_async, mdp_vsync8, qdss_gpio, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1684
[114] = PINGROUP(114, mdp_vsync0, mdp_vsync1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1685
[115] = PINGROUP(115, mdp_vsync3, mdp_vsync2, edp1_lcd, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1686
[116] = PINGROUP(116, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1687
[117] = PINGROUP(117, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1688
[118] = PINGROUP(118, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1689
[119] = PINGROUP(119, edp0_hot, edp1_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1690
[120] = PINGROUP(120, edp1_hot, edp0_lcd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1691
[121] = PINGROUP(121, usb0_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1692
[122] = PINGROUP(122, usb0_dp, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1693
[123] = PINGROUP(123, usb1_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1694
[124] = PINGROUP(124, usb1_dp, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1695
[125] = PINGROUP(125, usb2_phy, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1696
[126] = PINGROUP(126, usb2_dp, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1697
[127] = PINGROUP(127, qspi0_clk, sdc4_clk, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1698
[128] = PINGROUP(128, qspi00, sdc4_data0, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1699
[129] = PINGROUP(129, qspi01, sdc4_data1, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1700
[130] = PINGROUP(130, qspi02, sdc4_data2, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1701
[131] = PINGROUP(131, qspi03, sdc4_data3, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1702
[132] = PINGROUP(132, qspi0_cs0, sdc4_cmd, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1703
[133] = PINGROUP(133, qspi0_cs1, tb_trig, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1704
[134] = PINGROUP(134, audio_ext, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1705
[135] = PINGROUP(135, i2s0_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1706
[136] = PINGROUP(136, i2s0_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1707
[137] = PINGROUP(137, i2s0_data1, tb_trig, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1708
[138] = PINGROUP(138, i2s0_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1709
[139] = PINGROUP(139, i2s1_sck, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1710
[140] = PINGROUP(140, i2s1_data0, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1711
[141] = PINGROUP(141, i2s1_ws, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1712
[142] = PINGROUP(142, i2s1_data1, audio_ext, audio_ref, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1713
[143] = PINGROUP(143, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1714
[144] = PINGROUP(144, pcie3_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1715
[145] = PINGROUP(145, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1716
[146] = PINGROUP(146, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1717
[147] = PINGROUP(147, pcie4_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1718
[148] = PINGROUP(148, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1719
[149] = PINGROUP(149, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1720
[150] = PINGROUP(150, pcie5_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1721
[151] = PINGROUP(151, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1722
[152] = PINGROUP(152, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1723
[153] = PINGROUP(153, pcie6a_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1724
[154] = PINGROUP(154, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1725
[155] = PINGROUP(155, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1726
[156] = PINGROUP(156, pcie6b_clk, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1727
[157] = PINGROUP(157, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1728
[158] = PINGROUP(158, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1729
[159] = PINGROUP(159, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1730
[160] = PINGROUP(160, RESOUT_GPIO, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1731
[161] = PINGROUP(161, qdss_cti, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1732
[162] = PINGROUP(162, sd_write, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1733
[163] = PINGROUP(163, usb0_sbrx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1734
[164] = PINGROUP(164, usb0_sbtx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1735
[165] = PINGROUP(165, usb0_sbtx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1736
[166] = PINGROUP(166, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1737
[167] = PINGROUP(167, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1738
[168] = PINGROUP(168, eusb0_ac, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1739
[169] = PINGROUP(169, eusb3_ac, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1740
[170] = PINGROUP(170, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1741
[171] = PINGROUP(171, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1742
[172] = PINGROUP(172, usb1_sbrx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1743
[173] = PINGROUP(173, usb1_sbtx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1744
[174] = PINGROUP(174, usb1_sbtx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1745
[175] = PINGROUP(175, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1746
[176] = PINGROUP(176, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1747
[177] = PINGROUP(177, eusb1_ac, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1748
[178] = PINGROUP(178, eusb6_ac, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1749
[179] = PINGROUP(179, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1750
[180] = PINGROUP(180, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1751
[181] = PINGROUP(181, usb2_sbrx, prng_rosc3, phase_flag, _, atest_char, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1752
[182] = PINGROUP(182, usb2_sbtx, prng_rosc2, phase_flag, _, atest_char3, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1753
[183] = PINGROUP(183, usb2_sbtx, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1754
[184] = PINGROUP(184, phase_flag, _, atest_char1, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1755
[185] = PINGROUP(185, phase_flag, _, atest_char0, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1756
[186] = PINGROUP(186, eusb2_ac, prng_rosc0, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1757
[187] = PINGROUP(187, eusb5_ac, cri_trng, phase_flag, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1758
[188] = PINGROUP(188, prng_rosc1, phase_flag, _, atest_char2, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1759
[189] = PINGROUP(189, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1760
[190] = PINGROUP(190, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1761
[191] = PINGROUP(191, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1762
[192] = PINGROUP(192, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1763
[193] = PINGROUP(193, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1764
[194] = PINGROUP(194, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1765
[195] = PINGROUP(195, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1766
[196] = PINGROUP(196, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1767
[197] = PINGROUP(197, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1768
[198] = PINGROUP(198, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1769
[199] = PINGROUP(199, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1770
[200] = PINGROUP(200, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1771
[201] = PINGROUP(201, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1772
[202] = PINGROUP(202, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1773
[203] = PINGROUP(203, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1774
[204] = PINGROUP(204, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1775
[205] = PINGROUP(205, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1776
[206] = PINGROUP(206, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1777
[207] = PINGROUP(207, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1778
[208] = PINGROUP(208, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1779
[209] = PINGROUP(209, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1780
[210] = PINGROUP(210, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1781
[211] = PINGROUP(211, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1782
[212] = PINGROUP(212, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1783
[213] = PINGROUP(213, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1784
[214] = PINGROUP(214, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1785
[215] = PINGROUP(215, _, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1786
[216] = PINGROUP(216, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1787
[217] = PINGROUP(217, _, qdss_cti, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1788
[218] = PINGROUP(218, _, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1789
[219] = PINGROUP(219, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1790
[220] = PINGROUP(220, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1791
[221] = PINGROUP(221, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1792
[222] = PINGROUP(222, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1793
[223] = PINGROUP(223, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1794
[224] = PINGROUP(224, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1795
[225] = PINGROUP(225, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1796
[226] = PINGROUP(226, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1797
[227] = PINGROUP(227, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1798
[228] = PINGROUP(228, _, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1799
[229] = PINGROUP(229, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1800
[230] = PINGROUP(230, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1801
[231] = PINGROUP(231, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1802
[232] = PINGROUP(232, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1803
[233] = PINGROUP(233, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1804
[234] = PINGROUP(234, qdss_gpio, _, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1805
[235] = PINGROUP(235, aon_cci, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1806
[236] = PINGROUP(236, aon_cci, qdss_gpio, _, _, _, _, _, _, _),
drivers/pinctrl/qcom/pinctrl-x1e80100.c
1807
[237] = PINGROUP(237, _, _, _, _, _, _, _, _, _),
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
870
.show = _func##_##_name##_show, \
drivers/platform/x86/lenovo/wmi-other.c
880
__ATTR(_name, 0644, _func##_##_name##_show, _func##_##_name##_store)
drivers/platform/x86/lenovo/wmi-other.c
884
static ssize_t _attrname##_##_prop##_show( \
drivers/platform/x86/lenovo/wmi-other.c
889
static struct kobj_attribute attr_##_attrname##_##_prop = \
drivers/platform/x86/lenovo/wmi-other.c
911
static ssize_t _attrname##_##_prop##_show( \
drivers/platform/x86/lenovo/wmi-other.c
917
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
3181
struct dev_ext_attribute dev_attr_##_group##_val##_##_name = \
drivers/ptp/ptp_ocp.c
3184
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
272
.name = __stringify(chip##_##regl_name),\
drivers/regulator/pv88080-regulator.c
290
.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
60
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##_##9] = REG_FIELD(_offset + 36, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
101
[_name##_##10] = REG_FIELD(_offset + 40, _startbit, _stopbit)
drivers/thermal/qcom/tsens.h
104
[_name##_##0] = REG_FIELD(_offset, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
105
[_name##_##1] = REG_FIELD(_offset + 4, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
106
[_name##_##2] = REG_FIELD(_offset + 8, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
107
[_name##_##3] = REG_FIELD(_offset + 12, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
108
[_name##_##4] = REG_FIELD(_offset + 16, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
109
[_name##_##5] = REG_FIELD(_offset + 20, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
110
[_name##_##6] = REG_FIELD(_offset + 24, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
111
[_name##_##7] = REG_FIELD(_offset + 28, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
112
[_name##_##8] = REG_FIELD(_offset + 32, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
113
[_name##_##9] = REG_FIELD(_offset + 36, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
114
[_name##_##10] = REG_FIELD(_offset + 40, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
115
[_name##_##11] = REG_FIELD(_offset + 44, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
116
[_name##_##12] = REG_FIELD(_offset + 48, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
117
[_name##_##13] = REG_FIELD(_offset + 52, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
118
[_name##_##14] = REG_FIELD(_offset + 56, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
119
[_name##_##15] = REG_FIELD(_offset + 60, _startbit, _stopbit)
drivers/thermal/qcom/tsens.h
122
[_name##_##0] = REG_FIELD(_offset, 0, 0), \
drivers/thermal/qcom/tsens.h
123
[_name##_##1] = REG_FIELD(_offset, 1, 1), \
drivers/thermal/qcom/tsens.h
124
[_name##_##2] = REG_FIELD(_offset, 2, 2), \
drivers/thermal/qcom/tsens.h
125
[_name##_##3] = REG_FIELD(_offset, 3, 3), \
drivers/thermal/qcom/tsens.h
126
[_name##_##4] = REG_FIELD(_offset, 4, 4), \
drivers/thermal/qcom/tsens.h
127
[_name##_##5] = REG_FIELD(_offset, 5, 5), \
drivers/thermal/qcom/tsens.h
128
[_name##_##6] = REG_FIELD(_offset, 6, 6), \
drivers/thermal/qcom/tsens.h
129
[_name##_##7] = REG_FIELD(_offset, 7, 7), \
drivers/thermal/qcom/tsens.h
130
[_name##_##8] = REG_FIELD(_offset, 8, 8), \
drivers/thermal/qcom/tsens.h
131
[_name##_##9] = REG_FIELD(_offset, 9, 9), \
drivers/thermal/qcom/tsens.h
132
[_name##_##10] = REG_FIELD(_offset, 10, 10), \
drivers/thermal/qcom/tsens.h
133
[_name##_##11] = REG_FIELD(_offset, 11, 11), \
drivers/thermal/qcom/tsens.h
134
[_name##_##12] = REG_FIELD(_offset, 12, 12), \
drivers/thermal/qcom/tsens.h
135
[_name##_##13] = REG_FIELD(_offset, 13, 13), \
drivers/thermal/qcom/tsens.h
136
[_name##_##14] = REG_FIELD(_offset, 14, 14), \
drivers/thermal/qcom/tsens.h
137
[_name##_##15] = REG_FIELD(_offset, 15, 15)
drivers/thermal/qcom/tsens.h
140
[_name##_##0] = REG_FIELD(_offset, 16, 16), \
drivers/thermal/qcom/tsens.h
141
[_name##_##1] = REG_FIELD(_offset, 17, 17), \
drivers/thermal/qcom/tsens.h
142
[_name##_##2] = REG_FIELD(_offset, 18, 18), \
drivers/thermal/qcom/tsens.h
143
[_name##_##3] = REG_FIELD(_offset, 19, 19), \
drivers/thermal/qcom/tsens.h
144
[_name##_##4] = REG_FIELD(_offset, 20, 20), \
drivers/thermal/qcom/tsens.h
145
[_name##_##5] = REG_FIELD(_offset, 21, 21), \
drivers/thermal/qcom/tsens.h
146
[_name##_##6] = REG_FIELD(_offset, 22, 22), \
drivers/thermal/qcom/tsens.h
147
[_name##_##7] = REG_FIELD(_offset, 23, 23), \
drivers/thermal/qcom/tsens.h
148
[_name##_##8] = REG_FIELD(_offset, 24, 24), \
drivers/thermal/qcom/tsens.h
149
[_name##_##9] = REG_FIELD(_offset, 25, 25), \
drivers/thermal/qcom/tsens.h
150
[_name##_##10] = REG_FIELD(_offset, 26, 26), \
drivers/thermal/qcom/tsens.h
151
[_name##_##11] = REG_FIELD(_offset, 27, 27), \
drivers/thermal/qcom/tsens.h
152
[_name##_##12] = REG_FIELD(_offset, 28, 28), \
drivers/thermal/qcom/tsens.h
153
[_name##_##13] = REG_FIELD(_offset, 29, 29), \
drivers/thermal/qcom/tsens.h
154
[_name##_##14] = REG_FIELD(_offset, 30, 30), \
drivers/thermal/qcom/tsens.h
155
[_name##_##15] = REG_FIELD(_offset, 31, 31)
drivers/thermal/qcom/tsens.h
91
[_name##_##0] = REG_FIELD(_offset, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
92
[_name##_##1] = REG_FIELD(_offset + 4, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
93
[_name##_##2] = REG_FIELD(_offset + 8, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
94
[_name##_##3] = REG_FIELD(_offset + 12, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
95
[_name##_##4] = REG_FIELD(_offset + 16, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
96
[_name##_##5] = REG_FIELD(_offset + 20, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
97
[_name##_##6] = REG_FIELD(_offset + 24, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
98
[_name##_##7] = REG_FIELD(_offset + 28, _startbit, _stopbit), \
drivers/thermal/qcom/tsens.h
99
[_name##_##8] = REG_FIELD(_offset + 32, _startbit, _stopbit), \
drivers/usb/gadget/udc/omap_udc.c
2293
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
972
#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
170
__PASTE(_, __COUNTER__)))
include/linux/ethtool.h
1508
.cap_arr = prefix##_##value, \
include/linux/ethtool.h
1509
.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
1150
.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/core.c
1777
#define BPF_INSN_2_LBL(x, y) [BPF_##x | BPF_##y] = &&x##_##y
kernel/bpf/core.c
1778
#define BPF_INSN_3_LBL(x, y, z) [BPF_##x | BPF_##y | BPF_##z] = &&x##_##y##_##z
kernel/bpf/offload.c
852
#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
1507
dotest(name##_##nr, SUCCESS, LOCKTYPE_RWLOCK); \
lib/locking-selftest.c
1512
dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \
lib/locking-selftest.c
1518
dotest(name##_##nr, SUCCESS, LOCKTYPE_RWLOCK); \
lib/locking-selftest.c
1524
dotest(name##_##nr, FAILURE, LOCKTYPE_RWLOCK); \
lib/raid6/recov_s390xc.c
13
typedef struct { u8 _[256]; } addrtype;
lib/test_dynamic_debug.c
49
module_param_cb(_flags##_##_model, &param_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
223
_( 0), _( 1), _( 2), _( 3), _( 4), _( 5), _( 6), _( 7), _( 8), _( 9),
lib/vsprintf.c
224
_(10), _(11), _(12), _(13), _(14), _(15), _(16), _(17), _(18), _(19),
lib/vsprintf.c
225
_(20), _(21), _(22), _(23), _(24), _(25), _(26), _(27), _(28), _(29),
lib/vsprintf.c
226
_(30), _(31), _(32), _(33), _(34), _(35), _(36), _(37), _(38), _(39),
lib/vsprintf.c
227
_(40), _(41), _(42), _(43), _(44), _(45), _(46), _(47), _(48), _(49),
lib/vsprintf.c
228
_(50), _(51), _(52), _(53), _(54), _(55), _(56), _(57), _(58), _(59),
lib/vsprintf.c
229
_(60), _(61), _(62), _(63), _(64), _(65), _(66), _(67), _(68), _(69),
lib/vsprintf.c
230
_(70), _(71), _(72), _(73), _(74), _(75), _(76), _(77), _(78), _(79),
lib/vsprintf.c
231
_(80), _(81), _(82), _(83), _(84), _(85), _(86), _(87), _(88), _(89),
lib/vsprintf.c
232
_(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
47
#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
18041
#define SELECTOR(_, name, value) [NL80211_IFL_SEL_##name] = value,
net/wireless/nl80211.c
18042
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
87
#define SECURITY_HOOK_ACTIVE_KEY(HOOK, IDX) security_hook_active_##HOOK##_##IDX
security/security.c
94
#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
3207
(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
605
printf(_("The argument passed to this tool can't be "
tools/power/cpupower/utils/cpufreq-info.c
622
printf(_("You can't specify more than one --cpu parameter and/or\n"
tools/power/cpupower/utils/cpufreq-info.c
626
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/cpufreq-info.c
639
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
642
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
280
printf(_("the -f/--freq parameter cannot be combined with -d/--min, -u/--max or\n"
tools/power/cpupower/utils/cpufreq-set.c
286
printf(_("At least one parameter out of -f/--freq, -d/--min, -u/--max, and\n"
tools/power/cpupower/utils/cpufreq-set.c
328
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
175
printf(_("You can't specify more than one "
tools/power/cpupower/utils/cpuidle-info.c
179
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/cpuidle-info.c
196
printf(_("analyzing CPU %d:\n"), cpu);
tools/power/cpupower/utils/cpuidle-info.c
199
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
119
printf(_("Idlestate %u disabled on CPU %u\n"), idlestate, cpu);
tools/power/cpupower/utils/cpuidle-set.c
121
printf(_("Idlestate %u not available on CPU %u\n"),
tools/power/cpupower/utils/cpuidle-set.c
124
printf(_("Idlestate disabling not supported by kernel\n"));
tools/power/cpupower/utils/cpuidle-set.c
126
printf(_("Idlestate %u not disabled on CPU %u\n"),
tools/power/cpupower/utils/cpuidle-set.c
132
printf(_("Idlestate %u enabled on CPU %u\n"), idlestate, cpu);
tools/power/cpupower/utils/cpuidle-set.c
134
printf(_("Idlestate %u not available on CPU %u\n"),
tools/power/cpupower/utils/cpuidle-set.c
137
printf(_("Idlestate enabling not supported by kernel\n"));
tools/power/cpupower/utils/cpuidle-set.c
139
printf(_("Idlestate %u not enabled on CPU %u\n"),
tools/power/cpupower/utils/cpuidle-set.c
153
printf(_("Idlestate %u enabled on CPU %u\n"), idlestate, cpu);
tools/power/cpupower/utils/cpuidle-set.c
161
printf(_("Idlestate %u disabled on CPU %u\n"), idlestate, cpu);
tools/power/cpupower/utils/cpuidle-set.c
173
printf(_("Idlestate %u enabled on CPU %u\n"), idlestate, cpu);
tools/power/cpupower/utils/cpuidle-set.c
179
printf(_("Invalid or unknown argument\n"));
tools/power/cpupower/utils/cpuidle-set.c
53
printf(_("Bad value: %s, Integer expected\n"), optarg);
tools/power/cpupower/utils/cpuidle-set.c
68
printf(_("Bad latency value: %s\n"), optarg);
tools/power/cpupower/utils/cpuidle-set.c
88
printf(_("You can't specify more than one "
tools/power/cpupower/utils/cpuidle-set.c
92
printf(_("invalid or unknown argument\n"));
tools/power/cpupower/utils/cpupower-info.c
107
_("Could not read perf-bias value[%d]\n"), ret);
tools/power/cpupower/utils/cpupower-info.c
110
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
47
fprintf(stderr, _("Subcommand not supported on POWER.\n"));
tools/power/cpupower/utils/cpupower-info.c
81
printf(_("Intel's performance bias setting needs root privileges\n"));
tools/power/cpupower/utils/cpupower-info.c
83
printf(_("System does not support Intel's performance"
tools/power/cpupower/utils/cpupower-info.c
96
printf(_("analyzing CPU %d:\n"), cpu);
tools/power/cpupower/utils/cpupower-info.c
99
printf(_(" *is offline\n"));
tools/power/cpupower/utils/cpupower-set.c
148
fprintf(stderr, _("Cannot set values on CPU %d:"), cpu);
tools/power/cpupower/utils/cpupower-set.c
149
fprintf(stderr, _(" *is offline\n"));
tools/power/cpupower/utils/cpupower-set.c
156
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
57
fprintf(stderr, _("Subcommand not supported on POWER.\n"));
tools/power/cpupower/utils/cpupower-set.c
74
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
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
304
check_assert(assert_nz_gfunc, 5, _);
tools/testing/selftests/bpf/progs/exceptions.c
305
check_assert(assert_zero_gfunc, 0, _);
tools/testing/selftests/bpf/progs/exceptions.c
306
check_assert(assert_neg_gfunc, -100, _);
tools/testing/selftests/bpf/progs/exceptions.c
307
check_assert(assert_pos_gfunc, 100, _);
tools/testing/selftests/bpf/progs/exceptions.c
308
check_assert(assert_negeq_gfunc, -1, _);
tools/testing/selftests/bpf/progs/exceptions.c
309
check_assert(assert_poseq_gfunc, 1, _);
tools/testing/selftests/bpf/progs/exceptions.c
311
check_assert(assert_nz_gfunc_with, 5, _);
tools/testing/selftests/bpf/progs/exceptions.c
312
check_assert(assert_zero_gfunc_with, 0, _);
tools/testing/selftests/bpf/progs/exceptions.c
313
check_assert(assert_neg_gfunc_with, -100, _);
tools/testing/selftests/bpf/progs/exceptions.c
314
check_assert(assert_pos_gfunc_with, 100, _);
tools/testing/selftests/bpf/progs/exceptions.c
315
check_assert(assert_negeq_gfunc_with, -1, _);
tools/testing/selftests/bpf/progs/exceptions.c
316
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
332
#define __usdt_nth(_, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, N, ...) N
tools/testing/selftests/bpf/usdt.h
337
#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
339
#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
417
__usdt_asm1( __usdt_asm_addr _.stapsdt.base) \
tools/testing/selftests/bpf/usdt.h
425
__usdt_asm1(.ifndef _.stapsdt.base) \
tools/testing/selftests/bpf/usdt.h
427
__usdt_asm1( .weak _.stapsdt.base) \
tools/testing/selftests/bpf/usdt.h
428
__usdt_asm1( .hidden _.stapsdt.base) \
tools/testing/selftests/bpf/usdt.h
429
__usdt_asm1(_.stapsdt.base:) \
tools/testing/selftests/bpf/usdt.h
431
__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
58
__REG_FTR_BITS(reg##_##field, FTR_UNSIGNED, type, reg##_##field##_SHIFT, \
tools/testing/selftests/kvm/arm64/set_id_regs.c
59
reg##_##field##_MASK, safe_val)
tools/testing/selftests/kvm/arm64/set_id_regs.c
62
__REG_FTR_BITS(reg##_##field, FTR_SIGNED, type, reg##_##field##_SHIFT, \
tools/testing/selftests/kvm/arm64/set_id_regs.c
63
reg##_##field##_MASK, safe_val)
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
36
#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/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_)