Lines Matching refs:off
24 unsigned int off, unsigned int config)
26 return (chip->config->set_config)(chip, off, config);
30 unsigned int off)
32 return (chip->config->get_config)(chip, off);
36 unsigned int off, samsung_gpio_pull_t pull)
38 return (chip->config->set_pull)(chip, off, pull);
42 unsigned int off)
44 return chip->config->get_pull(chip, off);
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);