Lines Matching full:off
24 unsigned int off, unsigned int config) in samsung_gpio_do_setcfg() argument
26 return (chip->config->set_config)(chip, off, config); in samsung_gpio_do_setcfg()
30 unsigned int off) in samsung_gpio_do_getcfg() argument
32 return (chip->config->get_config)(chip, off); in samsung_gpio_do_getcfg()
36 unsigned int off, samsung_gpio_pull_t pull) in samsung_gpio_do_setpull() argument
38 return (chip->config->set_pull)(chip, off, pull); in samsung_gpio_do_setpull()
42 unsigned int off) in samsung_gpio_do_getpull() argument
44 return chip->config->get_pull(chip, off); in samsung_gpio_do_getpull()
58 * @off: The offset for the GPIO being configured.
65 unsigned int off, samsung_gpio_pull_t pull);
70 * @off: The offset for the GPIO being configured
77 unsigned int off, samsung_gpio_pull_t pull);
84 * @off: The offset for the GPIO being configured.
95 unsigned int off, samsung_gpio_pull_t pull);
102 * @off: The offset to the pin to get the configuration of.
108 unsigned int off);
113 * @off: The offset to the pin to get the configuration of.
119 unsigned int off);
124 * @off: The offset to the pin to get the configuration of.
130 unsigned int off);
135 * @off: The offset for the GPIO being configured.
146 unsigned int off, samsung_gpio_pull_t pull);
151 * @off: The offset to the pin to get the configuration of.
157 unsigned int off);