Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/device/google/marlin/sepolicy/
Dhal_sensors.te1 #Allow access to nanohub device
7 # Allow access to persistent partition for calibration data
12 # Allow access to saved settings file and nanohub_lock dir/file
16 # Allow access to sensor properties
19 # Allow access to gralloc shared memory (ion), for sensor direct report
23 # allow access to detect change in /dev folder
Dhal_gnss.te1 #access to /sys/devices/soc0/hw_platform and /sys/devices/soc0/soc_id
13 # access to /sys/bus/esoc/devices
16 # access to /sys/devices/soc0/soc_id and /sys/devices/soc0/hw_platform
20 # read access to sys/module/diagchar/parameters/timestamp_switch
Dradio.te1 # Grant access to Qualcomm MSM Interface (QMI) radio sockets
6 # read access to sys/bus/esoc/devices/ directory.
25 # access to /dev/diag on debug builds
31 # access to /dev/avtimer
41 # read access to sys/module/diagchar/parameters/timestamp_switch
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dsysctl.h168 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr) \ argument
170 SYSCTL_OID(parent, nbr, name, CTLTYPE_NODE|access, \
175 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr) argument
179 #define SYSCTL_STRING(parent, nbr, name, access, arg, len, descr) \ argument
180 SYSCTL_OID(parent, nbr, name, CTLTYPE_STRING|access, \
184 #define SYSCTL_INT(parent, nbr, name, access, ptr, val, descr) \ argument
185 SYSCTL_OID(parent, nbr, name, CTLTYPE_INT|access, \
189 #define SYSCTL_LONG(parent, nbr, name, access, ptr, descr) \ argument
190 SYSCTL_OID(parent, nbr, name, CTLTYPE_INT|access, \
194 #define SYSCTL_OPAQUE(parent, nbr, name, access, ptr, len, fmt, descr) \ argument
[all …]
/device/linaro/hikey/sepolicy/
Dhal_sensors.te1 #Allow access to nanohub device
7 # Allow access to saved settings file and nanohub_lock dir/file
11 # Allow access to sensor properties
14 # Allow access to gralloc shared memory (ion), for sensor direct report
21 # allow access to detect change in /dev folder
Dsystem_server.te1 # TODO(b/73123675): BatterySaver needs access to cpufreq. Remove this access
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Deasel.te11 # access easel dev nodes
16 # access easel thermal sysfs
21 # access "/proc/stat"
31 # access to keychain for kernel based authentication
Dhal_camera.te10 # access to /dev/input/event{5,10}
27 # access vd6281 rainbow sensor files
51 # access easel dev nodes
55 # access hexagon
Dhal_wlc.te10 # Allow access to /sys/class/power_supply/wireless
13 # Allow access to /sys/devices/platform/soc/a88000.i2c/i2c-0/0-0061
/device/google/bonito-sepolicy/vendor/qcom/common/
Deasel.te11 # access easel dev nodes
16 # access easel thermal sysfs
21 # access "/proc/stat"
31 # access to keychain for kernel based authentication
Dhal_camera.te10 # access to /dev/input/event{5,10}
26 # access vd6281 rainbow sensor files
50 # access easel dev nodes
54 # access hexagon
Dhal_wlc.te10 # Allow access to /sys/class/power_supply/wireless
13 # Allow access to /sys/devices/platform/soc/a88000.i2c/i2c-0/0-0061
/device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/Library/MicrocodeFlashAccessLibNull/
DMicrocodeFlashAccessLibNull.uni2 // Microcode flash device access library.
4 // Microcode flash device access library NULL instance.
18 #string STR_MODULE_ABSTRACT #language en-US "Microcode flash device access library."
20 #string STR_MODULE_DESCRIPTION #language en-US "Microcode flash device access library NULL…
/device/linaro/bootloader/edk2/SignedCapsulePkg/Library/PlatformFlashAccessLibNull/
DPlatformFlashAccessLibNull.uni2 // Platform flash device access library.
4 // Platform flash device access library NULL instance.
18 #string STR_MODULE_ABSTRACT #language en-US "Platform flash device access library."
20 #string STR_MODULE_DESCRIPTION #language en-US "Platform flash device access library NULL …
/device/google/vrservices/vrcore/sepolicy_mtc/
Dvrcore_app.te7 # allow vrcore to access dsp
11 # allow vrcore to access sensor service
15 # allow vrcore to access /persist/tango/calibration.xml
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/
DPcatSingleSegmentPciCfg2Pei.uni4 // It installs SingleSegmentPciConfiguration2 PPI to provide read, write and modify access to Pci c…
5 // To follow PI specification, these services also support access to the unaligned Pci address.
21 … provide read, write, and modify access to PCI configuration space in the PEI phase. These service…
/device/google/wahoo/sepolicy/vendor/
Dhal_camera.te5 # access to /dev/input/event{5,10}
25 # Grant access to Qualcomm MSM Interface (QMI) radio sockets
38 # access easel dev nodes
42 # access hexagon
Dhal_power_stats_default.te1 # power.stats HAL needs access to rpm, and wlan sysfs nodes in /d/
6 # power.stats HAL needs access to the easel sysfs node
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DUefiPxeBcDxe.uni2 // Access PXE-compatible devices for network access and network booting.
5 // PXE-compatible device for network access or booting. It could work together
21 …T #language en-US "Access PXE-compatible devices for network access and network bootin…
23 …de Protocol which is used to accessing PXE-compatible device for network access or booting. It cou…
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-io.c76 port->filled = 0, port->access = NULL; in xf_input_port_init()
118 port->access = m->buffer, port->remaining = m->length; in xf_input_port_put()
121 (!port->access ? port->flags ^= XF_INPUT_FLAG_EOS | XF_INPUT_FLAG_DONE : 0); in xf_input_port_put()
149 port->access = m->buffer, port->remaining = m->length; in xf_input_port_complete()
157 port->access = NULL; in xf_input_port_complete()
213 BUG(!port->access, _x("invalid port state")); in xf_input_port_fill()
216 memcpy(port->buffer + filled, port->access, k), port->access += k; in xf_input_port_fill()
273 if (xf_msg_queue_head(&port->queue) && !port->access) in xf_input_port_consume()
286 port->access += n; in xf_input_port_consume()
321 port->filled = 0, port->access = NULL; in xf_input_port_purge()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeServicesLib/
DDxeServicesLib.uni4 // DXE Services Library provides access data from sections of FFS files based on FV protocol.
5 // It also provides access file based on file path from a firmware volume,
22 … "A DXE Services Library provides access data from sections of FFS files based on FV protocol. It …
/device/google/cuttlefish/shared/sepolicy/
Dusbforward.te14 # It is acceptable to give usbforward this wide access because usbforward is not a stock Android
15 # domain and it does not run Android apps. Thus, the laxer access restrictions of this domain
19 # Do not audit attempts to read /dev directory. This access does not appear to be necessary.
Dvsoc_guest_region_e2e_test.te11 # gtest checks access() on /data/local/tmp. However, vendor processes are
12 # neverallow'ed /data access outside of /data/vendor.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/DiskIoDxe/
DDiskIoDxe.uni6 // to provide byte-oriented access to block media. It adds this protocol
8 // already have a Disk I/O protocol. File systems and other disk access
26access to block media. It adds this protocol to any Block I/O interface that appears in the system…
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
DApTst.asl111 // IF four cores are supported/enabled && !(direct access to MSR)
113 // IF two cores are supported/enabled && !(direct access to MSR)
120 // PDCx[2] = OSPM is capable of direct access to On
171 // IF four cores are supported/enabled && !(direct access to MSR)
173 // IF two cores are supported/enabled && !(direct access to MSR)
180 // PDCx[2] = OSPM is capable of direct access to On
231 // IF four cores are supported/enabled && !(direct access to MSR)
233 // IF two cores are supported/enabled && !(direct access to MSR)
240 // PDCx[2] = OSPM is capable of direct access to On

12345678910>>...12