Searched refs:device_show_bool (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/cpu/mce/ |
| D | core.c | 2231 __ATTR(ignore_ce, 0644, device_show_bool, set_ignore_ce), 2236 __ATTR(cmci_disabled, 0644, device_show_bool, set_cmci_disabled),
|
| /Linux-v5.4/include/linux/ |
| D | device.h | 826 ssize_t device_show_bool(struct device *dev, struct device_attribute *attr, 850 { __ATTR(_name, _mode, device_show_bool, device_store_bool), &(_var) }
|
| /Linux-v5.4/drivers/base/ |
| D | core.c | 1063 ssize_t device_show_bool(struct device *dev, struct device_attribute *attr, in device_show_bool() function 1070 EXPORT_SYMBOL_GPL(device_show_bool);
|