Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddevice.h533 ssize_t device_store_int(struct device *dev, struct device_attribute *attr,
553 { __ATTR(_name, _mode, device_show_int, device_store_int), &(_var) }
/linux-4.1.27/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.1.27/arch/x86/kernel/cpu/mcheck/
Dmce.c2228 ssize_t ret = device_store_int(s, attr, buf, size); in store_int_with_restart()