android_kernel_xiaomi_sm8350/drivers/base
Andi Kleen 9800794ac1 sysdev: Add utility functions for simple int/ulong variable sysdev attributes
This adds a new sysdev_ext_attribute that stores a pointer to the variable
it manages and some utility functions/macro to easily use them.

Previously all users wrote custom macros to generate show/store
functions for each variable, with this it is possible to avoid
that in many cases.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-07-21 21:55:02 -07:00
..
power driver core: fix a lot of printk usages of bus_id 2008-07-21 21:54:53 -07:00
attribute_container.c
base.h class: change internal semaphore to a mutex 2008-07-21 21:54:52 -07:00
bus.c
class.c class: change internal semaphore to a mutex 2008-07-21 21:54:52 -07:00
core.c driver core: Suppress sysfs warnings for device_rename(). 2008-07-21 21:55:01 -07:00
cpu.c sysdev: Pass the attribute to the low level sysdev show/store function 2008-07-21 21:55:02 -07:00
dd.c
devres.c
dma-mapping.c
driver.c
firmware_class.c firmware: allow firmware files to be built into kernel image 2008-07-10 14:30:13 +01:00
firmware.c
hypervisor.c
init.c
isa.c
Kconfig always enable FW_LOADER unless EMBEDDED=y 2008-07-21 21:54:58 -07:00
Makefile
map.c
memory.c sysdev: Pass the attribute to the low level sysdev show/store function 2008-07-21 21:55:02 -07:00
module.c
node.c sysdev: Pass the attribute to the low level sysdev show/store function 2008-07-21 21:55:02 -07:00
platform.c
sys.c sysdev: Add utility functions for simple int/ulong variable sysdev attributes 2008-07-21 21:55:02 -07:00
topology.c sysdev: Pass the attribute to the low level sysdev show/store function 2008-07-21 21:55:02 -07:00
transport_class.c