| /linux/drivers/gpio/ |
| H A D | gpio-htc-egpio.c | 137 struct egpio_chip *egpio; in egpio_get() local 145 egpio = gpiochip_get_data(chip); in egpio_get() 146 ei = dev_get_drvdata(egpio->dev); in egpio_get() 148 reg = egpio->reg_start + egpio_pos(ei, offset); in egpio_get() 150 if (test_bit(offset, &egpio->is_out)) { in egpio_get() 151 return !!(egpio->cached_values & (1 << offset)); in egpio_get() 162 struct egpio_chip *egpio; in egpio_direction_input() local 164 egpio = gpiochip_get_data(chip); in egpio_direction_input() 165 return test_bit(offset, &egpio->is_out) ? -EINVAL : 0; in egpio_direction_input() 176 struct egpio_chip *egpio; in egpio_set() local [all …]
|
| /linux/drivers/pinctrl/qcom/ |
| H A D | pinctrl-maili.c | 1228 MSM_PIN_FUNCTION(egpio), 1325 [0] = PINGROUP(0, qup2_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio), 1326 [1] = PINGROUP(1, qup2_se0, ibi_i3c, _, _, _, _, _, _, _, _, egpio), 1327 [2] = PINGROUP(2, qup2_se0, _, _, _, _, _, _, _, _, _, egpio), 1328 [3] = PINGROUP(3, qup2_se0, _, _, _, _, _, _, _, _, _, egpio), 1329 [4] = PINGROUP(4, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio), 1330 [5] = PINGROUP(5, qup2_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio), 1331 [6] = PINGROUP(6, qup2_se1, _, _, _, _, _, _, _, _, _, egpio), 1332 [7] = PINGROUP(7, qup2_se1, _, _, _, _, _, _, _, _, _, egpio), 1353 [28] = PINGROUP(28, qup4_se1, ibi_i3c, _, _, _, _, _, _, _, _, egpio), [all …]
|
| H A D | pinctrl-sc8280xp.c | 1506 MSM_GPIO_PIN_FUNCTION(egpio), 1826 [189] = PINGROUP(189, prng_rosc0, _, _, _, _, _, egpio), 1827 [190] = PINGROUP(190, cri_trng, _, _, _, _, _, egpio), 1828 [191] = PINGROUP(191, prng_rosc1, _, _, _, _, _, egpio), 1829 [192] = PINGROUP(192, _, _, _, _, _, _, egpio), 1830 [193] = PINGROUP(193, prng_rosc2, _, _, _, _, _, egpio), 1831 [194] = PINGROUP(194, prng_rosc3, _, _, _, _, _, egpio), 1832 [195] = PINGROUP(195, phase_flag, _, qdss_gpio, _, _, _, egpio), 1833 [196] = PINGROUP(196, phase_flag, _, qdss_gpio, _, _, _, egpio), 1834 [197] = PINGROUP(197, phase_flag, _, qdss_gpio, _, _, _, egpio), [all …]
|