Lines Matching full:argument
26 * tristate. The argument is ignored.
37 * impedance to GROUND). If the argument is != 0 pull-down is enabled,
44 * If the argument is != 0 pull up/down is enabled, if it is 0, the
48 * impedance to VDD). If the argument is != 0 pull-up is enabled,
53 * config will enable open drain mode, the argument is ignored.
56 * argument is ignored.
60 * push-pull mode, the argument is ignored.
62 * passed as argument. The argument is in mA.
64 * passed as argument. The argument is in uA.
67 * argument gives the debounce time in usecs. Setting the
68 * argument to zero turns debouncing off.
74 * the threshold value is given on a custom format as argument when
77 * If the argument != 0, schmitt-trigger mode is enabled. If it's 0,
81 * passed in the argument on a custom form, else just use argument 1
82 * to indicate low power mode, argument 0 turns low power mode off.
87 * the line. Use argument 1 to enable output mode, argument 0 to disable
90 * value on the line. Use argument 1 to indicate high level, argument 0 to
94 * supplies, the argument to this parameter (on a custom format) tells
97 * @PIN_CONFIG_SLEW_RATE: if the pin can select slew rate, the argument to
146 * into and out of an unsigned long argument, as used by the generic pin config
147 * system. We put the parameter in the lower 8 bits and the argument in the
162 u32 argument) in pinconf_to_config_packed() argument
164 return PIN_CONF_PACKED(param, argument); in pinconf_to_config_packed()