Lines Matching full:pull
13 * changing the pull-{up,down} configurations.
33 * @get_pull: Read the current pull configuration for the GPIO
34 * @set_pull: Set the current pull configuration for the GPIO
54 samsung_gpio_pull_t pull);
121 /* Define values for the pull-{up,down} available for each gpio pin.
123 * These values control the state of the weak pull-{up,down} resistors
133 * s3c_gpio_setpull() - set the state of a gpio pin pull resistor
134 * @pin: The pin number to configure the pull resistor.
135 * @pull: The configuration for the pull resistor.
137 * This function sets the state of the pull-{up,down} resistor for the
139 * code if the pin cannot support the requested pull setting.
141 * @pull is one of S3C_GPIO_PULL_NONE, S3C_GPIO_PULL_DOWN or S3C_GPIO_PULL_UP.
143 extern int s3c_gpio_setpull(unsigned int pin, samsung_gpio_pull_t pull);
146 * s3c_gpio_getpull() - get the pull resistor state of a gpio pin
149 * Read the pull resistor value for the specified pin.
156 * s3c_gpio_cfgall_range() - configure range of gpio functtion and pull.
160 * @pull: The pull setting to use.
170 unsigned int cfg, samsung_gpio_pull_t pull);