Searched refs:device_show_bool (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | device.h | 131 ssize_t device_show_bool(struct device *dev, struct device_attribute *attr, 254 { __ATTR(_name, _mode, device_show_bool, device_store_bool), &(_var) }
|
| /linux-6.15/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 2665 __ATTR(ignore_ce, 0644, device_show_bool, set_ignore_ce), 2670 __ATTR(cmci_disabled, 0644, device_show_bool, set_cmci_disabled),
|
| /linux-6.15/drivers/base/ |
| H A D | core.c | 2519 ssize_t device_show_bool(struct device *dev, struct device_attribute *attr, in device_show_bool() function 2526 EXPORT_SYMBOL_GPL(device_show_bool);
|