OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sysfs
(Results
1 - 25
of
394
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/intel/edison/sepolicy/
sensorservice.te
2
# Sensorservice uses the sensors HAL... which needs
sysfs
file and i2c device access.
6
allow sensorservice
sysfs
:file w_file_perms;
/device/htc/flounder/sepolicy/
bluetooth.te
2
allow bluetooth
sysfs
:file write;
cameraserver.te
6
allow cameraserver {
sysfs
sysfs_gpu sysfs_socinfo }:file r_file_perms;
/packages/services/Car/car_product/sepolicy/
ueventd.te
4
# Write access to thermal related
sysfs
nodes.
7
# Allow write access to usb related
sysfs
nodes.
10
# Allow write access to bt_power
sysfs
nodes.
rmt_storage.te
27
allow rmt_storage
sysfs
:file r_file_perms;
29
allow rmt_storage
sysfs
:dir r_dir_perms;
/device/google/dragon/sepolicy/
mediacodec.te
1
allow mediacodec
sysfs
:file r_file_perms;
rmi4update.te
11
allow rmi4update
sysfs
:dir search;
12
allow rmi4update
sysfs
:file rw_file_perms;
init.te
4
allow init
sysfs
:lnk_file setattr;
/device/moto/shamu/sepolicy/
bluetooth.te
3
allow bluetooth
sysfs
:file rw_file_perms;
/external/autotest/client/deps/fakegudev/src/test_files/
fake.output
6
Sysfs
path: /sys/devices/virtual/fake
fake2.output
6
Sysfs
path: /sys/devices/virtual/fake2
fake_driver.output
6
Sysfs
path: /sys/devices/virtual/fake
fake_name.output
6
Sysfs
path: /sys/devices/virtual/fake
fake_property_foo.output
6
Sysfs
path: /sys/devices/virtual/fake
fake_subsystem.output
6
Sysfs
path: /sys/devices/virtual/fake
fake_full.output
6
Sysfs
path: /sys/devices/virtual/fake
fake_properties.output
6
Sysfs
path: /sys/devices/virtual/fake
/external/autotest/client/site_tests/kernel_CrosECSysfs/
control
7
PURPOSE = 'Test cros_ec driver and
sysfs
interface'
8
CRITERIA = 'Fails if EC
sysfs
interface is not present'
17
DOC = 'Checks that the
sysfs
interface to the EC is present and working.'
kernel_CrosECSysfs.py
12
'''Make sure the EC
sysfs
interface provides meaningful output'''
30
raise error.TestFail('
sysfs
file problem: %s' % err)
35
Read the contents of the given
sysfs
file or fail
37
@param filename Name of the file within the
sysfs
interface directory
44
Return the given field from the
sysfs
file or fail
46
@param filename Name of the file within the
sysfs
interface directory
58
Quick check for the existence of the basic
sysfs
files
61
# present, so there's no point to looking for the
sysfs
interface to it.
/external/autotest/client/site_tests/kernel_CrosECSysfsAccel/
control
7
PURPOSE = 'Test cros_ec_accel driver and
sysfs
interface'
8
CRITERIA = 'Fails if
sysfs
accel interface is not present or data is invalid'
17
DOC = 'Checks that the
sysfs
interface to the EC accels is present and working.'
/device/google/marlin/sepolicy/
imscm.te
10
allow imscm
sysfs
:dir r_dir_perms;
init_power.te
13
allow init_power
sysfs
:file { rw_file_perms relabelfrom };
14
allow init_power
sysfs
:dir { relabelfrom r_dir_perms };
/external/autotest/client/site_tests/power_ProbeDriver/
power_ProbeDriver.py
47
@param ac_paths:
sysfs
AC entries
48
@param bat_paths:
sysfs
battery entries
67
@param ac_paths:
sysfs
AC entries
68
@param bat_paths:
sysfs
battery entries
94
Indicates whether a battery
sysfs
has the given field.
97
str bat_path: Battery
sysfs
path
98
str field:
Sysfs
field to test for.
107
Reads the contents of a
sysfs
field for a battery
sysfs
.
110
str bat_path: Battery
sysfs
pat
[
all
...]
/system/sepolicy/
gpsd.te
13
# XXX Label
sysfs
files with a specific type?
14
allow gpsd
sysfs
:file rw_file_perms;
16
# TODO: added to match above
sysfs
rule. Remove me?
/external/iproute2/include/linux/
if.h
35
* set these flags using userspace utilities but there is also a
sysfs
37
* are shared for all types of net_devices. The
sysfs
entries are available
38
* via /sys/class/net/<dev>/flags. Flags which can be toggled through
sysfs
41
* even if you try to set them via
sysfs
. Flags which are always preserved
47
* @IFF_UP: interface is up. Can be toggled through
sysfs
.
49
* @IFF_DEBUG: turn on debugging. Can be toggled through
sysfs
.
52
* @IFF_NOTRAILERS: avoid use of trailers. Can be toggled through
sysfs
.
55
* @IFF_NOARP: no ARP protocol. Can be toggled through
sysfs
. Volatile.
56
* @IFF_PROMISC: receive all packets. Can be toggled through
sysfs
.
58
*
sysfs
[
all
...]
Completed in 1084 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>