Home
last modified time | relevance | path

Searched refs:device_store_int (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Ddevice.h563 ssize_t device_store_int(struct device *dev, struct device_attribute *attr,
583 { __ATTR(_name, _mode, device_show_int, device_store_int), &(_var) }
/linux-4.4.14/drivers/base/
Dcore.c172 ssize_t device_store_int(struct device *dev, in device_store_int() function
185 EXPORT_SYMBOL_GPL(device_store_int);
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce.c2260 ssize_t ret = device_store_int(s, attr, buf, size); in store_int_with_restart()