| /OK3568_Linux_fs/buildroot/package/freescale-imx/imx-vpu-hantro/ |
| H A D | 0001-Fix-ion.h-header-inclusion-to-be-standard.patch | 4 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 D | sysfs-kernel-ion | 1 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 D | sdp_basic.c | 64 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 D | rockchip-ion.txt | 4 - compatible: Should be "rockchip,ion" 14 ion { 15 compatible = "rockchip,ion";
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/ |
| H A D | lib.c | 10 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 D | TODO | 8 ion/ 9 - Split /dev/ion up into multiple nodes (e.g. /dev/ion/heap0)
|
| H A D | Makefile | 4 obj-y += ion/
|
| H A D | Kconfig | 28 source "drivers/staging/android/ion/Kconfig"
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/prefs/ |
| H A D | Set-javascript.options.showInConsole.patch | 14 @@ -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 D | README | 42 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 D | ion_test.sh | 37 DEVICE=/dev/ion
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/android/ |
| H A D | run.sh | 3 (cd ion; ./ion_test.sh)
|
| H A D | Makefile | 2 SUBDIRS := ion
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/ |
| H A D | Makefile | 2 obj-$(CONFIG_ION) += ion.o ion_buffer.o ion_dma_buf.o ion_heap.o
|
| H A D | ion_trace.h | 9 #define TRACE_SYSTEM ion
|
| H A D | Kconfig | 14 source "drivers/staging/android/ion/heaps/Kconfig"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A D | lego_ev3_battery.txt | 5 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 D | rk3368-android.dtsi | 51 ion { 52 compatible = "rockchip,ion";
|
| H A D | rk3399-videostrong-linux.dts | 211 /* 0 means ion, 1 means drm */
|
| H A D | rk3399-linux.dtsi | 184 /* 0 means ion, 1 means drm */
|
| /OK3568_Linux_fs/buildroot/package/aufs-util/ |
| H A D | 0002-no-check-ver.patch | 8 Disengage this check, ion the assumption the user knows what he is
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/ |
| H A D | rn5t618.txt | 6 The RN5T618/RC5T619 provides additionally a Li-ion battery charger,
|
| /OK3568_Linux_fs/external/mpp/doc/design/ |
| H A D | 3.mpp_buffer.txt | 6 allocator on different platform. Currently it is designed for ion buffer on
|
| /OK3568_Linux_fs/external/mpp/ |
| H A D | readme.txt | 167 | |----- allocator supported allocator including Android ion and 230 Android's ion.
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/trace/ |
| H A D | ion.h | 122 #define TRACE_SYSTEM ion
|