Searched refs:intr_detection_bit (Results  1 – 25 of 49) sorted by relevance
12
| /Linux-v6.6/drivers/pinctrl/qcom/ | 
| D | pinctrl-msm.c | 1110 		val &= ~(3 << g->intr_detection_bit);  in msm_gpio_irq_set_type()1114 			val |= 1 << g->intr_detection_bit;  in msm_gpio_irq_set_type()
 1118 			val |= 2 << g->intr_detection_bit;  in msm_gpio_irq_set_type()
 1122 			val |= 3 << g->intr_detection_bit;  in msm_gpio_irq_set_type()
 1132 		val &= ~(1 << g->intr_detection_bit);  in msm_gpio_irq_set_type()
 1136 			val |= BIT(g->intr_detection_bit);  in msm_gpio_irq_set_type()
 1140 			val |= BIT(g->intr_detection_bit);  in msm_gpio_irq_set_type()
 1143 			val |= BIT(g->intr_detection_bit);  in msm_gpio_irq_set_type()
 
 | 
| D | pinctrl-msm.h | 108 	unsigned intr_detection_bit:5;  member
 | 
| D | pinctrl-qdf2xxx.c | 123 		groups[gpio].intr_detection_bit = 2;  in qdf2xxx_pinctrl_probe()
 | 
| D | pinctrl-sdx65.c | 49 		.intr_detection_bit = 2,	\74 		.intr_detection_bit = -1,		\
 99 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-ipq8064.c | 200 		.intr_detection_bit = 2,		\226 		.intr_detection_bit = -1,               \
 
 | 
| D | pinctrl-sdm670.c | 53 		.intr_detection_bit = 2,	\82 		.intr_detection_bit = -1,		\
 107 		.intr_detection_bit = -1,		\
 132 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-sm6115.c | 60 		.intr_detection_bit = 2,	\86 		.intr_detection_bit = -1,		\
 112 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-msm8x74.c | 360 		.intr_detection_bit = 2,		\386 		.intr_detection_bit = -1,		\
 417 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-qcm2290.c | 49 		.intr_detection_bit = 2,	\74 		.intr_detection_bit = -1,		\
 99 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-sc7180.c | 58 		.intr_detection_bit = 2,	\84 		.intr_detection_bit = -1,		\
 110 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-sm7150.c | 64 		.intr_detection_bit = 2,		\90 		.intr_detection_bit = -1,		\
 116 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-apq8064.c | 248 		.intr_detection_bit = 2,		\274 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-msm8226.c | 298 		.intr_detection_bit = 2,		\324 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-qdu1000.c | 51 		.intr_detection_bit = 2,	\76 		.intr_detection_bit = -1,		\
 101 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-sm6125.c | 57 		.intr_detection_bit = 2,	\83 		.intr_detection_bit = -1,		\
 109 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-mdm9607.c | 241 		.intr_detection_bit = 2,			\267 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-sm6350.c | 49 		.intr_detection_bit = 2,	\74 		.intr_detection_bit = -1,		\
 99 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-sa8775p.c | 53 		.intr_detection_bit = 2,	\78 		.intr_detection_bit = -1,		\
 103 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-sm6375.c | 52 		.intr_detection_bit = 2,	\77 		.intr_detection_bit = -1,		\
 102 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-sdx55.c | 49 		.intr_detection_bit = 2,	\74 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-msm8998.c | 51 		.intr_detection_bit = 2,	\76 		.intr_detection_bit = -1,		\
 101 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-sc7280.c | 49 		.intr_detection_bit = 2,	\74 		.intr_detection_bit = -1,		\
 99 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-sdm845.c | 53 		.intr_detection_bit = 2,	\78 		.intr_detection_bit = -1,		\
 103 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-sm8150.c | 60 		.intr_detection_bit = 2,	\86 		.intr_detection_bit = -1,		\
 112 		.intr_detection_bit = -1,		\
 
 | 
| D | pinctrl-sm8250.c | 61 		.intr_detection_bit = 2,		\87 		.intr_detection_bit = -1,		\
 113 		.intr_detection_bit = -1,		\
 
 | 
        12