Lines Matching refs:properties
230 unsigned long *properties __free(bitmap) = bitmap_zalloc(count, GFP_KERNEL);
259 /* if param is greater than count, these are custom properties */
261 ret = test_and_set_bit(par->param, properties);
274 if (test_bit(PIN_CONFIG_DRIVE_STRENGTH, properties) &&
275 test_bit(PIN_CONFIG_DRIVE_STRENGTH_UA, properties))
276 pr_err("%pfw: cannot have multiple drive strength properties\n",
279 test = test_bit(PIN_CONFIG_BIAS_BUS_HOLD, properties) +
280 test_bit(PIN_CONFIG_BIAS_DISABLE, properties) +
281 test_bit(PIN_CONFIG_BIAS_HIGH_IMPEDANCE, properties) +
282 test_bit(PIN_CONFIG_BIAS_PULL_UP, properties) +
283 test_bit(PIN_CONFIG_BIAS_PULL_PIN_DEFAULT, properties) +
284 test_bit(PIN_CONFIG_BIAS_PULL_DOWN, properties);
289 test = test_bit(PIN_CONFIG_DRIVE_OPEN_DRAIN, properties) +
290 test_bit(PIN_CONFIG_DRIVE_OPEN_SOURCE, properties) +
291 test_bit(PIN_CONFIG_DRIVE_PUSH_PULL, properties);
301 * parse the pinmux properties into generic pin mux values.
302 * @np: node containing the pinmux properties
368 * parse the config properties into generic pinconfig values.
369 * @np: node containing the pinconfig properties
417 * found properties.