Lines Matching refs: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()
65 unsigned int off, samsung_gpio_pull_t pull);
77 unsigned int off, samsung_gpio_pull_t pull);
95 unsigned int off, samsung_gpio_pull_t pull);
108 unsigned int off);
119 unsigned int off);
130 unsigned int off);
146 unsigned int off, samsung_gpio_pull_t pull);
157 unsigned int off);