Searched refs:set_func (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpio-shared-proxy.c | 28 int (*set_func)(struct gpio_desc *desc, int value), in gpio_shared_proxy_set_unlocked() 49 ret = set_func(desc, 1); in gpio_shared_proxy_set_unlocked() 68 ret = set_func(desc, 0); in gpio_shared_proxy_set_unlocked() 232 int (*set_func)(struct gpio_desc *desc, int value), in gpio_shared_proxy_do_set() 237 return gpio_shared_proxy_set_unlocked(proxy, set_func, value); in gpio_shared_proxy_do_set()
|
| /linux/drivers/cpufreq/ |
| H A D | cppc_cpufreq.c | 883 int (*set_func)(int, u64), in cppc_cpufreq_sysfs_store_u64() 893 ret = set_func((int)cpu, val); in cppc_cpufreq_sysfs_store_u64()
|
| /linux/net/bluetooth/ |
| H A D | mgmt.c | 4665 .set_func = _set_func, \ 5036 int (*set_func)(struct sock *sk, struct hci_dev *hdev, member 5065 return exp_features[i].set_func(sk, hdev, cp, data_len); in set_exp_feature()
|