Home
last modified time | relevance | path

Searched refs:ion (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/freescale-imx/imx-vpu-hantro/
H A D0001-Fix-ion.h-header-inclusion-to-be-standard.patch4 Subject: [PATCH] Fix ion.h header inclusion to be standard
8 https://elixir.bootlin.com/linux/v4.17/source/drivers/staging/android/uapi/ion.h
57 -#include <linux/ion.h>
58 +#include <ion.h>
70 -#include <linux/ion.h>
71 +#include <ion.h>
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-kernel-ion1 What: /sys/kernel/ion
7 The /sys/kernel/ion directory contains a snapshot of the
11 What: /sys/kernel/ion/total_heaps_kb
20 What: /sys/kernel/ion/total_pools_kb
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dsdp_basic.c64 static int allocate_ion_buffer_old_api(size_t size, int heap_type_id, int ion) in allocate_ion_buffer_old_api() argument
75 if (ioctl(ion, ION0_IOC_ALLOC, &alloc_data) == -1) { in allocate_ion_buffer_old_api()
81 if (ioctl(ion, ION0_IOC_SHARE, &fd_data) != -1) in allocate_ion_buffer_old_api()
87 (void)ioctl(ion, ION0_IOC_FREE, &hdl_data); in allocate_ion_buffer_old_api()
97 int ion = 0; in allocate_ion_buffer() local
101 ion = open("/dev/ion", O_RDWR); in allocate_ion_buffer()
102 if (ion < 0) { in allocate_ion_buffer()
114 if (ioctl(ion, ION_IOC_HEAP_QUERY, &query_data) < 0) { in allocate_ion_buffer()
120 if (ioctl(ion, ION_IOC_HEAP_QUERY, &query_data) < 0) { in allocate_ion_buffer()
122 fd = allocate_ion_buffer_old_api(size, heap_type_id, ion); in allocate_ion_buffer()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/staging/ion/
H A Drockchip-ion.txt4 - compatible: Should be "rockchip,ion"
14 ion {
15 compatible = "rockchip,ion";
/OK3568_Linux_fs/kernel/tools/lib/perf/
H A Dlib.c10 static ssize_t ion(bool is_read, int fd, void *buf, size_t n) in ion() function
38 return ion(true, fd, buf, n); in readn()
47 return ion(false, fd, (void *)buf, n); in writen()
/OK3568_Linux_fs/kernel/drivers/staging/android/
H A DTODO8 ion/
9 - Split /dev/ion up into multiple nodes (e.g. /dev/ion/heap0)
H A DMakefile4 obj-y += ion/
H A DKconfig28 source "drivers/staging/android/ion/Kconfig"
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/prefs/
H A DSet-javascript.options.showInConsole.patch14 @@ -1434,6 +1434,7 @@ pref("javascript.options.ion.threshold", 1000);
15 pref("javascript.options.ion.full.threshold", 100000);
17 pref("javascript.options.ion.frequent_bailout_threshold", 10);
/OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/
H A DREADME42 This utility works only if /dev/ion interface is present.
43 The following configs needs to be enabled in kernel to include ion driver.
61 buffer sharing using ion system heap.
66 ion$ make
72 ion$ sudo ./ion_test.sh
H A Dion_test.sh37 DEVICE=/dev/ion
/OK3568_Linux_fs/kernel/tools/testing/selftests/android/
H A Drun.sh3 (cd ion; ./ion_test.sh)
H A DMakefile2 SUBDIRS := ion
/OK3568_Linux_fs/kernel/drivers/staging/android/ion/
H A DMakefile2 obj-$(CONFIG_ION) += ion.o ion_buffer.o ion_dma_buf.o ion_heap.o
H A Dion_trace.h9 #define TRACE_SYSTEM ion
H A DKconfig14 source "drivers/staging/android/ion/heaps/Kconfig"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dlego_ev3_battery.txt5 It uses 6 AA batteries or a special Li-ion rechargeable battery pack that is
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3368-android.dtsi51 ion {
52 compatible = "rockchip,ion";
H A Drk3399-videostrong-linux.dts211 /* 0 means ion, 1 means drm */
H A Drk3399-linux.dtsi184 /* 0 means ion, 1 means drm */
/OK3568_Linux_fs/buildroot/package/aufs-util/
H A D0002-no-check-ver.patch8 Disengage this check, ion the assumption the user knows what he is
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Drn5t618.txt6 The RN5T618/RC5T619 provides additionally a Li-ion battery charger,
/OK3568_Linux_fs/external/mpp/doc/design/
H A D3.mpp_buffer.txt6 allocator on different platform. Currently it is designed for ion buffer on
/OK3568_Linux_fs/external/mpp/
H A Dreadme.txt167 | |----- allocator supported allocator including Android ion and
230 Android's ion.
/OK3568_Linux_fs/kernel/drivers/staging/android/trace/
H A Dion.h122 #define TRACE_SYSTEM ion

12