Lines Matching refs:off
28 unsigned int off, unsigned int config) in samsung_gpio_do_setcfg() argument
30 return (chip->config->set_config)(chip, off, config); in samsung_gpio_do_setcfg()
34 unsigned int off) in samsung_gpio_do_getcfg() argument
36 return (chip->config->get_config)(chip, off); in samsung_gpio_do_getcfg()
40 unsigned int off, samsung_gpio_pull_t pull) in samsung_gpio_do_setpull() argument
42 return (chip->config->set_pull)(chip, off, pull); in samsung_gpio_do_setpull()
46 unsigned int off) in samsung_gpio_do_getpull() argument
48 return chip->config->get_pull(chip, off); in samsung_gpio_do_getpull()
69 unsigned int off, samsung_gpio_pull_t pull);
81 unsigned int off, samsung_gpio_pull_t pull);
99 unsigned int off, samsung_gpio_pull_t pull);
112 unsigned int off);
123 unsigned int off);
134 unsigned int off);
150 unsigned int off, samsung_gpio_pull_t pull);
161 unsigned int off);