Lines Matching full:argument

29  *	tristate. The argument is ignored.
40 * impedance to GROUND). If the argument is != 0 pull-down is enabled,
48 * If the argument is != 0 pull up/down is enabled, if it is 0, the
52 * impedance to VDD). If the argument is != 0 pull-up is enabled,
58 * config will enable open drain mode, the argument is ignored.
61 * argument is ignored.
65 * push-pull mode, the argument is ignored.
67 * passed as argument. The argument is in mA.
69 * passed as argument. The argument is in uA.
72 * argument gives the debounce time in usecs. Setting the
73 * argument to zero turns debouncing off.
79 * the threshold value is given on a custom format as argument when
82 * If the argument != 0, schmitt-trigger mode is enabled. If it's 0,
85 * schmitt-trigger mode. The argument is in uV.
88 * passed in the argument on a custom form, else just use argument 1
89 * to indicate low power mode, argument 0 turns low power mode off.
92 * value on the line. Use argument 1 to indicate high level, argument 0 to
99 * the line. Use argument 1 to enable output mode, argument 0 to disable
102 * of the pin with the value passed as argument. The argument is in ohms.
105 * supplies, the argument to this parameter (on a custom format) tells
112 * @PIN_CONFIG_SLEW_RATE: if the pin can select slew rate, the argument to
159 * into and out of an unsigned long argument, as used by the generic pin config
160 * system. We put the parameter in the lower 8 bits and the argument in the
175 u32 argument) in pinconf_to_config_packed() argument
177 return PIN_CONF_PACKED(param, argument); in pinconf_to_config_packed()