Sysfs is a virtual file system provided by Linux.
In Linux, is there a way to find out which PCI card is plugged into which PCI slot? /sys/bus/…
linux pci sysfsI'm learning how to use sysfs in my Linux modules, but I'm having the hardest time finding current documentation on …
c linux linux-kernel linux-device-driver sysfsI am trying to communicate asynchronously between a kernel driver and a user-space program (I know there are lots of …
linux linux-kernel kernel polling sysfsI am using beaglebone to access digital input from specific pin using sysfs interface. And I can change the output …
linux embedded-linux beagleboard gpio sysfsI'm working on a BeagleBone Black (BBB from now on) with its stock Angstrom Linux. I'm able to do GPIO/…
c++ c angstrom-linux beagleboneblack sysfsHow can I detect battery charging speed in android device? I can detect battery status using below code. but not …
android usb battery sysfs batterymanagerI'm making a small kernel module to provide user-space access to some kernel-mode only features of an ARMv7 chip (specifically, …
linux kernel driver linux-device-driver sysfsI am trying to read battery information from an NDK app. The only way I know to accomplish this is …
android linux android-ndk sysfsI wrote a platform driver for a peripheral we developed and would like to expose some configuration options to the …
linux-kernel linux-device-driver embedded-linux sysfs