Lines Matching +full:per +full:- +full:pin
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2011 ST-Ericsson SA
6 * Written on behalf of Linaro for ST-Ericsson
20 * struct pinconf_ops - pin config operations, to be implemented by
21 * pin configuration capable drivers.
22 * @is_generic: for pin controllers that want to use the generic interface,
24 * @pin_config_get: get the config of a certain pin, if the requested config
25 * is not available on this controller this should return -ENOTSUPP
26 * and if it is available but disabled it should return -EINVAL
27 * @pin_config_set: configure an individual pin
28 * @pin_config_group_get: get configurations for an entire pin group; should
29 * return -ENOTSUPP and -EINVAL using the same rules as pin_config_get.
32 * per-device info for a certain pin in debugfs
34 * per-device info for a certain group in debugfs
36 * and display a driver's pin configuration parameter
43 unsigned int pin,
46 unsigned int pin,