Lines Matching full:argument
86 unsigned param, unsigned argument);
88 unsigned param, unsigned argument);
153 * tristate. The argument is ignored.
155 * impedance to VDD). If the argument is != 0 pull-up is enabled,
158 * impedance to GROUND). If the argument is != 0 pull-down is enabled,
165 * If the argument is != 0 pull up/down is enabled, if it is 0, the
171 * push-pull mode, the argument is ignored.
175 * config will enable open drain mode, the argument is ignored.
178 * argument is ignored.
180 * passed as argument. The argument is in mA.
185 * If the argument != 0, schmitt-trigger mode is enabled. If it's 0,
189 * the threshold value is given on a custom format as argument when
193 * argument gives the debounce time in usecs. Setting the
194 * argument to zero turns debouncing off.
196 * supplies, the argument to this parameter (on a custom format) tells
198 * @PIN_CONFIG_SLEW_RATE: if the pin can select slew rate, the argument to
203 * passed in the argument on a custom form, else just use argument 1
204 * to indicate low power mode, argument 0 turns low power mode off.
205 * @PIN_CONFIG_OUTPUT: this will configure the pin as an output. Use argument
206 * 1 to indicate high level, argument 0 to indicate low level. (Please