/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/ |
H A D | vn_protocol_renderer_util.h | 1 /* This file is generated by venus-protocol. See vn_protocol_renderer.h. */ 6 * SPDX-License-Identifier: MIT 236 …proc_table->GetPhysicalDeviceCalibrateableTimeDomainsEXT = VN_GIPA(instance, vkGetPhysicalDeviceCa… in vn_util_init_physical_device_proc_table() 237 …proc_table->GetPhysicalDeviceToolProperties = VN_GIPA(instance, vkGetPhysicalDeviceToolProperties); in vn_util_init_physical_device_proc_table() 238 if (!proc_table->GetPhysicalDeviceToolProperties) in vn_util_init_physical_device_proc_table() 239 …proc_table->GetPhysicalDeviceToolProperties = VN_GIPA(instance, vkGetPhysicalDeviceToolPropertiesE… in vn_util_init_physical_device_proc_table() 245 vn_util_init_device_proc_table(VkDevice dev, in vn_util_init_device_proc_table() argument 250 #define VN_GDPA(dev, cmd) (PFN_ ## cmd)vkGetDeviceProcAddr(dev, #cmd) in vn_util_init_device_proc_table() argument 251 proc_table->AllocateCommandBuffers = VN_GDPA(dev, vkAllocateCommandBuffers); in vn_util_init_device_proc_table() 252 proc_table->AllocateDescriptorSets = VN_GDPA(dev, vkAllocateDescriptorSets); in vn_util_init_device_proc_table() [all …]
|
/aosp_15_r20/device/google/zuma/conf/ |
D | ueventd.zuma.rc | 1 /dev/mali0 0666 system system 2 /dev/ion 0666 system system 3 /dev/ump 0666 system graphics 4 /dev/exynos-mem 0660 system graphics 5 /dev/video0 0660 system camera 6 /dev/video1 0660 system camera 7 /dev/video2 0660 system camera 8 /dev/video3 0660 system camera 9 /dev/video20 0660 system system 11 /dev/media0 0660 system camera [all …]
|
/aosp_15_r20/device/google/zumapro/conf/ |
D | ueventd.zumapro.rc | 1 /dev/mali0 0666 system system 2 /dev/ion 0666 system system 3 /dev/ump 0666 system graphics 4 /dev/exynos-mem 0660 system graphics 5 /dev/video0 0660 system camera 6 /dev/video1 0660 system camera 7 /dev/video2 0660 system camera 8 /dev/video3 0660 system camera 9 /dev/video20 0660 system system 11 /dev/media0 0660 system camera [all …]
|
/aosp_15_r20/external/apache-commons-io/src/changes/ |
H A D | changes.xml | 2 <!-- 10 http://www.apache.org/licenses/LICENSE-2.0 17 --> 19 <!-- 20 This file is used by the maven-changes-plugin to generate the release notes. 24 release process easy :-). 28 3. Use the report generated by the maven-changelog-plugin to see all 35 mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nnn] 40 --> 43 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" [all …]
|
/aosp_15_r20/external/coreboot/src/device/ |
H A D | pci_device.c | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 30 u8 pci_moving_config8(struct device *dev, unsigned int reg) in pci_moving_config8() argument 34 value = pci_read_config8(dev, reg); in pci_moving_config8() 36 pci_write_config8(dev, reg, 0xff); in pci_moving_config8() 37 ones = pci_read_config8(dev, reg); in pci_moving_config8() 39 pci_write_config8(dev, reg, 0x00); in pci_moving_config8() 40 zeroes = pci_read_config8(dev, reg); in pci_moving_config8() 42 pci_write_config8(dev, reg, value); in pci_moving_config8() 47 u16 pci_moving_config16(struct device *dev, unsigned int reg) in pci_moving_config16() argument 51 value = pci_read_config16(dev, reg); in pci_moving_config16() [all …]
|
/aosp_15_r20/external/snakeyaml/src/changes/ |
H A D | changes.xml | 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 …apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xs… 8 <release version="1.32" date="2022-09-12" description="Maintenance"> 9 <action dev="asomov" type="fix" issue="543"> 12 <action dev="asomov" type="fix" issue="547"> 16 <action dev="asomov" type="update"> 18 …: https://stackoverflow.com/questions/49712148/maven-plugin-for-auto-formatting-code-to-match-goog… 19 … Format: https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml 20 Activation: ./mvnw clean install site -Preformat 22 <action dev="maslovalex" type="fix" issue="544"> [all …]
|
/aosp_15_r20/device/google/gs201/conf/ |
D | ueventd.gs201.rc | 1 /dev/mali0 0666 system system 2 /dev/ion 0666 system system 3 /dev/ump 0666 system graphics 4 /dev/exynos-mem 0660 system graphics 5 /dev/video0 0660 system camera 6 /dev/video1 0660 system camera 7 /dev/video2 0660 system camera 8 /dev/video3 0660 system camera 9 /dev/video20 0660 system system 11 /dev/media0 0660 system camera [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | vxlan.sh | 2 # SPDX-License-Identifier: GPL-2.0 45 ip link set dev $swp1 up 46 ip link set dev $swp2 up 53 ip link set dev $swp2 down 54 ip link set dev $swp1 down 59 ip link set dev $swp1 master br0 61 ip link set dev vxlan0 master br0 64 ip link set dev $swp1 nomaster 66 ip link set dev $swp1 master br0 72 ip link set dev $swp1 master br0 [all …]
|
H A D | rtnetlink.sh | 2 # SPDX-License-Identifier: GPL-2.0 49 ip link set dev $swp1 up 50 ip link set dev $swp2 up 57 ip link set dev $swp2 down 58 ip link set dev $swp1 down 67 ip link add name vrf-test type vrf table 10 68 ip link set dev $swp1 master vrf-test 70 ip -4 address add 192.0.2.1/24 dev vrf-test 72 ip -6 address add 2001:db8:1::1/64 dev vrf-test 75 log_test "RIF - setting IP address on VRF" [all …]
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_device.c | 4 * Copyright 2022-2023 Collabora Ltd. and Red Hat Inc. 5 * SPDX-License-Identifier: MIT 44 hk_upload_rodata(struct hk_device *dev) in hk_upload_rodata() argument 46 dev->rodata.bo = in hk_upload_rodata() 47 agx_bo_create(&dev->dev, AGX_SAMPLER_LENGTH, 0, 0, "Read only data"); in hk_upload_rodata() 49 if (!dev->rodata.bo) in hk_upload_rodata() 52 uint8_t *map = dev->rodata.bo->map; in hk_upload_rodata() 56 agx_pack(&dev->rodata.txf_sampler, USC_SAMPLER, cfg) { in hk_upload_rodata() 59 cfg.buffer = dev->rodata.bo->va->addr + offs; in hk_upload_rodata() 73 agx_pack(&dev->rodata.image_heap, USC_UNIFORM, cfg) { in hk_upload_rodata() [all …]
|
/aosp_15_r20/device/google/gs101/conf/ |
D | ueventd.gs101.rc | 1 /dev/mali0 0666 system system 2 /dev/ion 0666 system system 3 /dev/ump 0666 system graphics 4 /dev/exynos-mem 0660 system graphics 5 /dev/video0 0660 system camera 6 /dev/video1 0660 system camera 7 /dev/video2 0660 system camera 8 /dev/video3 0660 system camera 9 /dev/video20 0660 system system 11 /dev/media0 0660 system camera [all …]
|
/aosp_15_r20/device/google/zuma-sepolicy/vendor/ |
D | file_contexts | 2 /vendor/bin/hw/android\.hardware\.health-service\.zuma u:object_r:hal_health_d… 3 /vendor/bin/hw/android\.hardware\.power\.stats-service\.pixel u:object_r:hal_power_st… 4 /vendor/bin/hw/android\.hardware\.secure_element-service\.thales u:object_r:hal_… 5 /vendor/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service\.goodix u:object_r:hal_fing… 6 /vendor/bin/hw/android\.hardware\.biometrics\.fingerprint-service\.goodix u:object_r:hal_fingerpr… 7 /vendor/bin/hw/android\.hardware\.usb-service u:object_r:hal_usb_impl… 8 /vendor/bin/hw/android\.hardware\.usb\.gadget-service u:object_r:hal_usb_gadg… 9 /vendor/bin/hw/android\.hardware\.secure_element-service.uicc u:object_r:hal_secure_e… 11 /vendor/bin/hw/android\.hardware\.composer\.hwc3-service\.pixel u:object_r:hal_graphics… 12 /vendor/bin/hw/google\.hardware\.media\.c2@2\.0-service u:object_r:mediacodec_g… [all …]
|
/aosp_15_r20/external/wmediumd/wmediumd/lib/ |
H A D | vhost.c | 2 * Copyright (C) 2019 - 2020 Intel Corporation 4 * SPDX-License-Identifier: BSD-3-Clause 53 cpu_to_virtio##bits(struct usfstl_vhost_user_dev_int *dev, \ 56 if (dev->ext.features & (1ULL << VIRTIO_F_VERSION_1)) \ 61 virtio_to_cpu##bits(struct usfstl_vhost_user_dev_int *dev, \ 64 if (dev->ext.features & (1ULL << VIRTIO_F_VERSION_1)) \ 74 usfstl_vhost_user_get_virtq_buf(struct usfstl_vhost_user_dev_int *dev, in usfstl_vhost_user_get_virtq_buf() argument 79 struct vring *virtq = &dev->virtqs[virtq_idx].virtq; in usfstl_vhost_user_get_virtq_buf() 80 uint16_t avail_idx = virtio_to_cpu16(dev, virtq->avail->idx); in usfstl_vhost_user_get_virtq_buf() 86 if (avail_idx == dev->virtqs[virtq_idx].last_avail_idx) in usfstl_vhost_user_get_virtq_buf() [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/ |
H A D | rtnetlink.sh | 5 # set -e 7 devdummy="test-dummy0" 9 # Kselftest framework requirement - SKIP code is 4. 15 if [ $ret -eq 0 ]; then 20 # same but inverted -- used when command must fail for test to pass 23 if [ $1 -eq 0 ]; then 38 ip link del dev "$devdummy" 44 dev="$1" 47 ip netconf show dev "$dev" > /dev/null 51 ip -$f netconf show dev "$dev" > /dev/null [all …]
|
H A D | fib_tests.sh | 2 # SPDX-License-Identifier: GPL-2.0 8 # Kselftest framework requirement - SKIP code is 4. 11 # all tests in this script. Can be overridden with -t option 17 IP="ip -netns ns1" 20 which ping6 > /dev/null 2>&1 && ping6=$(which ping6) || ping6=$(which ping) 28 if [ ${rc} -eq ${expected} ]; then 29 printf " TEST: %-60s [ OK ]\n" "${msg}" 34 printf " TEST: %-60s [FAIL]\n" "${msg}" 53 set -e 56 $IP link set dev lo up [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | test_tunnel.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # End-to-end eBPF tunnel test suite 8 # --------- 11 # ----------- | ----------- 12 # | tnl dev | | | tnl dev | (overlay network) 13 # ----------- | ----------- 14 # metadata-mode | native-mode 17 # ---------- | ---------- 18 # | veth1 | --------- | veth0 | (underlay network) 19 # ---------- peer ---------- [all …]
|
/aosp_15_r20/external/rootdev/ |
H A D | rootdev_test.sh | 3 # Use of this source code is governed by a BSD-style license that can be 9 set -u 36 if [ -n "$WORKDIR" ]; then 37 rm -rf "$WORKDIR" 39 trap - EXIT 43 WORKDIR=$(mktemp -d rootdev_test.XXXXXXX) 44 if [ ! -d "$WORKDIR" ]; then 56 if [ $ret -eq 0 ]; then 66 if [ $? -ne 0 ]; then 73 ROOTDEV=${1:-./rootdev} [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
H A D | fib_offload_lib.sh | 1 # SPDX-License-Identifier: GPL-2.0 13 ip -n $ns -j -p -$family route show $route \ 14 | jq -e '.[]["flags"] | contains(["trap"])' &> /dev/null 17 if [[ $ret -ne 0 ]]; then 63 ip -n $ns link add name dummy$i type dummy 64 ip -n $ns link set dev dummy$i up 67 ip -n $ns route add 192.0.2.0/24 dev dummy1 tos 0 metric 1024 68 fib4_trap_check $ns "192.0.2.0/24 dev dummy1 tos 0 metric 1024" false 71 ip -n $ns route append 192.0.2.0/24 dev dummy2 tos 0 metric 1024 72 fib4_trap_check $ns "192.0.2.0/24 dev dummy2 tos 0 metric 1024" true [all …]
|
H A D | tc_flower.sh | 2 # SPDX-License-Identifier: GPL-2.0 29 tc qdisc add dev $h2 clsact 34 tc qdisc del dev $h2 clsact 44 tc filter add dev $h2 ingress protocol ip pref 1 handle 101 flower \ 46 tc filter add dev $h2 ingress protocol ip pref 2 handle 102 flower \ 49 $MZ $h1 -c 1 -p 64 -a $h1mac -b $h2mac -A 192.0.2.1 -B 192.0.2.2 \ 50 -t ip -q 52 tc_check_packets "dev $h2 ingress" 101 1 55 tc_check_packets "dev $h2 ingress" 102 1 58 tc filter del dev $h2 ingress protocol ip pref 1 handle 101 flower [all …]
|
/aosp_15_r20/external/mesa3d/src/asahi/lib/ |
H A D | agx_device.c | 5 * SPDX-License-Identifier: MIT 22 #include "drm-uapi/dma-buf.h" 25 #include "util/mesa-sha1.h" 36 asahi_simple_ioctl(struct agx_device *dev, unsigned cmd, void *req) in asahi_simple_ioctl() argument 38 if (dev->is_virtio) { in asahi_simple_ioctl() 39 return agx_virtio_simple_ioctl(dev, cmd, req); in asahi_simple_ioctl() 41 return drmIoctl(dev->fd, cmd, req); in asahi_simple_ioctl() 45 /* clang-format off */ 48 {"no16", AGX_DBG_NO16, "Disable 16-bit support"}, 53 {"precompile",AGX_DBG_PRECOMPILE,"Precompile shaders for shader-db"}, [all …]
|
/aosp_15_r20/external/mesa3d/src/freedreno/decode/ |
H A D | replay.c | 3 * SPDX-License-Identifier: MIT 26 #include "drm-uapi/msm_drm.h" 29 #include "drm-uapi/d3dkmthk.h" 50 * - /sys/kernel/debug/dri/0/rd 51 * - /sys/kernel/debug/dri/0/hangrd 53 * - echo 1 > /sys/module/msm/parameters/rd_full 57 * pre-allocate a single buffer and hope it always allocated starting 63 * Code from Freedreno/Turnip is not re-used here since the relevant 67 * For how-to see freedreno.rst 81 /* clang-format off */ in print_usage() [all …]
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | run_cgpt_tests.sh | 1 #!/bin/bash -eu 4 # Use of this source code is governed by a BSD-style license that can be 12 CGPT=$(readlink -f "$1") 13 [ -x ""${CGPT}"" ] || error "Can't execute $CGPT" 19 [ -d "$DIR" ] || mkdir -p "$DIR" 25 if "$@" 2>/dev/null; then 28 set -e 36 DEV=fake_dev.bin 37 rm -f ${DEV} 38 dd if=/dev/zero of=${DEV} conv=notrunc bs=512 count=${NUM_SECTORS} 2>/dev/null [all …]
|
/aosp_15_r20/device/google/gs101-sepolicy/whitechapel/vendor/google/ |
D | file_contexts | 4 /(vendor|system/vendor)/bin/hw/android\.hardware\.drm(@[0-9]+\.[0-9]+)?-service\.widevine u:o… 5 /(vendor|system/vendor)/bin/hw/android\.hardware\.drm@[0-9]+\.[0-9]+-service\.clearkey u:o… 6 /(vendor|system/vendor)/bin/hw/android\.hardware\.usb@1\.0-service32 u:o… 7 /(vendor|system/vendor)/bin/hw/vendor\.samsung_slsi\.hardware\.ExynosHWCServiceTW@1\.0-service u:o… 8 /(vendor|system/vendor)/bin/hw/vendor\.samsung_slsi\.hardware\.power@1\.0-service u:o… 9 /(vendor|system/vendor)/bin/hw/vendor\.samsung_slsi\.hardware\.configstore@1\.0-service u:o… 10 /(vendor|system/vendor)/bin/hw/android\.hardware\.usb-service\.gs101 u:o… 11 /(vendor|system/vendor)/bin/hw/android\.hardware\.usb\.gadget-service\.gs101 u:o… 15 /(vendor|system/vendor)/lib(64)?/libOpenCL-pixel\.so u:o… 23 /(vendor|system/vendor)/bin/hw/android\.hardware\.dumpstate-service\.gs101 u:o… [all …]
|
/aosp_15_r20/external/apache-velocity-engine/src/changes/ |
H A D | changes.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 12 http://www.apache.org/licenses/LICENSE-2.0 21 --> 28 <release version="2.3" date="2021-02-27"> 29 <action type="fix" dev="cbrisson" issue="VELOCITY-927"> 32 <action type="new" dev="cbrisson" issue="VELOCITY-933"> 33 …Engine integration classes from Spring 4.x, in the new module <code>spring-velocity-support</code>. 35 <action type="fix" dev="wglass" issue="VELOCITY-931"> 38 <action type="new" dev="cbrisson" due-to="mgrigorov"> [all …]
|
/aosp_15_r20/trusty/kernel/lib/trusty/ |
H A D | tipc_dev_ql.c | 124 /* @_dev_list_lock protects @_dev_list and @struct ql_tipc_dev->in_use */ 128 return (uint)(addr - QL_TIPC_ADDR_BASE); in addr_to_slot() 135 static uint32_t alloc_local_addr(struct ql_tipc_dev* dev, in alloc_local_addr() argument 138 int slot = bitmap_ffz(dev->inuse, QL_TIPC_ADDR_MAX_NUM); in alloc_local_addr() 140 bitmap_set(dev->inuse, slot); in alloc_local_addr() 141 dev->epts[slot].chan = chan; in alloc_local_addr() 142 dev->epts[slot].cookie = cookie; in alloc_local_addr() 148 static struct tipc_ept* ept_lookup(struct ql_tipc_dev* dev, uint32_t local) { in ept_lookup() argument 151 if (bitmap_test(dev->inuse, slot)) { in ept_lookup() 152 return &dev->epts[slot]; in ept_lookup() [all …]
|