Lines Matching defs:pin
11 * a given pin are disabled the pin acts as a GPIO.
22 * meson8_pmx_disable_other_groups() - disable other groups using a given pin
24 * @pc: meson pin controller device
25 * @pin: number of the pin
28 * The function disables all pinmux groups using a pin except the
30 * the pin in GPIO mode.
33 unsigned int pin, int sel_group)
46 if (group->pins[j] == pin) {
47 /* We have found a group using the pin */
70 * Disable groups using the same pin.