Home
last modified time | relevance | path

Searched refs:sysfs (Results 1 – 25 of 117) sorted by relevance

12345

/drivers/gpu/drm/nouveau/
Dnouveau_sysfs.c50 struct nouveau_sysfs *sysfs = nouveau_sysfs(drm_device(d)); in nouveau_sysfs_pstate_get() local
56 ret = nvif_mthd(&sysfs->ctrl, NVIF_CONTROL_PSTATE_INFO, in nouveau_sysfs_pstate_get()
69 ret = nvif_mthd(&sysfs->ctrl, NVIF_CONTROL_PSTATE_ATTR, in nouveau_sysfs_pstate_get()
84 ret = nvif_mthd(&sysfs->ctrl, in nouveau_sysfs_pstate_get()
120 struct nouveau_sysfs *sysfs = nouveau_sysfs(drm_device(d)); in nouveau_sysfs_pstate_set() local
149 ret = nvif_mthd(&sysfs->ctrl, NVIF_CONTROL_PSTATE_USER, in nouveau_sysfs_pstate_set()
163 struct nouveau_sysfs *sysfs = nouveau_sysfs(dev); in nouveau_sysfs_fini() local
167 if (sysfs && sysfs->ctrl.priv) { in nouveau_sysfs_fini()
169 nvif_object_fini(&sysfs->ctrl); in nouveau_sysfs_fini()
172 drm->sysfs = NULL; in nouveau_sysfs_fini()
[all …]
Dnouveau_sysfs.h13 return nouveau_drm(dev)->sysfs; in nouveau_sysfs()
/drivers/staging/iio/light/
DKconfig16 Data from sensor is accessible via sysfs.
24 This driver supports the sysfs interface to get the ALS, IR intensity,
33 Access ALS data via iio, sysfs.
41 Provides iio_events and direct access via sysfs.
/drivers/video/fbdev/omap2/dss/
DMakefile7 omapdss-y += manager.o manager-sysfs.o overlay.o overlay-sysfs.o apply.o \
8 dispc-compat.o display-sysfs.o
/drivers/media/usb/pvrusb2/
DMakefile1 obj-pvrusb2-sysfs-$(CONFIG_VIDEO_PVRUSB2_SYSFS) := pvrusb2-sysfs.o
15 $(obj-pvrusb2-sysfs-y) $(obj-pvrusb2-debugifc-y)
DKconfig20 bool "pvrusb2 sysfs support"
24 This option enables the operation of a sysfs based
59 in the pvrusb2 driver, hosted through sysfs.
/drivers/firmware/
DKconfig36 BIOS tries boot from. This information is then exported via sysfs.
52 bool "Add firmware-provided memory map to sysfs" if EXPERT
59 See also Documentation/ABI/testing/sysfs-firmware-memmap.
86 tristate "BIOS update support for DELL systems via sysfs"
101 The Dell Systems Management Base Driver provides a sysfs interface
114 bool "Export DMI identification via sysfs to userspace"
123 tristate "DMI table support in sysfs"
128 data via sysfs. This is useful for consuming the data without
154 Boot Firmware Table (iBFT) via sysfs to userspace. If you wish to
/drivers/staging/iio/cdc/
DKconfig11 (ad7150, ad7151, ad7156) Provides direct access via sysfs.
21 (ad7152, ad7153) Provides direct access via sysfs.
31 (AD7745, AD7746, AD7747) Provides direct access via sysfs.
/drivers/staging/iio/resolver/
DKconfig11 to digital converters, ad2s90, provides direct access via sysfs.
23 via sysfs.
34 to digital converters, ad2s1210, provides direct access via sysfs.
/drivers/powercap/
DKconfig2 # Generic power capping sysfs interface configuration
6 bool "Generic powercap sysfs driver"
8 The power capping sysfs interface allows kernel subsystems to expose power
/drivers/firmware/efi/
DKconfig5 tristate "EFI Variable Support via sysfs"
10 Interface) variable information via sysfs. You may read,
45 bool "Export efi runtime maps to sysfs"
53 See also Documentation/ABI/testing/sysfs-firmware-efi-runtime-map.
/drivers/soc/versatile/
DKconfig10 core modules providing some sysfs information about the ASIC
19 providing some sysfs information about the ASIC variant.
/drivers/staging/iio/frequency/
DKconfig11 AD9832 and AD9835, provides direct access via sysfs.
21 AD9833, AD9834, AD9837 and AD9838, provides direct access via sysfs.
/drivers/iio/frequency/
DKconfig18 Clock Generator. The driver provides direct access via sysfs.
36 Wideband Synthesizers. The driver provides direct access via sysfs.
/drivers/staging/iio/Documentation/
Doverview.txt21 hwmon with simple polled access to device channels via sysfs.
31 turned on or off (if possible) via sysfs interfaces.
57 sysfs-bus-iio - abi documentation file.
/drivers/thermal/
DKconfig2 # Generic thermal sysfs drivers configuration
6 tristate "Generic Thermal sysfs driver"
27 hwmon sysfs interface.
30 have hwmon sysfs interface too.
169 Enable this option to make a emul_temp sysfs node in thermal zone
170 directory to support temperature emulation. With emulation sysfs node,
176 flooding this sysfs node with low temperature values.
388 This enables a thermal sysfs driver for Qualcomm plug-and-play (QPNP)
389 PMIC devices. It shows up in sysfs as a thermal sensor with multiple
/drivers/platform/goldfish/
DKconfig30 to userspace via sysfs. Currently, Android looks for some information
34 sysfs with the same layout.
/drivers/leds/trigger/
DKconfig7 be configured via sysfs. If unsure, say Y.
16 via sysfs. Some LED hardware can be programmed to start
27 controlled via sysfs. It's useful to notify the user on
/drivers/sh/superhyway/
DMakefile6 obj-$(CONFIG_SYSFS) += superhyway-sysfs.o
/drivers/dio/
DMakefile5 obj-y := dio.o dio-driver.o dio-sysfs.o
/drivers/dca/
DMakefile2 dca-objs := dca-core.o dca-sysfs.o
/drivers/iio/trigger/
DMakefile7 obj-$(CONFIG_IIO_SYSFS_TRIGGER) += iio-trig-sysfs.o
/drivers/video/fbdev/omap2/omapfb/
DMakefile2 omapfb-y := omapfb-main.o omapfb-sysfs.o omapfb-ioctl.o
/drivers/dma/ioat/
DMakefile2 ioatdma-y := init.o dma.o prep.o dca.o sysfs.o
/drivers/pps/
DMakefile5 pps_core-y := pps.o kapi.o sysfs.o

12345